How to prove there exists a linear transformation?

I've been given the following problem as homework:

Prove that there exists a linear transformation $T: \mathbb{R}^2 \to \mathbb{R}^3$ such that $T(1,1) = (1,0,2)$ and $T(2,3) = (1,-1,4)$.

Since it just says prove that one exists, I'm guessing I'm not supposed to actually identify the transformation.

One thing I tried is showing that it holds under addition/multiplication in the sense of:

1) $T(x + y) = T(x) + T(y)$

2) $T(cx) = cT(x)$

3) $T((1,1) + (2,3)) = T(1,1) + T(2,3)$? But that's not necessarily true.

I don't know how I'd accomplish this given my limited knowledge.

What's the approach to solving a problem like this?


Solution 1:

In this case, it actually isn't that hard to compute the actual transformation.

If you know that $T(2,3)=(1,-1,4)$ and $T(1,1)=(1,0,2)$, what must $T(1,2)$ be equal to? (Note that $(2,3)-(1,1)=(1,2)$.)

Now compute $T(0,1)$ using similar reasoning with $(1,2)$ and $(1,1)$.

Now compute $T(2,0)$ using similar reasoning with $(2,3)$ and $(0,1)$.

Now compute $T(1,0)$ (do you see how to do this one?)

Finally, if $T(1,0)=(a_1,a_1,a_2)$ and $T(0,1)=(b_1,b_2,b_3)$, then you can calculate any $T(x,y)$ by $$T(x,y)=T(x(1,0)+y(0,1))=xT(1,0)+yT(0,1)=$$$$ x(a_1,a_2,a_2)+y(b_1,b_2,b_3)=(a_1x+b_1y,a_2x+b_2y,a_3x+b_3y).$$

If you do all these steps, you'll have the values for $a_1,a_2,a_3,b_1,b_2,b_3$, and you can show that the map $T$ you've written down is linear and has the property that $T(2,3)=(1,-1,4)$ and $T(1,1)=(1,0,2)$.

Solution 2:

Hint: Show that $\{(1,1), (2,3)\}$ is a basis of $\mathbb{R}^2$.