WAEC 2023 · Paper 1 · Q21

A linear transformation on the oxyoxy plane is defined by P:(x,y)→(2x+y,−2y)P: (x, y) \rightarrow (2x + y, -2y). Find P2P^2.

Worked solution (try it first)
  1. Read the matrix from the images: xx goes to 2x+y2x + y and yy goes to −2y-2y, so P=(210−2)P = \begin{pmatrix} 2 & 1 \\ 0 & -2 \end{pmatrix}.
  2. Multiply PP by itself.
  3. Top row: (2)(2)+(1)(0)=4(2)(2) + (1)(0) = 4 and (2)(1)+(1)(−2)=0(2)(1) + (1)(-2) = 0.
  4. Bottom row: (0)(2)+(−2)(0)=0(0)(2) + (-2)(0) = 0 and (0)(1)+(−2)(−2)=4(0)(1) + (-2)(-2) = 4.
  5. So P2=(4004)P^2 = \begin{pmatrix} 4 & 0 \\ 0 & 4 \end{pmatrix}, option C.

Report a problem with this question