What is the matrix of T with respect to the basis (2,1),(1,-2)?

lockedup
Messages
67
Reaction score
0

Homework Statement


Recall that the matrix for T: R^{2} \rightarrow R^{2} defined by rotation through an angle \theta with respect to the standard basis for R^{2} is

\[A =\begin{array}{cc}cos \theta & -sin \theta \\sin \theta & cos\theta \\\end{array}\]\right]

a) What is the matrix of T with respect to the basis (2,1),(1,-2)?

Homework Equations





The Attempt at a Solution


So, here's the deal, I missed this particular lecture last week. I'm trying to teach myself this concept of changing basis. Here's one of my homework problems. Can you please check it?

alpha = standard basis, beta = new basis

I(1,0) = a(2,1) + b(1,-2) --> a = .4, b = .2
I(0,1) = a(2,1) + b(1,-2) --> a = .2, b = -.4

\[[I^{\beta}_{\alpha}] = \begin{array}{cc} .4 & .2 \\ .2 & -.4 \\ \end{array}

\[[I^{\beta}_{\alpha}]^{-1} = (\frac{1}{.4(-.4)-.2(.2)})\begin{array}{cc} -.4 &amp; -.2 \\ -.2 &amp; .4 \\ \end{array}<br /> = -5(\begin{array}{cc} -.4 &amp; -.2 \\ -.2 &amp; .4 \\ \end{array}) <br /> = \begin{array}{cc} 2 &amp; 1 \\ 1 &amp; -2 \\ \end{array}

The new transformation matrix should be [I^{\beta}_{\alpha}]^{-1}A[I^{\beta}_{\alpha}] = (\begin{array}{cc} 2 &amp; 1 \\ 1 &amp; -2 \\ \end{array})(\begin{array}{cc}cos \theta &amp; -sin \theta \\sin \theta &amp; cos\theta \\\end{array})(\begin{array}{cc} .4 &amp; .2 \\ .2 &amp; -.4 \\ \end{array}) = \begin{array}{cc}cos \theta &amp; sin \theta \\ -sin \theta &amp; cos \theta
 
Physics news on Phys.org
Your solution is almost correct. You just got the two transformation matrices backwards.

I just remember the order like this. Your I matrix (not the best letter to use) converts coordinates from the standard basis to the new basis, and its inverse goes from the new basis to the standard basis. The matrix A works on vectors in the standard basis. So suppose you have a vector x expressed in the new basis and you want to see what T does to it. First, you multiply I-1 to convert it to the standard basis, giving you I-1x. Once it's expressed in the standard basis, you can use A to calculate what T does to it, so now you have AI-1x. But A gives you a result that still in the standard basis, so you need to convert back to the new basis. The end result is T(x)=IAI-1x.
 
You're right, I is not the best letter to use. I think my professor used it for "identity mapping".

Anyways, I looked at a half-example from my teacher's notes. (She writes everything down on a smart board and saves it.) She put alpha = new basis and beta = standard basis and I got confused.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top