Show that T preserves scalar multiplication - Linear Transformations

Click For Summary
SUMMARY

The discussion focuses on proving that the linear transformation T:ℝ²→ℝ, defined as T(x) = 0 if x₂ = 0 and T(x) = x₁³/x₂² otherwise, preserves scalar multiplication. The proof shows that T(λx) = λT(x) for all λ ∈ ℝ and all x ∈ ℝ². The proof is structured by considering two cases: when x₂ = 0 and when x₂ ≠ 0, confirming that T behaves consistently under scalar multiplication. The discussion emphasizes the importance of clear notation and separating cases for clarity.

PREREQUISITES
  • Understanding of linear transformations and their properties
  • Familiarity with scalar multiplication in vector spaces
  • Knowledge of piecewise functions and their behavior
  • Proficiency in LaTeX for mathematical notation
NEXT STEPS
  • Study the properties of linear transformations in depth
  • Explore piecewise function definitions and their applications
  • Learn about vector space axioms and scalar multiplication
  • Practice writing mathematical proofs with clear notation
USEFUL FOR

Students studying linear algebra, mathematicians interested in linear transformations, and educators teaching vector spaces and scalar multiplication concepts.

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.
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K