Open access

Solution to a System of Second Order Robot Arm by Parallel Runge-Kutta Arithmetic Mean Algorithm

Written By

S. Senthilkumar and Abd Rahni Mt Piah

Submitted: 05 February 2011 Published: 09 June 2011

DOI: 10.5772/19064

From the Edited Volume

Robot Arms

Edited by Satoru Goto

Chapter metrics overview

4,464 Chapter Downloads

View Full Metrics

1. Introduction

Enormous amount of real time robot arm research work is still being carried out in different aspects, especially on dynamics of robotic motion and their governing equations. Taha [5] discussed the dynamics of robot arm problems. Research in this field is still on-going and its applications are massive. This is due to its nature of extending accuracy in order to determine approximate solutions and its flexibility. Many studies [4-8] have reported different aspects of linear and non-linear systems. Robust control of a general class of uncertian non-linear systems are investigated by zhihua [10].

Most of the initial value problems (lVPs) are solved using Runge-Kutta (RK) methods which in turn are employed in order to calculate numerical solutions for different problems, which are modelled in terms of differential equations, as in Alexander and Coyle [11], Evans [12], Shampine and Watts [14], Shampine and Gordan [18] codes for the Runge-Kutta fourth order method. Runge-Kutta formula of fifth order has been developed by Butcher [15-17]. Numerical solution of robot arm control problem has been described in detail by Gopal et al.[19]. The applications of non-linear differential–algebraic control systems to constrained robot systems have been discussed by Krishnan and Mcclamroch [22]. Asymptotic observer design for constrained robot systems have been analyzed by Huang and Tseng [21]. Using fourth order Runge-Kutta method based on Heronian mean (RKHeM) an attempt has been made to study the parameters concerning the control of a robot arm modelled along with the single term Walsh series (STWS) method [24]. Hung [23] discussed on the dissipitivity of Runge-Kutta methods for dynamical systems with delays. Ponalagusamy and Senthilkumar [25,26] discussed on the implementations and investigations of higher order techniques and algorithms for the robot arm problem. Evans and Sanugi [9] developed parallel integration techniques of Runge-Kutta form for the step by step solution of ordinary differential equations.

This paper is organized as follows. Section 2 describes the basics of robot arm model problem with variable structure control and controller design. A brief outline on parallel Runge-Kutta integration techniques is given in section 3. Finally, the results and conclusion on the overall notion of parallel 2-stage 3-order arithmetic mean Runge-Kutta algorithm and obtains almost accurate solution for a given robot arm problem are given in section 4.

Advertisement

2. Statement of the robot arm model problem and essential variable structure

2.1. Model of a robot arm

It is well known that both non-linearity and coupled characteristics are involved in designing a robot control system and its dynamic behavior. A set of coupled non-linear second order differential equations in the form of gravitational torques, coriolis and centrifugal represents dynamics of the robot. It is inevitable that the significance of the above three forces are dependent on the two physical parameters of the robot namely the load it carries and the speed at which the robot operates. The design of the control system becomes more complex when the end user needs more accuracy based on the variations of the parameters mentioned above. Keeping the objective of solving the robot dynamic equations in real time calculation in view, an efficient parallel numerical method is needed. Taha [5] discussed dynamics of robot arm problem represented by as

T = A ( Q ) Q ¨ + B ( Q , Q ˙ ) + C ( Q ) E1

where A ( Q ) represents the coupled inertia matrix, B ( Q , Q ˙ ) is the matrix of coriolis and centrifugal forces. C ( Q ) is the gravity matrix, T denotes the input torques applied at various joints.

For a robot with two degrees of freedom, by considering lumped equivalent massless links, i.e. it means point load or in this case the mass is concentrated at the end of the links, the dynamics are represented by

T 1 = D 11 q ¨ 1 + D 12 q ¨ 21 + D 122 ( q ¨ 2 ) 2 + D 112 ( q ˙ 1 q ˙ 2 ) + D 1 E2
,
T 2 = D 21 q ¨ 1 + D 22 q ¨ 2 + D 211 ( q ˙ 1 ) 2 + D 2 E3
,

where

D 11 = ( M 1 + M 2 ) d 2 2 + 2 M 2 d 1 d 2 cos ( q 2 ) E4
,
D 12 = D 21 = M 2 d 2 2 + M 2 d 1 d 2 cos ( q 2 ) E5
,
D 22 = M 2 d 2 2 E6
,
D 112 = 2 M 2 d 1 d 2 sin ( q 2 ) E7
,
D 122 = D 21 1 = M 2 d 1 d 2 sin ( q 2 ) E8
,
D 1 = [ ( M 1 + M 2 ) d 1 sin ( q 1 ) + M 2 d 2 sin ( q 1 + q 2 ) ] g E9
and
D 2 = [ M 2 d 2 sin ( q 1 + q 2 ) ] g E10
.

The values of the robot parameters used are M 1= 2kg, M 2 = 5kg, d 1 = d 2 = 1. For problem of set point regulation, the state vectors are represented as

X = ( X 1 , X 2 , X 3, X 4 ) T = ( q 1 q 1 d , q ˙ 1 , q 2 q 2 d , q ˙ 2 ) T E11
,

where

q 1 and q 2 are the angles at joints 1 and 2 respectively, and q 1 d and q 2 d are constants. Hence, equation (2) may be expressed in state space representation as
e ˙ 1 = x 2 E12
x ˙ 2 = D 22 d ( D 122 X 2 2 + D 112 X 2 X 4 + D 1 + T 1 ) D 12 d ( D 211 X 4 2 + D 2 + T 2 ) E13
e ˙ 3 = x 4 E14
x ˙ 4 = D 12 d ( D 122 X 2 2 + D 112 X 2 X 4 + D 1 + T 1 ) D 12 d ( D 211 X 4 2 + D 2 + T 2 ) E15
.

Here, the robot is simply a double inverted pendulum and the Lagrangian approach is used to develop the equations.

In [5] it is found that by selecting suitable parameters, the non-linear equation (3) of the two-link robot-arm model may be reduced to the following system of linear equations:

e ˙ 1 = x 2 E16
,
x ˙ 2 = B 10 T 1 A 11 x 2 A 10 e 1 E17
,
e ˙ 3 = x 4 E18
,
x ˙ 4 = B 20 2 T 2 A 21 2 x 4 A 20 2 e 3 E19
,

where one can attain the system of second order linear equations:

x ¨ 1 = A 11 x ˙ 1 A 10 x 1 + B 10 T 1 E20
,
x ¨ 3 = A ˙ 21 2 x 3 A 20 2 x 1 + B 210 2 T 2 E21
,

with the parameters concerning joint-1 are given by

A10 = 0.1730, A11 = -0.2140, B10 = 0.00265,

and the parameters of joint-2 are given by

A20= 0.0438, A21 = 0.3610, B20 = 0.0967

If we choose T 1 = ґ (constant) and T 2 = λ (constant), it is now possible to find the complementary functions of equation (4) because the nature of the roots of auxiliary equations (A. Es) of (4) is unpredictable. Due to this reason and for the sake of simplicity, we take T 1 = T 2 = 1.

considering q 1 = q 2 = 0, q 1 d = q 2 d = 1 and q ˙ 1 = q ˙ 2 = 0, the initial conditions are given by

e 1 (0) = e 3 (0) = -1 and e 2 (0)= e 4 (0) = 0 and the corresponding exact solutions are,

e 1 ( t ) = e 0.107 t [ 1.15317919 cos ( 0.401934074 t ) + 0.306991074 sin ( 0.401934074 t ) ] + 0.15317919 E22
,
e 2 ( t ) = e 0.107 t [ 0.463502009 sin ( 0.401934074 t ) + 0.123390173 cos ( 0.401934074 t ) ] + e 0.107 t [ 1.15317919 cos ( 0.401934074 t ) + 0.306991074 sin ( 0.401934074 t ) ] E23
,
e 3 ( t ) = 1.029908976 e 0.113404416 t 6.904124484 e 0.016916839 t + 4.874215508 E24
,
e 4 ( t ) = 0.116795962 e 0.11340416 t + 0.116795962 e 0.016916389 t E25
.
Advertisement

3. A brief sketch on parallel Runge-Kutta numerical integration techniques

The system of second order linear differential equations originates from mathematical formulation of problems in mechanics, electronic circuits, chemical process and electrical networks, etc. Hence, the concept of solving a second order equation is extended using parallel Runge-Kutta numerical integration algorithm to find the numerical solution of the system of second order equations as given below. It is important to mention that one has to determine the upper limit of the step-size (h) in order to have a stable numerical solution of the given ordinary differential equation with IVP. We thus consider the system of second order initial value problems,

y ¨ j = f j ( x , y j , y ˙ j ) , j = 1,2,..... m E26

with

y j ( x 0 ) = y j 0 E27

y ˙ j ( x 0 ) = y ˙ j 0 for all j = 1,2,…..m.

3.1. Parallel Runge-Kutta 2-stage 3-order arithmetic mean algorithm

A parallel 2-stage 3-order arithmetic mean Runge-Kutta technique is one of the simplest technique to solve ordinary differential equations. It is an explicit formula which adapts the Taylor’s series expansion in order to calculate the approximation. A parallel Runge-Kutta 2-stage 3-order arithmetic mean formula is of the form,

k 1 = h f ( x n , y n ) E28
k 2 = h f ( x n + 1 2 , y n + k 1 2 ) =
k 2 * E29
k 3 = h f ( x n + k 1 , y n + k 1 ) =
k 3 * E30
.

Hence, the final integration is a weighted sum of three calculated derivatives per time step is given by,

y n + 1 = y n + h 6 [ k 1 + 4 k 2 + k 3 ] E31
.

Parallel 2-stage 3-order arithmetic mean Runge-Kutta algorithm to determine yj and y ˙ j , j = 1,2,3,.... m is given by,

y j n + 1 = y j n + h 6 [ k 1 j + 4 k 2 j + k 3 j ] E32
and
y ˙ j n + 1 = y ˙ j n + h 6 [ u 1 j + 4 u 2 j + u 3 j ] E33
k 1 j = y ˙ j n E34
, k 2 j = y ˙ j n + h u 1 j 2 =
k 2 j * E35
k 3 j = y ˙ j n + h u 1 j =
k 3 j * E36
u 1 j = f ( x n , y j n , y ˙ j n ) ,
j = 1,2,3...., m E37
u 2 j = f ( x n + h 2 , y 1 n + h k 11 2 , y 2 n + h k 12 2 ,..., y m n + h k 1 m 2 , y ˙ 1 n + h u 11 2 , y ˙ 2 n + h u 12 2 ,..., y ˙ m n + h u 1 m 2 ) E38
u 3 j = f ( x n + h , y 1 n + h k 11 , y 2 n + h k 12 ,..., y m n + h k 1 m , y ˙ 1 n + h u 11 , y ˙ 2 n + h u 12 ,..., y ˙ m n + h u 1 m ) E39
.

The corresponding parallel 2-stage 3-order arithmetic mean Runge-Kutta algorithm array to represent equation (9) takes the form

0
1 2
1 2
1
1
1 4 1

Table 1.

Therefore, the final integration is a weighted sum of three calculated derivatives per time step given by,

y n + 1 = y n + h 6 [ k 1 + 4 k 2 + k 3 ] E40

3.2. Parallel Runge-Kutta 2-stage 3-order geometric mean algorithm of type-I

The parallel 2-stage 3-order geometric mean Runge-Kutta formula of type–I is of the form,

k 1 = h f ( x n , y n ) E41
, k 2 = h f ( x n + 2 3 , y n + 2 k 1 3 ) =
k 2 * E42
, k 3 = h f ( x n + k 1 , y n + k 1 ) =
k 3 * E43
,

Hence, the final integration is a weighted sum of three calculated derivates per time step which is given by,

y n + 1 = y n + h k 1 1 4 k 2 3 4 E44
.

Parallel 2-stage 3-order geometric mean Runge-Kutta algorithm of type–I to determine yj and y ˙ j , j = 1,2,3,.... m is given by,

y j n + 1 = y j n + h k 1 j 1 4 k 2 j 3 4 E45
,and
y ˙ j n + 1 = y ˙ j n + h k 1 j 1 4 k 2 j 3 4 E46
,
k 1 j = y ˙ j n E47
, k 2 j = y ˙ j n + 2 h u 1 j 3 =
k 2 j * E48
, k 3 j = y ˙ j n + h u 1 j =
k 3 j * E49
, u 1 j = f ( x n , y j n , y ˙ j n ) ,
j = 1,2,3...., m E50
u 2 j = f ( x n + 2 h 3 , y 1 n + 2 h k 11 3 , y 2 n + 2 h k 12 3 ,..., y m n + 2 h k 1 m 3 , y ˙ 1 n + 2 h u 11 3 , y ˙ 2 n + 2 h u 12 3 ,..., y ˙ m n + 2 h u 1 m 3 ) , E51
u 3 j = f ( x n + h , y 1 n + h k 11 , y 2 n + h k 12 ,..., y m n + h k 1 m , y ˙ 1 n + h u 11 , y ˙ 2 n + h u 12 ,..., y ˙ m n + h u 1 m ) . E52

parallel Runge-Kutta 2-stage 3-order geometric mean of type–I array represent equation (13) takes the form

Hence, the final integration is a weighted sum of three calculated derivatives per time step and the parallel Runge-Kutta 2-stage 3-order geometric mean of type–I formula is given by,

y n + 1 = y n + h k 1 1 4 k 2 3 4 E53
.
0
2 3
2 3
1
1
1 1 4 1 1 4

Table 2.

3.3. Parallel 2-stage 3-order geometric mean runge-kutta formula of type–II

The parallel 2-stage 3-order geometric mean Runge-Kutta formula of type–II is of the form,

k 1 = h f ( x n , y n ) E54
,
k 3 = h f ( x n k 1 6 , y n k 1 6 ) E55
.

Hence, the final integration is a weighted sum of three calculated derivates per time step given by,

y n + 1 = y n + h k 1 4 k 3 3 E56
.

Parallel 2-stage 3-order geometric Mean Runge-Kutta algorithm of type–II to determine yj and y ˙ j , j = 1,2,3,.... m is given by,

y j n + 1 = y j n + h [ k 1 j 4 k 3 j 3 ] E57
.and
y ˙ j n + 1 = y ˙ j n + h [ u 1 j 4 + u 3 j 3 ] E58
.
k 1 j = y ˙ j n E59
,
k 3 j = y ˙ j n h u i j 6 E60
, u 1 j = f ( x n , y j n , y ˙ j n ) ,
j = 1,2,3...., m E61
u 3 j = f ( x n h 6 , y 1 n h k 11 6 , y 2 n + h k 12 6 ,..., y m n + h k 1 m 6 , y ˙ 1 n + h u 11 6 , y ˙ 2 n + h u 12 6 ,..., y ˙ m n + h u 1 m 6 ) . E62

The corresponding parallel Runge-Kutta 2-stage 3-order geometric mean algorithm of type-II array to represent Equation (17) takes the form:

0
1 6
1 6
1 4 1 3

Table 3.

Therefore, the final integration is a weighted sum of three calculated derivatives and the parallel Runge-Kutta 2-stage 3-order geometric mean algorithm formula is given by

y n + 1 = y n + h k 1 4 k 3 3 E63
.
Advertisement

4. Results and conclusion

In this paper, the ultimate idea is focused on making use of parallel integration algorithms of Runge-Kutta form for the step by step solution of ordinary differential equations to solve system of second order robot arm problem. The discrete and exact solutions of the robot arm model problem have been computed for different time intervals using equation (5) and yn+1. The values of e 1 (t), e 2 (t),e 3 (t) and e 4 (t) can be calculated for any time t ranging from 0.25 to 1 and so on.

To obtain better accuracy for e 1 (t), e 2 (t), e 3 (t) and e 4 (t) by solving the equations (5) and yn+1.

Sol. No. Time Exact
Solution
Parallel RKAM
Solution
Parallel RKAM
Error
1 0.00 -1.00000 -1.00000 0.00000
2 0.25 -0.99365 -0.99533 -0.00167
3 0.50 -0.97424 -0.97864 -0.00440
4 0.75 -0.94124 -0.94943 -0.00819
5 1.00 -0.89429 -0.90733 -0.01303

Table 4.

Solutions of equation (5) for e 1 (t)

Sol. Time Exact
Solution
Parallel RKAM
Solution
Parallel RKAM
Error
1 0.00 0.00000 0.00000 0.00000
2 0.25 0.05114 0.04598 0.00515
3 0.50 0.10452 0.09412 0.01044
4 0.75 0.15968 0.14389 0.01578
5 1.00 0.21610 0.19499 0.02110

Table 5.

Solutions of equation (5) for e 2 (t)

Sol. No. Time Exact
Solution
Parallel RKAM
Solution
Parallel RKAM
Error
1 0.00 -1.00000 -1.00000 0.00000
2 0.25 -0.99965 -0.99973 -0.00008
3 0.50 -0.99862 -0.99871 0.00009
4 0.75 -0.99693 -0.99700 0.00007
5 1.00 -0.99460 -0.99462 0.00001

Table 6.

Solutions of equation (5) for e 3 (t)

Sol. No. Time Exact
Solution
Parallel RKAM
Solution
Parallel RKAM
Error
1 0.00 0.00000 0.00000 0.00000
2 0.25 0.00277 0.00285 -0.00007
3 0.50 0.00545 0.00560 -0.00015
4 0.75 0.00805 0.00879 -0.00074
5 1.00 0.01056 0.01084 -0.00028

Table 7.

Solutions of equations (5) for e 4 (t)

Similarly, by repeating the same computation process for parallel Runge-Kutta 2- stage 3- order geometric mean algorithm of type-I and type-II respectively, yield the required results. It is pertinent to pinpoint out that the obtained discrete solutions for robot arm model problem using the 2-parallel 2-processor 2-Stage 3-order arithmetic mean Runge-Kutta algorithm gives better results as compared to 2-parallel 2-procesor 2-stage 3-order geometric mean Runge-Kutta algorithm of type-I and 2-parallel 2-procesor 2-stage 3-order geometric mean Runge-Kutta algorithm of type-II. The calculated numerical solutions using 2-parallel 2-procesor 2-stage 3-order arithmetic mean Runge- Kutta algorithm is closer to the exact solutions of the robot arm model problem while 2-parallel 2-procesor 2-stage 3-order geometric mean Runge-Kutta algorithm of type-I and type-II gives rise to a considerable error. Hence, a parallel Runge-Kutta 2-stage 3-order arithmetic mean algorithm is suitable for studying the system of second order robot arm model problem in a real time environment. This algorithm can be implemented for any length of independent variable on a digital computer.

Advertisement

Acknowledgments

The first author would like to extend his sincere gratitude to Universiti Sains Malaysia for supporting this work under its post-doctoral fellowship scheme. Much of this work was carried out during his stay at Universiti Sains Malaysia in 2011. He wishes to acknowledge Universiti Sains Malaysia’s financial support.

References

  1. 1. Murugesan K. Gopalan N. P. Gopal D. (2005),“Error.freeButcher.algorithmsfor.linearelectrical.circuits”E. T. R. I.Journal 27 27 2 195205 .
  2. 2. Park J. Y. Evans D. J. Murugesan K. Sekar S. Murugesh V. (2004),”Optimal.controlof.singularsystems.using-Butcherthe. R. K.algorithm”International.Journalof.ComputerMathematics. 81 81 2 239 249 .
  3. 3. Park J. Y. Murugesan K. Evans D. J. Sekar S. Murugesh V. 2005 “Observer design of singular systems (transistor circuits) using the RK-Butcher algorithm”, International Journal of Computer Mathematics, 82 1 111 123 .
  4. 4. S.Sekar,V.Murugesh and K.Murugesan 2004 “Numerical strategies for the system of second order IVPs Using the RK-Butcher algorithms”, International Journal of Computer Science and Applications, 1 2 96 117 .
  5. 5. Z.Taha, “Approach to variable structure control of industrial robots”, pp.53 59 , Compiled by K.Warwick and A.Pugh, 1988 Robot Control: Theory and applications, (I E E Control Engineering Series, Peter Peregrinus Ltd, North-Holland.
  6. 6. S.Oucheriah, 1999 “Robust tracking and model following of uncertain dynamic delay systems by memory less linear controllers”, IEEE Transactions on automatic control, 44 7 1473 1481 .
  7. 7. Lim D. Seraji H. 1997 “Configuration control of a mobile dexterous Robot: Real time implementation and experimentation”, International Journal of Robotics Research, 5 601 618 .
  8. 8. M.M.Polvcarpou and P.A.Loannou, 1996 “A Robust adaptive non-linear control Design”, Automatica (Journal of IFAC), 32 3 423 427 .
  9. 9. D.J.Evans and B.B.Sanugi, 1989 “A parallel Runge-Kutta integration method”, Parallel Computing,11 245 251 .
  10. 10. Zhihua Qu. 1992 “Robot control of a class of non-linear uncertain systems”, IEEE Transactions on Automatic Control, 37 9 1437 1442 .
  11. 11. R.K.Alexander and J.J.Coyle, 1990 “Runge-Kutta methods for differential-algebraic systems”, SIAM Journal of Numerical Analysis, 27 3 736 752 .
  12. 12. D.J.Evans, 1991 “A new 4th order Runge-Kutta method for initial value problems with error control”, International Journal of Computer Mathematics, 139 217 227 .
  13. 13. C.Hung, 2000 “Dissipativity of Runge-Kutta methods for dynamical systems with delays”, IMA Journal of Numerical Analysis, 20 153 166 .
  14. 14. L.F.Shampine and H.A.Watts, 1977 “The art of a Runge-Kutta code. Part-I”, Mathematical Software, 3 257 275 .
  15. 15. Butcher J. C. 1964 “On Runge processes of higher order’, Journal of Australian Mathematical Society”, 4 179
  16. 16. Butcher J. C. 1987 “The numerical analysis of ordinary differential equations: Runge-Kutta and general linear methods”, John Wiley & Sons, U.K.
  17. 17. J.C.Butcher, 1990 “On order reduction for Runge-Kutta methods applied to differential-algebraic systems and to stiff systems of ODEs”, SIAM Journal of Numerical Analysis, 27 447 456 .
  18. 18. L.F. Shampine and M.K.Gordon, 1975 “Computer solutions of ordinary differential equations”, W.H.Freeman. San Francisco. CA. 23
  19. 19. Gopal D. Murugesh V. Murugesan K. 2006 “Numerical solution of second-order robot arm control problem using Runge-Kutta-Butcher algorithm”, International Journal of Computer Mathematics, 83 3 345 356 .
  20. 20. Z.Taha, 1987 Dynamics and Control of Robots, Ph.D Thesis, University of Wales.
  21. 21. H.P. Huang and Tseng,W.L, 1991 “Asymtotic observer design for constrained robot systems”, IEE Proceedings Pt-D,138,3, 211 216 ,1991.
  22. 22. H.Krishnan and N.Haris Mcclamroch, 1994 “Tracking in non-linear differential algebra control systems with applications to constrained robot systems”, Automatica, 12 1885 1897 .
  23. 23. C.Hung, 2000 “Dissipitivity of Runge-Kutta methods for dynamical systems with delays”, IMA Journal of Numerical Analysis,20 153 166 .
  24. 24. Dhayabaran D. P. Amirtharaj E. C. H. Murugesan K. Evans D. J. 2006 “Numerical solution robot arm model using STWS RKHEM methods”, LNCS, computational methods, 1695 1699 .
  25. 25. R.Ponalagusamy and S.Senthilkumar, 2010 “System of second order robot arm problem by an efficient numerical integration algorithm”, International Journal of Computational Materials Science and Surface Engineering, 3 237 250 .
  26. 26. R.Ponalagusamy and S.Senthilkumar, 2009 “Investigation on numerical solution for robot arm problem”, Journal of Automation, Mobile Robotics and Intelligent Systems, 3 3 34 40 .

Written By

S. Senthilkumar and Abd Rahni Mt Piah

Submitted: 05 February 2011 Published: 09 June 2011