Science:Math Exam Resources/Courses/MATH152/April 2011/Question A 15
• QA 1 • QA 2 • QA 3 • QA 4 • QA 5 • QA 6 • QA 7 • QA 8 • QA 9 • QA 10 • QA 11 • QA 12 • QA 13 • QA 14 • QA 15 • QA 16 • QA 17 • QA 18 • QA 19 • QA 20 • QA 21 • QA 22 • QA 23 • QA 24 • QA 25 • QA 26 • QA 27 • QA 28 • QA 29 • QA 30 • QB 1(a) • QB 1(b) • QB 1(c) • QB 2(a) • QB 2(b) • QB 3(a) • QB 3(b) • QB 3(c) • QB 4(a) • QB 4(b) • QB 4(c) • QB 4(d) • QB 5(a) • QB 5(b) • QB 5(c) • QB 6(a) • QB 6(b) • QB 6(c) • QB 6(d) • QB 6(e) •
Question A 15 |
---|
Consider the linear transformation which takes vectors in , first rotates them by (30°) counter-clockwise and then projects the result onto the direction Find Note: and . Your final answer should not contain trigonometric functions. |
Make sure you understand the problem fully: What is the question asking you to do? Are there specific conditions or constraints that you should take note of? How will you know if your answer is correct from your work only? Can you rephrase the question in your own words in a way that makes sense to you? |
If you are stuck, check the hint below. Consider it for a while. Does it give you a new idea on how to approach the problem? If so, try it! |
Hint |
---|
How can we use right-triangle trig techniques to get the components of a rotated vector? What is the formula for projection? |
Checking a solution serves two purposes: helping you if, after having used the hint, you still are stuck on the problem; or if you have solved the problem and would like to check your work.
|
Solution 1 |
---|
Found a typo? Is this solution unclear? Let us know here.
Please rate my easiness! It's quick and helps everyone guide their studies. 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 to get a new vector . 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 We then must project this vector onto u=[1,2]. Recall that a projection of a vector v onto a vector u is Using our vector and projecting it onto u which has length , we have that our new vector, , is Therefore, the transformation on the vector [1,0] is |
Solution 2 |
---|
Found a typo? Is this solution unclear? Let us know here.
Please rate my easiness! It's quick and helps everyone guide their studies. As practice for doing linear transformations, we will create the matrices anyway and show that they lead to the same conclusion as going step by step in Solution 1. First recall that a rotation matrix rotating counter-clockwise with an angle has the form If you are having trouble remembering how to form a rotation matrix, see the solution to Question A28 on this exam for a more detailed explanation of these entries (they are components of the vectors generated by rotating the unit vectors). Since in this example the angle rotating is then we get Next for the projection matrix, to get the entries in column k, we have to do a projection of the kth unit vector onto our desired vector u=[1,2]. We get that the first column is The second column is Therefore we get that the projection matrix is The total transformation then is (remember that the rotation is applied first),
Therefore, like we recovered in the first solution. |