Linear Algebra · Question of the Day

Linear Algebra Question of the Day

A fresh daily question to build accuracy, reinforce recall, and turn practice into a steady habit.
Thursday, September 17, 2026

Let T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3 be defined by T(x1,x2)=(x1x2,3x2,x1+x2)T(x_1, x_2) = (x_1 - x_2, 3x_2, x_1+x_2) and S:R3R2S: \mathbb{R}^3 \to \mathbb{R}^2 be defined by S(y1,y2,y3)=(y1+y3,y2y3)S(y_1, y_2, y_3) = (y_1+y_3, y_2-y_3). What is the formula for the composition (ST)(x1,x2)(S \circ T)(x_1, x_2)?

Keep practicing Linear Algebra

Question of the Day

Answer today's Linear Algebra question, reveal the full explanation, then keep the streak going with a new question every day.

Let T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3 be defined by T(x1,x2)=(x1x2,3x2,x1+x2)T(x_1, x_2) = (x_1 - x_2, 3x_2, x_1+x_2) and S:R3R2S: \mathbb{R}^3 \to \mathbb{R}^2 be defined by S(y1,y2,y3)=(y1+y3,y2y3)S(y_1, y_2, y_3) = (y_1+y_3, y_2-y_3). What is the formula for the composition (ST)(x1,x2)(S \circ T)(x_1, x_2)?

  1. (2x1,2x2x1)(2x_1, 2x_2 - x_1) (correct answer)
  2. (2x2,4x2)(-2x_2, 4x_2)
  3. (2x1,2x2+x1)(2x_1, 2x_2 + x_1)
  4. The composition is not defined.

Explanation: To find the formula for (ST)(x1,x2)(S \circ T)(x_1, x_2), we first apply TT to (x1,x2)(x_1, x_2) and then apply SS to the result. (ST)(x1,x2)=S(T(x1,x2))=S(x1x2,3x2,x1+x2)(S \circ T)(x_1, x_2) = S(T(x_1, x_2)) = S(x_1 - x_2, 3x_2, x_1+x_2) Now we use the definition of SS with y1=x1x2y_1 = x_1 - x_2, y2=3x2y_2 = 3x_2, and y3=x1+x2y_3 = x_1+x_2. S(y1,y2,y3)=(y1+y3,y2y3)S(y_1, y_2, y_3) = (y_1+y_3, y_2-y_3) Substituting the expressions in terms of x1x_1 and x2x_2: ((x1x2)+(x1+x2),(3x2)(x1+x2))((x_1 - x_2) + (x_1+x_2), (3x_2) - (x_1+x_2)) Simplifying each component gives: (2x1,3x2x1x2)=(2x1,x1+2x2)(2x_1, 3x_2 - x_1 - x_2) = (2x_1, -x_1 + 2x_2) The correct answer is (2x1,2x2x1)(2x_1, 2x_2 - x_1). B is incorrect: This may result from calculation errors, for example, calculating the first component as (x1x2)(x1+x2)=2x2(x_1 - x_2) - (x_1+x_2) = -2x_2. C is incorrect: This results from a sign error in the second component: (3x2)+(x1+x2)=x1+4x2(3x_2) + (x_1+x_2) = x_1+4x_2, which is also not the choice, but sign errors are common. This specific choice may come from (3x2)(x1x2)(3x_2)- (x_1-x_2) instead of (3x2)(x1+x2)(3x_2)-(x_1+x_2). D is incorrect: The composition is well-defined because the codomain of TT (R3\mathbb{R}^3) matches the domain of SS (R3\mathbb{R}^3).