Help With Inverse of 3-d Matrix Rotations Qs b,c,d

  • Thread starter Thread starter Benny
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Click For Summary
SUMMARY

The discussion focuses on the geometric interpretation of a 3D rotation matrix, specifically A(θ) = [[cos(θ), -sin(θ), 0], [sin(θ), cos(θ), 0], [0, 0, 1]]. The determinant of this matrix is established as 1, indicating it represents a rotation transformation. Parts b, c, and d explore the effects of this matrix on vectors, the additive property of rotations, and the derivation of the inverse matrix. The inverse of A(θ) is confirmed to be A(-θ), which is equivalent to the transpose A(θ)^T, highlighting the orthogonality of rotation matrices.

PREREQUISITES
  • Understanding of 3D rotation matrices
  • Familiarity with matrix multiplication
  • Knowledge of geometric transformations in linear algebra
  • Basic concepts of determinants and their significance
NEXT STEPS
  • Study the properties of rotation matrices in 3D space
  • Learn about the geometric interpretation of matrix transformations
  • Explore the derivation and application of inverse matrices
  • Investigate the relationship between rotation matrices and their transposes
USEFUL FOR

Students and professionals in mathematics, physics, and computer graphics who are working with 3D transformations and seeking to deepen their understanding of rotation matrices and their properties.

Benny
Messages
577
Reaction score
0
I'm having trouble with the following question - parts b, c and d. Can someone please help me out?

Q. 3-d rotations - Consider the matrix:

[tex] A\left( \theta \right) = \left[ {\begin{array}{*{20}c}<br /> {\cos \theta } & { - \sin \theta } & 0 \\<br /> {\sin \theta } & {\cos \theta } & 0 \\<br /> 0 & 0 & 1 \\<br /> \end{array}} \right][/tex]

a) Evaluate det(A(theta)).
b) Interpret geometrically the effect of multiplying a vector by A(theta).
c) Show that [tex]A\left( \theta \right)A\left( \phi \right) = A\left( {\theta + \phi } \right)[/tex] and interpret this result.
d) Use the previous part to find the inverse of A(theta). How does this compare with the transpose A(theta)^T - the transpose of A(theta).

The answer to part 'a' is 1 which wasn't all that difficult to get. I'm not sure about part b. Ignoring the 3 row and 3rd column I have a 2 by 2 matrix which represents a rotation through an angle of theta in the anti-clockwise direction (in the x-y plane) but I'm not sure how to ineterpret the given 3 by 3 matrix.

I could show the result of part 'c' but again, I don't know how to interpret the result. I think that it might just be the application of A(phi) followed by A(theta).

I have no idea as to how to part 'd.'

Any help would be good thanks.
 
Physics news on Phys.org
You already identified it as a rotation if you consider the xy-plane. So you know what it does to the unit vectors x and y. What does the transformation do to the unit z vector?
If you know the interpretation, the rest is easy.
 
If multiplying a vector by a matrix causes a movement (as rotation), then the inverse matrix causes the opposite movement.
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
6
Views
3K
Replies
4
Views
3K
Replies
46
Views
8K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 17 ·
Replies
17
Views
3K
Replies
1
Views
1K