NewtonianAlch
- 453
- 0
Homework Statement
Let T:ℝ^{2}→ℝ be defined by
T\left(\begin{array}{c} x_{1} \\x_{2}\end{array}\right) = (0 if x_{2} = 0. \frac{x^{3}_{1}}{x^{2}_{2}} otherwise.)
Show that T preserves scalar multiplication, i.e T(λx) = λT(x) for all λ \in ℝ and all x \in ℝ^{2}
The Attempt at a Solution
T(λx) = T\left(\begin{array}{c} (λx_{1}) \\(λx_{2})\end{array}\right) = (λ0 = 0 if x_{2} = 0, or \frac{(λx_{1})^{3}}{(λx_{2})^{2}})
= λT\left(\begin{array}{c} x_{1} \\x_{2}\end{array}\right) = λ0 = 0 if x_{2} = 0, or
λ*\left(\begin{array}{c} (x_{1})^{3} \\(x_{2})^{2}\end{array}\right)
Is that a correct proof?
It's a bit hard to read because whenever I try to put a vector, it puts it into a new line.