Qucik help with transformation matrices

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Messages
6,221
Reaction score
31

Homework Statement


Three transformations of the x-y plane are defined as follows.
[tex]T_1[/tex]: enlargement with centre O(the origin) and scale factor 5
[tex]T_2[/tex]: Anti-clockwise rotation about the origin O through an angle [tex]tan^{-1}(\frac{4}{3})[/tex]
[tex]T_3[/tex]: A stretch parallel to the x-axis(with the y-axis invariant) with scale factor 2.

The transformation [tex]T_4[/tex] is the result of applying [tex]T_1,T_2,T_3[/tex] in that order. Find the matrix which represents [tex]T_4[/tex]


Homework Equations





The Attempt at a Solution



[itex]T_1 =\left(<br /> \begin{array}{cc}<br /> 5 & 0\\<br /> 0 & 5<br /> \end{array}<br /> \right)[/itex]


[itex]T_2 =\left(<br /> \begin{array}{cc}<br /> cos(tan^{-1}(\frac{4}{3})) & -sin(tan^{-1}(\frac{4}{3}))\\<br /> sin(tan^{-1}(\frac{4}{3})) & cos(tan^{-1}(\frac{4}{3}))<br /> \end{array}<br /> \right)[/itex]


[tex]T_3 =\left(<br /> \begin{array}{cc}<br /> 2 & 0\\<br /> 0 & 1<br /> \end{array}<br /> \right)[/tex]

and [tex]T_4 = T_3*T_2*T_1[/tex]
Is the matrices I put correct and is [tex]T_4[/tex] correct?
 
Last edited:
Physics news on Phys.org
D H said:
Other than T2 (which is correct, but should be simplified), you are fine. Transformation matrices chain right-to-left.

so then [tex]T_4[/tex] is just to multiply the transformations in the order given ?