buckaroobill
New member
- Joined
- Dec 16, 2006
- Messages
- 40
Okay, so I did the following problem out but I'm not sure if it is right, so if anyone could help, it would be greatly appreciated!
Consider the quadrilateral (namely Q) in R^3 formed by the points
(1, 0, 0), (2, 0, 0), (1, 1, 3), and (2, 1, 3).
a) What should the coordinates be for the figure R we get by rotating Q counterclockwise in the x-y plane by 45 degrees, then dilating it by a factor of 3/2, then translating it along the vector (-2, 1, -1)?
b) What matrix transforms Q into R?
First, I took the matrix
[cosθ, sinθ, 0
-sinθ, cosθ, 0
0, 0, 1]
and I set all the θ equal to 45. This led to the matrix:
[1/√2, 1/√2, 0)
-1/√2, 1/√2, 0
0, 0, √2]
In order to do dilation by 3/2, I multiplied each entry by 3/2 retrieving:
[3/(2√2), 3/(2√2), 0
-3/(2√2), 3/(2√2), 0
0, 0, (3√2)/2]
Then to translate it along the vector (-2, 1, -1), I added -2 to the x coordinates, 1 to the y coordinates, and -1 to the z coordinates.
[3/(2√2) -2, 3/(2√2) +1, -1
-3/(2√2) - 2, 3/(2√2) + 1, -1
-2, 1, (3√2)/(2) - 1]
So the above was my final matrix (and I said that the rows of that matrix were the coordinates for the figure R.
Consider the quadrilateral (namely Q) in R^3 formed by the points
(1, 0, 0), (2, 0, 0), (1, 1, 3), and (2, 1, 3).
a) What should the coordinates be for the figure R we get by rotating Q counterclockwise in the x-y plane by 45 degrees, then dilating it by a factor of 3/2, then translating it along the vector (-2, 1, -1)?
b) What matrix transforms Q into R?
First, I took the matrix
[cosθ, sinθ, 0
-sinθ, cosθ, 0
0, 0, 1]
and I set all the θ equal to 45. This led to the matrix:
[1/√2, 1/√2, 0)
-1/√2, 1/√2, 0
0, 0, √2]
In order to do dilation by 3/2, I multiplied each entry by 3/2 retrieving:
[3/(2√2), 3/(2√2), 0
-3/(2√2), 3/(2√2), 0
0, 0, (3√2)/2]
Then to translate it along the vector (-2, 1, -1), I added -2 to the x coordinates, 1 to the y coordinates, and -1 to the z coordinates.
[3/(2√2) -2, 3/(2√2) +1, -1
-3/(2√2) - 2, 3/(2√2) + 1, -1
-2, 1, (3√2)/(2) - 1]
So the above was my final matrix (and I said that the rows of that matrix were the coordinates for the figure R.