Help with rotation of axes
Find the coordinates (x′, y′) for the given point (x, y), and the angle of rotation θ: (x, y) = (0,3), θ = 90°.
0=x'cos(90)-y'sin(90) 3=x'sin(90)-y'cos(90)
you plugged in the point into the rotation matrix?
$$\Large { \begin{bmatrix} \cos \theta &-\sin \theta \\ \sin \theta &\cos \theta \\ \end{bmatrix} \begin{bmatrix} x\\ y\\ \end{bmatrix} = \begin{bmatrix} x'\\ y' \end{bmatrix} }$$
Twas the only formula I know for this :/ I haven't worked with a problem like this before
So we already know x=0 because if it is multiplying then it will just end up 0
i mean x'=0
|dw:1431898622663:dw|
So the rotation goes to (-3,0)?
correct
$$\Large { \begin{bmatrix} \cos \theta &-\sin \theta \\ \sin \theta &\cos \theta \end{bmatrix}\cdot \begin{bmatrix} x\\ y \end{bmatrix} = \begin{bmatrix} x'\\ y' \end{bmatrix} \\~\\\Rightarrow \\~\\ \begin{bmatrix} \cos 90^0 &-\sin90^0 \\ \sin 90^0 &\cos 90^0 \end{bmatrix}\cdot \begin{bmatrix} 0\\ 3 \end{bmatrix} = \begin{bmatrix} x'\\ y' \end{bmatrix} \\~\\\Rightarrow \\~\\ \begin{bmatrix} 0 &-1 \\ 1 &0 \end{bmatrix}\cdot \begin{bmatrix} 0\\ 3 \end{bmatrix} = \begin{bmatrix} -3\\ 0 \end{bmatrix} }$$
Did you cross multiply?
If you want to use your formula, you should have x'= x cos(90)-ysin(90) y ' =x sin(90)-y cos(90) plug in x = 0, y = 3
actually theres a mistake
If you want to use your formula, you should have x'= x cos(90)-ysin(90) y ' =x sin(90)+ y cos(90) plug in x = 0, y = 3 x'= 0 cos(90)- 3 sin(90) y ' =0 sin(90)+ 3 cos(90) x'= 0 - 3 *1= -3 y ' =0+ 3*0 = 0
Join our real-time social learning platform and learn together with your friends!