Finding the matrix of a transformation

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>?
 
Which (because I just have to jump in behind Mark44) is much what I asked before: what vector, <x, x>, has length 1? What vector <-x, x>, has length 1?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top