Jump to content

Science:Math Exam Resources/Courses/MATH152/April 2011/Question A 15/Solution 1

From UBC Wiki

We could start by finding both of the separate transformation matrices and then multiplying them together which would give us the general transformation matrix T. However since we only need T([1,0]), the transformation of the unit vector in the x-direction, it will suffice to just consider how that single vector is transformed and not deal with matrices at all.

We first rotate the vector [1,0] counter-clockwise by π/6 to get a new vector 𝐯1. After doing so, the new vector forms a right triangle with a vector in the x-direction and a vector in the y-direction. We can get its components by using trigonometry. The new vector will have length 1 (since it is a rotation of [1,0] which also has length 1) so its components are

𝐯1=[cos(π6),sin(π6)]=[32,12].

We then must project this vector onto u=[1,2]. Recall that a projection of a vector v onto a vector u is

proj𝐮𝐯=𝐯𝐮|𝐮|2𝐮=𝐯𝐮𝐮𝐮𝐮.

Using our vector 𝐯1 and projecting it onto u which has length |𝐮|=5, we have that our new vector, 𝐯2, is

v𝟐=proj𝐮𝐯1=[32,12][1,2]5[1,2]=32(1)+(12)25[1,2]=3+210[1,2].

Therefore, the transformation on the vector [1,0] is

T([10])=3+210[12].