Finding the matrix of a transformation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 6K views
Cankur
Messages
9
Reaction score
0

Homework Statement


Consider the transformation T from R2 to R2 that rotates any vector x through an angle of 45 degrees in the counterclockwise direction. You are told that T is a linear transformation. Find the matrix of T.


Homework Equations





The Attempt at a Solution



A vector with components x1 and x2 should become x 2 and x1, seeing that the transformation should rotate the vector 45 degrees. So therefore, the matrix of the transformation should be:

[0 1]
[1 0]
 
Physics news on Phys.org
Cankur said:

Homework Statement


Consider the transformation T from R2 to R2 that rotates any vector x through an angle of 45 degrees in the counterclockwise direction. You are told that T is a linear transformation. Find the matrix of T.


Homework Equations





The Attempt at a Solution



A vector with components x1 and x2 should become x 2 and x1, seeing that the transformation should rotate the vector 45 degrees.
The rotation you're describing here is a rotation of 90° counterclockwise, not 45°.

What should T do to x1 = <1, 0> and x2 = <0, 1>?
Cankur said:
So therefore, the matrix of the transformation should be:

[0 1]
[1 0]
 
Cankur said:

Homework Statement


Consider the transformation T from R2 to R2 that rotates any vector x through an angle of 45 degrees in the counterclockwise direction. You are told that T is a linear transformation. Find the matrix of T.


Homework Equations





The Attempt at a Solution



A vector with components x1 and x2 should become x 2 and x1, seeing that the transformation should rotate the vector 45 degrees. So therefore, the matrix of the transformation should be:

[0 1]
[1 0]
No, with a 45 degree rotation, any vector on the x-axis (y=0) would rotate to the line y= x while any vector on the y-axis would rotate to the line y= -x. What vectors on those lines have length 1?
 
It should move it half of 90 degrees. But what matrix would achieve that? A matrix that looks like this perhaps:

[0 1/2]
[1/2 0]

How should you think when you have problems of this sort?
 
Cankur said:
It should move it half of 90 degrees. But what matrix would achieve that? A matrix that looks like this perhaps:

[0 1/2]
[1/2 0]

How should you think when you have problems of this sort?
No, the matrix above doesn't work.

I'll ask this again.
Mark44 said:
What should T do to x1 = <1, 0> and x2 = <0, 1>?