Determine whether T R2 rightarrow R defined by Tx1 x2 3x1
Solution
we need to check whether T : R2 R define by T(x1,x2) = 3x1 - 2x2 is linear transformation or not.
we can say that T is linear transformation if it satisfies vector addition and scalar multiplication that is :
1) T(x+y) = T(x) + T(y) 2) T(cx) = cT(x)
we have,
T(x1,x2) = 3x1 - 2x2
we can write,
T(x) = 3x1 - 2x2 --------------------------------1)
T(y) = 3y1 - 2y2 ------------------------------2)
check the vector addition property we have,
T(x+y) = T(x1+y1 , x2+y2)
T(x+y) = 3(x1+y1) - 2(x2+y2)
T(x+y) = 3x1 + 3y1 - 2x2 - 2y2
T(x+y) = 3x1 - 2x2 + 3y1 - 2y2
from equation 1) and 2) we can say that,
T(x+y) = T(x) + T(y)
check the scalar multiplication property
we have,
T(x) = 3x1 - 2x2
T(cx) = T(cx1,cx2)
T(cx) = 3cx1 - 2cx2
T(cx) = c(3x1 - 2x2)
T(cx) = cT(x)
hence we can say that T satisfies both the properties of vector addition and scalar multiplication.
we can say that T is a linear transformation.
