matrix representation of a trigonometric rotation

738 Views Asked by At

The problems of trigonomeytric rotation and algebra

Hey guys!I have a couple of doubts regarding this exercise, for a) I think that the Matrix

rotation of P is [(cos t, -sen t) , (-sen t, cos t)] and for Q [(-cos t, -sen t), ( sen t,

cos t)] , is that right?

Regarding B... no idea..and I know c and d.

Thanks very much in advance :)

3

There are 3 best solutions below

0
On

For a.) $P$ is the image of $i$ so it should have two coordinates: $P=(\cos t,\sin t)$. Also $Q=(-\sin t,\cos t)$. The matrix of the rotation $R$ is $$\begin{pmatrix}\cos t & -\sin t \\ \sin t& \cos t\end{pmatrix}.$$ Now, b.) is clear.

0
On

Well, in the picture, $P$ is a vector, namely $\pmatrix{\cos t\\ \sin t}$, and also is $Q$, namely $\pmatrix{-\sin t\\ \cos t}$ -- recheck the signs, the picture helps.

Then $R(t)$ is the matrix with columns $\pmatrix{P & Q}$. This should also clarify b).

0
On

For a) there is only one matrix for both $P$ and $Q$. $P$ is the rotation of $i$ and $Q$ is the rotation of $j$. You should only have a minus sign on one of the $\sin$ entries.

For b) you can just do the arithmetic indicated and see that it gives the matrix $R(t)$