Answer today's Linear Algebra question, reveal the full explanation, then keep the streak going with a new question every day.
Let T:R2→R3 be defined by T(x1,x2)=(x1−x2,3x2,x1+x2) and S:R3→R2 be defined by S(y1,y2,y3)=(y1+y3,y2−y3). What is the formula for the composition (S∘T)(x1,x2)?
- (2x1,2x2−x1) (correct answer)
- (−2x2,4x2)
- (2x1,2x2+x1)
- The composition is not defined.
Explanation: To find the formula for (S∘T)(x1,x2), we first apply T to (x1,x2) and then apply S to the result. (S∘T)(x1,x2)=S(T(x1,x2))=S(x1−x2,3x2,x1+x2) Now we use the definition of S with y1=x1−x2, y2=3x2, and y3=x1+x2. S(y1,y2,y3)=(y1+y3,y2−y3) Substituting the expressions in terms of x1 and x2: ((x1−x2)+(x1+x2),(3x2)−(x1+x2)) Simplifying each component gives: (2x1,3x2−x1−x2)=(2x1,−x1+2x2) The correct answer is (2x1,2x2−x1).
B is incorrect: This may result from calculation errors, for example, calculating the first component as (x1−x2)−(x1+x2)=−2x2.
C is incorrect: This results from a sign error in the second component: (3x2)+(x1+x2)=x1+4x2, which is also not the choice, but sign errors are common. This specific choice may come from (3x2)−(x1−x2) instead of (3x2)−(x1+x2).
D is incorrect: The composition is well-defined because the codomain of T (R3) matches the domain of S (R3).