Let $T: R_3 \to R_3$ be the transformation that reflects vector $x=(x_1, x_2, x_3)$ through the plane $x_3=0$ onto $T(x) = (x_1, x_2, -x_3).$
I am trying to find if $T$ is a linear transformation and if not why.
I have no idea how to start this problem. Can anyone give me some kind of direction and help me figure out this problem step by step? I have been working on figuring out how to answer linear transformation problems, but the way this one is worded just throws me off. Thanks!
So far I have answered:
Let $R_2$ to $R_3$ be the transformation defined by $T(x_1, x_2) = (2x_1-3x_2, x_1+4, 5x_2)$ I calculated that the above was not a linear transformation because $T(u+v) = T(u) + T(v)$ was not satisfied. Hopefully I am on the right track here with that conclusion. So help me out!!
I'll begin the proof for you:
Let $a = (a_1, a_2, a_3), b=(b_1, b_2, b_3)\in\Bbb R^3$ and $\lambda \in\Bbb R$. Then
$$\begin{align}T[a+\lambda b] &= T(a_1+\lambda b_1, a_2+\lambda b_2, a_3+\lambda b_3) \\ &= (a_1+\lambda b_1, a_2+\lambda b_2, -(a_3+\lambda b_3)) \\ &\qquad\vdots \\ &\stackrel{?}=T(a)+\lambda T(b)\end{align}$$
See if you can get to that last step or not and you'll be done.