Show that T preserves scalar multiplication - Linear Transformations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
NewtonianAlch
Messages
453
Reaction score
0

Homework Statement



Let T:ℝ[itex]^{2}[/itex]→ℝ be defined by
T[tex]\left(\begin{array}{c} x_{1} \\x_{2}\end{array}\right)[/tex] = (0 if x[itex]_{2}[/itex] = 0. [itex]\frac{x^{3}_{1}}{x^{2}_{2}}[/itex] otherwise.)

Show that T preserves scalar multiplication, i.e T(λx) = λT(x) for all λ [itex]\in[/itex] ℝ and all x [itex]\in[/itex] ℝ[itex]^{2}[/itex]

The Attempt at a Solution



T(λx) = T[tex]\left(\begin{array}{c} (λx_{1}) \\(λx_{2})\end{array}\right)[/tex] = (λ0 = 0 if x[itex]_{2}[/itex] = 0, or [itex]\frac{(λx_{1})^{3}}{(λx_{2})^{2}}[/itex])
= λT[tex]\left(\begin{array}{c} x_{1} \\x_{2}\end{array}\right)[/tex] = λ0 = 0 if x[itex]_{2}[/itex] = 0, or
λ*[tex]\left(\begin{array}{c} (x_{1})^{3} \\(x_{2})^{2}\end{array}\right)[/tex]

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.
 
Physics news on Phys.org
It's putting new lines wherever you try to put a vector because you are putting "bits and pieces" inside [ tex ] tags. Don't do that. Put entire equations inside [ tex ] tags.

Also do "[itex]x_2= 0[/itex]" and "[itex]x_2\ne 0[/itex]" separately. You have "[itex]x_2= 0[/itex]" in two different places which makes it hard to read.

If [itex]x_2= 0[/itex], then [itex]\lambda x_2= 0[/itex] for any [itex]\lambda[/itex] so [itex]T(\lambda x)= 0= \lambda T(x)[/itex].

If [itex]x_2\ne 0[/itex], then [itex]\lambda x_2\ne 0[/itex] for any [itex]\lambda[/itex] except [itex]\lambda= 0[/itex] so you should do two separate cases, [itex]\lambda= 0[/itex] and [itex]\lambda\ne 0[/itex], here.