26 2. Mathematical Background i.e., if a 3×3 array [A] is defined in terms of the components of u, v, and w, in a given basis, then the first column of [A] is given by the three components of u, the second and third columns being defined analogously. Now, let Q be an isometry mapping the triad {u, v, w} into {u , v , w }. Moreover, the distance from the origin to the points of position vectors u, v, and w is given simply as u , v , and w , which are defined as √√ √ u ≡ uT u, v ≡ vT v, w ≡ wT w (2.14) Clearly, u = u, v = v, w = w (2.15a) and det [ u v w ] = ±det [ u v w ] (2.15b) If, in the foregoing relations, the sign of the determinant is preserved, the isometry represents a rotation; otherwise, it represents a reflection. Now, let p be the position vector of any point of E3, its image under a rotation Q being p . Hence, distance preservation requires that pT p = p T p (2.16) where p = Qp (2.17) (2.18) condition (2.16) thus leading to QT Q = 1 where 1 was defined in Section 2.2 as the identity 3 × 3 matrix, and hence, eq.(2.18) states that Q is an orthogonal matrix. Moreover, let T and T denote the two matrices defined below: T = [u v w], T = [u v w ] (2.19) from which it is clear that T = QT (2.20) Now, for a rigid-body rotation, eq.(2.15b) should hold with the positive sign, and hence, det(T) = det(T ) (2.21a) and, by virtue of eq.(2.20), we conclude that det(Q) = +1 (2.21b) Therefore, Q is a proper orthogonal matrix, i.e., it is a proper isometry. Now we have Theorem 2.3.1 The eigenvalues of a proper orthogonal matrix Q lie on the unit circle centered at the origin of the complex plane. TLFeBOOK
2.3 Rigid-Body Rotations 27 Proof: Let λ be one of the eigenvalues of Q and e the corresponding eigen- vector, so that Qe = λe (2.22) In general, Q is not expected to be symmetric, and hence, λ is not neces- sarily real. Thus, λ is considered complex, in general. In this light, when transposing both sides of the foregoing equation, we will need to take the complex conjugates as well. Henceforth, the complex conjugate of a vector or a matrix will be indicated with an asterisk as a superscript. As well, the conjugate of a complex variable will be indicated with a bar over the said variable. Thus, the transpose conjugate of the latter equation takes on the form e∗Q∗ = λe∗ (2.23) Multiplying the corresponding sides of the two previous equations yields e∗Q∗Qe = λλe∗e (2.24) However, Q has been assumed real, and hence, Q∗ reduces to QT , the foregoing equation thus reducing to e∗QT Qe = λλe∗e (2.25) But Q is orthogonal by assumption, and hence, it obeys eq.(2.18), which means that eq.(2.25) reduces to e∗e = |λ|2e∗e (2.26) where | · | denotes the modulus of the complex variable within it. Thus, the foregoing equation leads to |λ|2 = 1 (2.27) thereby completing the intended proof. As a direct consequence of Theo- rem 2.3.1, we have Corollary 2.3.1 A proper orthogonal 3 × 3 matrix has at least one eigen- value that is +1. Now, let e be the eigenvector of Q associated with the eigenvalue +1. Thus, Qe = e (2.28) What eq.(2.28) states is summarized as a theorem below: Theorem 2.3.2 (Euler, 1776) A rigid-body motion about a point O leaves fixed a set of points lying on a line L that passes through O and is parallel to the eigenvector e of Q associated with the eigenvalue +1. A further result, that finds many applications in robotics and, in general, in system theory, is given below: TLFeBOOK
28 2. Mathematical Background Theorem 2.3.3 (Cayley-Hamilton) Let P (λ) be the characteristic poly- nomial of an n × n matrix A, i.e., P (λ) = det(λ1 − A) = λn + an−1λn−1 + · · · + a1λ + a0 (2.29) Then A satisfies its characteristic equation, i.e., An + an−1An−1 + · · · + a1A + a01 = O (2.30) where O is the n × n zero matrix. Proof: See (Kaye and Wilson, 1998). What the Cayley-Hamilton Theorem states is that any power p ≥ n of the n × n matrix A can be expressed as a linear combination of the first n powers of A—the 0th power of A is, of course, the n × n identity matrix 1. An important consequence of this result is that any analytic matrix function of A can be expressed not as an infinite series, but as a sum, namely, a linear combination of the first n powers of A: 1, A, . . . , An−1. An analytic function f (x) of a real variable x is, in turn, a function with a series expansion. Moreover, an analytic matrix function of a matrix argument A is defined likewise, an example of which is the exponential function. From the previous discussion, then, the exponential of A can be written as a linear combination of the first n powers of A. It will be shown later that any proper orthogonal matrix Q can be represented as the exponential of a skew-symmetric matrix derived from the unit vector e of Q, of eigenvalue +1, and the associated angle of rotation, as yet to be defined. 2.3.1 The Cross-Product Matrix Prior to introducing the matrix representation of a rotation, we will need a few definitions. We will start by defining the partial derivative of a vector with respect to another vector. This is a matrix, as described below: In general, let u and v be vectors of spaces U and V, of dimensions m and n, respectively. Furthermore, let t be a real variable and f be real-valued function of t, u = u(t) and v = v(u(t)) being m- and n-dimensional vector functions of t as well, with f = f (u, v). The derivative of u with respect to t, denoted by u˙ (t), is an m-dimensional vector whose ith component is the derivative of the ith component of u in a given basis, ui, with respect to t. A similar definition follows for v˙ (t). The partial derivative of f with respect to u is an m-dimensional vector whose ith component is the partial derivative of f with respect to ui, with a corresponding definition for the partial derivative of f with respect to v. The foregoing derivatives, as all TLFeBOOK
2.3 Rigid-Body Rotations 29 other vectors, will be assumed, henceforth, to be column arrays. Thus, ∂f /∂u1 ∂f /∂v1 ∂f ≡ ∂f /∂u2 , ∂f ≡ ∂f /∂v2 (2.31) ∂u ... ∂v ... ∂f /∂um ∂f /∂vn Furthermore, the partial derivative of v with respect to u is an n × m array whose (i, j) entry is defined as ∂vi/∂uj, i.e., ∂v1/∂u1 ∂v1/∂u2 · · · ∂v1/∂um ∂v ≡ ∂ v2/∂ u1 ∂v2/∂u2 ··· ∂ v2/∂um ∂u ... ... ... ... (2.32) ∂vn/∂u1 ∂vn/∂u2 · · · ∂vn/∂um Hence, the total derivative of f with respect to u can be written as df ∂f ∂v T ∂f (2.33) =+ du ∂u ∂u ∂v If, moreover, f is an explicit function of t, i.e., if f = f (u, v, t) and v = v(u, t), then, one can write the total derivative of f with respect to t as df ∂f ∂f T du ∂f T ∂v ∂f T ∂v du (2.34) =+ + + dt ∂t ∂u dt ∂v ∂t ∂v ∂u dt The total derivative of v with respect to t can be written, likewise, as dv = ∂v + ∂v du (2.35) dt ∂t ∂u dt Example 2.3.1 Let the components of v and x in a certain reference frame F be given as v1 x1 [ v ]F = v2 , [ x ]F = x2 (2.36a) v3 x3 Then (2.36b) Hence, v2x3 − v3x2 (2.36c) [ v × x ]F = v3x1 − v1x3 v1x2 − v2x1 0 −v3 v2 ∂(v × x) = v3 0 −v1 ∂x F −v2 v1 0 TLFeBOOK
Search
Read the Text Version
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 387
- 388
- 389
- 390
- 391
- 392
- 393
- 394
- 395
- 396
- 397
- 398
- 399
- 400
- 401
- 402
- 403
- 404
- 405
- 406
- 407
- 408
- 409
- 410
- 411
- 412
- 413
- 414
- 415
- 416
- 417
- 418
- 419
- 420
- 421
- 422
- 423
- 424
- 425
- 426
- 427
- 428
- 429
- 430
- 431
- 432
- 433
- 434
- 435
- 436
- 437
- 438
- 439
- 440
- 441
- 442
- 443
- 444
- 445
- 446
- 447
- 448
- 449
- 450
- 451
- 452
- 453
- 454
- 455
- 456
- 457
- 458
- 459
- 460
- 461
- 462
- 463
- 464
- 465
- 466
- 467
- 468
- 469
- 470
- 471
- 472
- 473
- 474
- 475
- 476
- 477
- 478
- 479
- 480
- 481
- 482
- 483
- 484
- 485
- 486
- 487
- 488
- 489
- 490
- 491
- 492
- 493
- 494
- 495
- 496
- 497
- 498
- 499
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 509
- 510
- 511
- 512
- 513
- 514
- 515
- 516
- 517
- 518
- 519
- 520
- 521
- 522
- 523
- 524
- 525
- 526
- 527
- 528
- 529
- 530
- 531
- 532
- 533
- 534
- 535
- 536
- 537
- 538
- 539
- 540
- 541
- 542
- 543
- 544
- 545
- 1 - 50
- 51 - 100
- 101 - 150
- 151 - 200
- 201 - 250
- 251 - 300
- 301 - 350
- 351 - 400
- 401 - 450
- 451 - 500
- 501 - 545
Pages: