Determination of Linear transformation

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
7 replies · 2K views
Maxwhale
Messages
35
Reaction score
0

Homework Statement



Determine if the following T is linear tranformation, and give the domain and range of T:

T(x,y) = (x + y2, [tex]\sqrt[3]{xy}[/tex] )

Homework Equations



T ( u + v) = T(u) + T(v)

T(ru) = rT(u)



The Attempt at a Solution


1)
let u = (x1, x2);
T(ru ) = T(rx1, rx2)
T(ru )= r(x + y2) , r([tex]\sqrt[3]{xy}[/tex] )
T(ru ) = r(x + y2 , [tex]\sqrt[3]{xy}[/tex] )

so it suffices the first condition, right?

2)
let u = (x1, y1) and let v = (y1, y2);
T ( u + v ) = T ( x1 + y1, x2 + y2)
T ( u + v ) = Here I am confused with the term ( x + y2)
T ( u + v )


Any help please !
 
Physics news on Phys.org
yeah i have done that
 
Okay, but you did it wrong.

What do you get when you substitute rx for x, and ry for y, into
T(x,y) = (x + y2, [tex]\sqrt[3]{xy}[/tex] )

EDIT: FYI this is the part that I'm trying to correct:
Maxwhale said:

The Attempt at a Solution


1)
let u = (x1, x2);
T(ru ) = T(rx1, rx2)
T(ru )= r(x + y2) , r([tex]\sqrt[3]{xy}[/tex] )
T(ru ) = r(x + y2 , [tex]\sqrt[3]{xy}[/tex] )

so it suffices the first condition, right?
 
Last edited:
should it be

let u = (x1, x2);
T(ru ) = T(rx1, rx2)
T(ru )= ( (rx1 + (rx2)2), [tex]\sqrt[3]{(rx)(ry)}[/tex] )