Question regarding multiple steps in linear mapping

Click For Summary
SUMMARY

The discussion focuses on projecting a point in R2 onto the line defined by the equation x2 = x1 (sqrt(3)) and subsequently rotating it 30 degrees clockwise. The user proposes a 2x2 matrix for the projection as follows: sqrt(3) 0; 0 1, and a rotation matrix defined by cos(x) sin(x); -sin(x) cos(x). The key takeaway is that to combine these transformations, one must multiply the matrices in the correct order.

PREREQUISITES
  • Understanding of linear transformations in R2
  • Familiarity with matrix multiplication
  • Knowledge of rotation matrices
  • Basic trigonometry, specifically sine and cosine functions
NEXT STEPS
  • Study the properties of linear transformations in R2
  • Learn about matrix multiplication techniques
  • Explore the derivation of rotation matrices
  • Investigate the effects of combining multiple transformations in linear algebra
USEFUL FOR

Mathematicians, physics students, and anyone interested in linear algebra and transformations in two-dimensional space.

blhhblah
Messages
6
Reaction score
0
Hi, I'm having some difficulty with this problem. I need to project a point in R2 to the line x2 = x1 (sqrt(3)) and then rotate it 30 degrees clockwise.

I believe the 2x2 matrix to map it is just

sqrt(3) 0
0 1

and to rotate a vector clockwise as opposed to counter clockwise I think is

cosx sinx
-sinx cosx

I could be wrong about these 2 matrices. Is there anyway to merge the two? Do I multiply them? Thanks.
 
Physics news on Phys.org
Yes, you "merge" two matrices by multiplying them. Be sure to multiply in the right order.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
9K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K