Linear transformation from given matrices - bases unknown

phyzmatix
Messages
313
Reaction score
0

Homework Statement



Find a linear transformation

T: P_2 \rightarrow M_{22}

such that

T(1+x)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]

T(x+x^2)=\left[\begin{array}{cc}0&1\\1&0\end{array}\right]

T(1+x^2)=\left[\begin{array}{cc}0&0\\0&1\end{array}\right]


The Attempt at a Solution



In all the examples I have access to the linear transformation is already defined, the bases given and the question is to find the matrix (easy enough).

For this question, I could've reversed this approach had I known what the bases were. However, the bases aren't given and I'm stumped.

Could someone offer me a hint here please?

Thanks!
phyz
 
Physics news on Phys.org
T(ax^2+bx+c)=aT(x^2)+bT(x)+cT(1). If you knew what T(x^2), T(x) and T(1) were it would be easy to write down a formula for T acting on a general element of P2. Can you find them from the given information?
 
Hi Dick!

I think I know where you're going, but not sure how to get there. Let's see if I understand what you're saying though and give it a shot:

From what you've given me
T(ax^2+bx+c)=aT(x^2)+bT(x)+cT(1)

I thought that we could then say

T(1)+T(x)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]

T(x)+T(x^2)=\left[\begin{array}{cc}0&1\\1&0\end{array}\right]

T(1)+T(x^2)=\left[\begin{array}{cc}0&0\\0&1\end{array}\right]

However, I think we'll still be acting legit when swapping rows 1 and 2 of the second equation so that

T(1)+T(x)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]

T(x)+T(x^2)=\left[\begin{array}{cc}1&0\\0&1\end{array}\right]

T(1)+T(x^2)=\left[\begin{array}{cc}0&0\\0&1\end{array}\right]

If we then subtract equation 3 from 1, we get

T(1)+T(x)-Y(1)-T(x^2)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]-\left[\begin{array}{cc}0&0\\0&1\end{array}\right]

T(x)-T(x^2)=\left[\begin{array}{cc}1&0\\0&-1\end{array}\right]

which the same as equation 2 except for the minus sign. If all of what I've done so far is still ok and if my reasoning still holds, this means that

T(1)=\left[\begin{array}{cc}0&0\\0&0\end{array}\right]

T(x)=\left[\begin{array}{cc}1&0\\0&0\end{array}\right]

T(x^2)=\left[\begin{array}{cc}0&0\\0&1\end{array}\right]

Having done all of this I have to admit that
1. I don't know if what I've done is mathematically acceptable and
2. if everything up until this point is ok, what do I do next?

Thanks for the help!
 
It's perfectly mathematically acceptable. Now just add things up T(ax^2+bx+c)=aT(x^2)+bT(x)+c=?? What's the resulting matrix?
 
Hi Dick!

Sorry about the slow response time, but I've been rather busy this past week.

I believe our final answer is:


T(ax^2+bx+c)=aT(x^2)+bT(x)+cT(1)

=a\left[\begin{array}{cc}0&0\\0&1\end{array}\right]+b\left[\begin{array}{cc}1&0\\0&0\end{array}\right]+c\left[\begin{array}{cc}0&0\\0&0\end{array}\right]

=\left[\begin{array}{cc}b&0\\0&a\end{array}\right]

But I'm not so sure about the notation, do we write it as

\left[T(p(x))\right]=\left[\begin{array}{cc}b&0\\0&a\end{array}\right]

?
 
How about just writing T(ax^2+bx+c)? I think that's a little clearer.
 
Ok cool. Once again thank you for your help! :smile:
 
Back
Top