M Matrix Transformations (all calculations restricted to 2x2 or 2x1 matrices) — revision question pack

4 specification points · notes, questions, answers and worked methods

Checked against AQA 8365 section M. Review basis: the qualification registry sourced from the AQA Level 2 Certificate in Further Mathematics (8365) specification; registry verification recorded 11 July 2026.

How this checking works

Answer all questions in the spaces provided.

M1 · Multiplication of matrices (2x2 by 2x2 or by 2x1), and multiplication by a scalar

Explanation

  • Multiplying a matrix by a scalar multiplies every entry by that number. Matrix multiplication uses row-by-column products: each entry in the result is found by multiplying corresponding entries from one row of the first matrix and one column of the second, then adding.
  • A product ABAB is defined only when the number of columns of AA equals the number of rows of BB.
  • In this specification, calculations are restricted to 2×22\times2 matrices and 2×12\times1 column matrices.
  • The order matters because matrix multiplication is generally not commutative: ABBAAB\ne BA.
  • Examiners expect the working for individual entries to be visible, especially where negative numbers occur.

Worked example

Given A=(2134)A=\begin{pmatrix}2&-1\\3&4\end{pmatrix} and B=(1520)B=\begin{pmatrix}1&5\\-2&0\end{pmatrix}, work out ABAB.

  1. 1.First row: 2(1)+(1)(2)=42(1)+(-1)(-2)=4 and 2(5)+(1)(0)=102(5)+(-1)(0)=10.
  2. 2.Second row: 3(1)+4(2)=53(1)+4(-2)=-5 and 3(5)+4(0)=153(5)+4(0)=15.
  3. 3.Place the four row-by-column results in their corresponding positions.

Answer: AB=(410515)AB=\begin{pmatrix}4&10\\-5&15\end{pmatrix}.

Common mistakes

  • Don't multiply entries in the same positions instead of forming row-by-column products.
  • Don't lose the negative sign in (1)(2)(-1)(-2) or 4(2)4(-2).
  • Don't assume AB=BAAB=BA and reverse the order without recalculating.

Exam tip

For a matrix product, show at least one complete row-by-column calculation before writing the resulting matrix.

Tier 1 · Easy

  1. 1

    Work out 3(2104)3\begin{pmatrix}2&-1\\0&4\end{pmatrix}.

    [1 mark]

  2. 2

    Let A=(1324)A=\begin{pmatrix}1&3\\-2&4\end{pmatrix} and B=(5204)B=\begin{pmatrix}5&-2\\0&4\end{pmatrix}. Work out the top-right entry of ABAB.

    [1 mark]

Tier 2 · Standard

  1. 1

    Work out (2134)(52)\begin{pmatrix}2&-1\\3&4\end{pmatrix}\begin{pmatrix}5\\-2\end{pmatrix}.

    [2 marks]

  2. 2

    Given A=(1213)A=\begin{pmatrix}1&2\\-1&3\end{pmatrix} and B=(2041)B=\begin{pmatrix}2&0\\4&-1\end{pmatrix}, work out BABA.

    [2 marks]

  3. 3

    Let A=(1231)A=\begin{pmatrix}-1&2\\3&1\end{pmatrix} and u=(42)\mathbf{u}=\begin{pmatrix}4\\-2\end{pmatrix}. Work out 2Au-2A\mathbf{u}.

    [3 marks]

Tier 3 · Hard

  1. 1

    Given (p21q)(3124)=(135911)\begin{pmatrix}p&2\\1&q\end{pmatrix}\begin{pmatrix}3&-1\\2&4\end{pmatrix}=\begin{pmatrix}13&5\\9&11\end{pmatrix}, work out pp and qq.

    [4 marks]

  2. 2

    Let A=(1230)A=\begin{pmatrix}1&-2\\3&0\end{pmatrix} and B=(2112)B=\begin{pmatrix}2&1\\-1&2\end{pmatrix}. Work out ABAB. Hence work out the vector v=(xy)\mathbf{v}=\begin{pmatrix}x\\y\end{pmatrix} such that ABv=(1921)AB\mathbf{v}=\begin{pmatrix}19\\21\end{pmatrix}.

    [4 marks]

  3. 3

    A=(1p02)A=\begin{pmatrix}1&p\\0&2\end{pmatrix} and B=(3104)B=\begin{pmatrix}3&1\\0&4\end{pmatrix}. Given that AB=BAAB=BA, work out pp.

    [4 marks]

  4. 4

    Let A=(2130)A=\begin{pmatrix}2&-1\\3&0\end{pmatrix} and v=(p2)\mathbf{v}=\begin{pmatrix}p\\2\end{pmatrix}, where pp is a constant. Given that 3Av=(618)3A\mathbf{v}=\begin{pmatrix}6\\18\end{pmatrix}, work out pp.

    [3 marks]

  5. 5

    Let A=(1120)A=\begin{pmatrix}1&-1\\2&0\end{pmatrix}, B=(0231)B=\begin{pmatrix}0&2\\3&1\end{pmatrix} and C=(1012)C=\begin{pmatrix}1&0\\-1&2\end{pmatrix}. Work out 2ABC-2ABC.

    [3 marks]

M2 · The identity matrix I (2x2 only)

Explanation

  • The 2×22\times2 identity matrix is I=(1001)I=\begin{pmatrix}1&0\\0&1\end{pmatrix}. It plays the same role in matrix multiplication that 11 plays in ordinary multiplication: for every compatible matrix AA, AI=IA=AAI=IA=A.
  • Multiplying a 2×12\times1 column vector by II therefore leaves the represented point unchanged. The positions of the entries matter: the 11s lie on the main diagonal and the other entries are 00.
  • The identity matrix is not the zero matrix.
  • It can also appear when a transformation and its inverse are combined, or when a matrix power cycles back to the starting position.
  • Examiners may require the identity to be recognised, written down or used in a chain of powers.

Worked example

Let P=(0110)P=\begin{pmatrix}0&1\\1&0\end{pmatrix}. Show that P2=IP^2=I and hence work out P12P^{12}.

  1. 1.P2=(0110)(0110)=(1001)=IP^2=\begin{pmatrix}0&1\\1&0\end{pmatrix}\begin{pmatrix}0&1\\1&0\end{pmatrix}=\begin{pmatrix}1&0\\0&1\end{pmatrix}=I.
  2. 2.Write P12=(P2)6P^{12}=(P^2)^6.
  3. 3.Therefore P12=I6=IP^{12}=I^6=I.

Answer: P12=(1001)P^{12}=\begin{pmatrix}1&0\\0&1\end{pmatrix}.

Common mistakes

  • Don't write I=(0110)I=\begin{pmatrix}0&1\\1&0\end{pmatrix} by putting the 11s on the wrong diagonal.
  • Don't treat II as the zero matrix and conclude that AIAI is zero.
  • Don't expand P12P^{12} as twelve separate multiplications instead of using P2=IP^2=I.

Exam tip

When a question says ‘hence’, use the established identity relation explicitly rather than restarting the calculation.

Tier 1 · Easy

  1. 1

    Write down the 2×22\times2 identity matrix II.

    [1 mark]

  2. 2

    Work out I(74)I\begin{pmatrix}7\\-4\end{pmatrix}, where II is the 2×22\times2 identity matrix.

    [1 mark]

Tier 2 · Standard

  1. 1

    Let A=(2351)A=\begin{pmatrix}2&-3\\5&1\end{pmatrix}. Work out both AIAI and IAIA.

    [2 marks]

  2. 2

    The matrix C=(a25b)C=\begin{pmatrix}a&-2\\5&b\end{pmatrix} satisfies CI=(4257)CI=\begin{pmatrix}4&-2\\5&7\end{pmatrix}. Work out aa and bb.

    [2 marks]

  3. 3

    The matrix X=(abcd)X=\begin{pmatrix}a&b\\c&d\end{pmatrix} satisfies (1201)X=(1201)\begin{pmatrix}1&2\\0&1\end{pmatrix}X=\begin{pmatrix}1&2\\0&1\end{pmatrix}. Work out XX.

    [3 marks]

Tier 3 · Hard

  1. 1

    Let P=(0110)P=\begin{pmatrix}0&1\\1&0\end{pmatrix}. Show that P2=IP^2=I and hence work out P17P^{17}.

    [3 marks]

  2. 2

    Let Q=(0110)Q=\begin{pmatrix}0&-1\\1&0\end{pmatrix}. Show that Q2=IQ^2=-I and hence work out Q202Q^{202}.

    [4 marks]

  3. 3

    Let A=(p23p)A=\begin{pmatrix}p&2\\3&-p\end{pmatrix}. Show that A2=(p2+6)IA^2=(p^2+6)I. Given that A2=10IA^2=10I, work out the possible values of pp.

    [4 marks]

  4. 4

    Let A=(1p01)A=\begin{pmatrix}1&p\\0&1\end{pmatrix} and B=(1q01)B=\begin{pmatrix}1&q\\0&1\end{pmatrix}. Given that AB=IAB=I and p=2q+3p=2q+3, work out pp and qq.

    [4 marks]

  5. 5

    Let P=(02120)P=\begin{pmatrix}0&2\\\frac{1}{2}&0\end{pmatrix} and X=(abcd)X=\begin{pmatrix}a&b\\c&d\end{pmatrix}. Given that PXP=IPXP=I, work out XX.

    [4 marks]

M3 · Transformations of the unit square in the x-y plane, represented by a 2x2 matrix (rotations of 90/180/270 about the origin, reflections in x=0, y=0, y=x, y=-x, enlargements centred on the origin)

Explanation

  • A 2×22\times2 matrix represents a transformation of the unit square in the coordinate plane.
  • Its first column is the image of (10)\begin{pmatrix}1\\0\end{pmatrix} and its second column is the image of (01)\begin{pmatrix}0\\1\end{pmatrix}.
  • Multiplying the matrix by (xy)\begin{pmatrix}x\\y\end{pmatrix} gives the image of (x,y)(x,y).
  • Required transformations are rotations of 9090^\circ, 180180^\circ or 270270^\circ about the origin; reflections in x=0x=0, y=0y=0, y=xy=x or y=xy=-x; and enlargements centred on the origin.
  • A full description gives the angle and centre of a rotation, adding direction for 9090^\circ or 270270^\circ; the mirror line of a reflection; or the scale factor and centre of an enlargement.
The unit square and its image after a 90° anticlockwise rotation about the origin.

Worked example

The matrix T=(0110)T=\begin{pmatrix}0&-1\\1&0\end{pmatrix} acts on the point (3,2)(3,-2). Work out the image and describe geometrically the single transformation represented by TT.

  1. 1.T(32)=(0(3)+(1)(2)1(3)+0(2))=(23)T\begin{pmatrix}3\\-2\end{pmatrix}=\begin{pmatrix}0(3)+(-1)(-2)\\1(3)+0(-2)\end{pmatrix}=\begin{pmatrix}2\\3\end{pmatrix}.
  2. 2.The columns show (1,0)(0,1)(1,0)\mapsto(0,1) and (0,1)(1,0)(0,1)\mapsto(-1,0).
  3. 3.These images identify a rotation of 9090^\circ anticlockwise about the origin.

Answer: The image is (2,3)(2,3); the transformation is a rotation of 9090^\circ anticlockwise about the origin.

Common mistakes

  • Don't read the rows, rather than the columns, as the images of the two unit vectors.
  • Don't describe a 9090^\circ rotation without stating its direction and centre.
  • Don't use (x,y)T(x,y)T instead of multiplying T(xy)T\begin{pmatrix}x\\y\end{pmatrix}.

Exam tip

To identify an unfamiliar matrix, map the two unit vectors and then give the transformation with all defining details.

Tier 1 · Easy

  1. 1

    Write down the matrix for a rotation of 9090^\circ anticlockwise about the origin.

    [2 marks]

  2. 2

    The matrix T=(0110)T=\begin{pmatrix}0&1\\1&0\end{pmatrix} acts on the point (2,5)(2,-5). Work out the image of the point.

    [2 marks]

Tier 2 · Standard

  1. 1

    Describe geometrically the single transformation represented by (1001)\begin{pmatrix}-1&0\\0&1\end{pmatrix} and work out the image of (4,3)(4,-3).

    [3 marks]

  2. 2

    An enlargement centred on the origin maps (2,1)(2,-1) to (6,3)(6,-3). Work out its scale factor and write down its matrix.

    [2 marks]

  3. 3

    Describe geometrically the single transformation represented by T=(1001)T=\begin{pmatrix}-1&0\\0&-1\end{pmatrix}. The image of a point PP under TT is (4,7)(-4,7). Work out the coordinates of PP.

    [3 marks]

Tier 3 · Hard

  1. 1

    A transformation maps (10)\begin{pmatrix}1\\0\end{pmatrix} to (01)\begin{pmatrix}0\\-1\end{pmatrix} and (01)\begin{pmatrix}0\\1\end{pmatrix} to (10)\begin{pmatrix}-1\\0\end{pmatrix}. Write its matrix, describe geometrically the single transformation represented by this matrix, and work out the image of (3,2)(3,-2).

    [4 marks]

  2. 2

    A matrix TT maps (1,1)(1,1) to (1,1)(1,-1) and maps (1,1)(1,-1) to (1,1)(-1,-1). Work out TT. Describe geometrically the single transformation represented by TT, and work out the image of (3,2)(-3,2).

    [4 marks]

  3. 3

    Describe geometrically the single transformation represented by T=(1001)T=\begin{pmatrix}1&0\\0&-1\end{pmatrix}. A point P=(a,b)P=(a,b) is unchanged by TT and lies on the line xy=6x-y=6. Work out the coordinates of PP.

    [3 marks]

  4. 4

    A matrix TT maps (1,0)(1,0) to (3,0)(-3,0) and (0,1)(0,1) to (0,3)(0,-3). Work out TT and T2T^2. Describe geometrically the single transformations represented by TT and by T2T^2.

    [4 marks]

  5. 5

    Describe geometrically the single transformation represented by T=(0110)T=\begin{pmatrix}0&-1\\1&0\end{pmatrix}. A point P=(x,y)P=(x,y) lies on y=2x+1y=2x+1. Its image Q=(X,Y)Q=(X,Y) under TT lies on Y=X+7Y=X+7. Work out the coordinates of PP and QQ.

    [4 marks]

M4 · Combination of transformations using matrix multiplication

Explanation

  • Successive matrix transformations combine through matrix multiplication. If transformation AA acts first and transformation BB acts second, a vector x\mathbf{x} becomes B(Ax)=(BA)xB(A\mathbf{x})=(BA)\mathbf{x}, so the combined matrix is BABA.
  • The right-hand matrix therefore acts first. Order is essential because ABAB and BABA are generally different transformations.
  • After multiplying, the combined matrix may match a familiar rotation, reflection or enlargement and should be described fully when requested.
  • Calculations remain within 2×22\times2 and 2×12\times1 matrices; i\mathbf{i} and j\mathbf{j} notation is not required.
  • Examiners expect the action order to be translated into the correct matrix order before row-by-column multiplication begins.
Transformation A acts first and transformation B acts second, so the combined matrix is BA.

Worked example

A reflection in the line y=xy=x is followed by a rotation of 9090^\circ clockwise about the origin. Work out the combined matrix and describe geometrically the single transformation it represents.

  1. 1.Use S=(0110)S=\begin{pmatrix}0&1\\1&0\end{pmatrix} for the reflection and R=(0110)R=\begin{pmatrix}0&1\\-1&0\end{pmatrix} for the rotation.
  2. 2.Since SS acts first, calculate RS=(0110)(0110)=(1001)RS=\begin{pmatrix}0&1\\-1&0\end{pmatrix}\begin{pmatrix}0&1\\1&0\end{pmatrix}=\begin{pmatrix}1&0\\0&-1\end{pmatrix}.
  3. 3.The matrix leaves xx unchanged and changes yy to y-y.

Answer: The combined transformation is reflection in the line y=0y=0.

Common mistakes

  • Don't write SRSR because the transformations are copied in the order stated, even though SS acts first.
  • Don't multiply the matrices entry by entry rather than row by column.
  • Don't call the combined matrix a reflection without identifying the mirror line y=0y=0.

Exam tip

Write a short action chain such as xAxBAx\mathbf{x}\to A\mathbf{x}\to BA\mathbf{x} before forming the combined matrix.

Tier 1 · Easy

  1. 1

    A reflection in the xx-axis is followed by a reflection in the yy-axis. Work out the combined matrix.

    [2 marks]

  2. 2

    Transformation AA has matrix (0110)\begin{pmatrix}0&1\\1&0\end{pmatrix} and acts first. Transformation BB has matrix (1001)\begin{pmatrix}1&0\\0&-1\end{pmatrix} and acts second. Work out the combined matrix.

    [2 marks]

Tier 2 · Standard

  1. 1

    Matrix AA rotates points 9090^\circ anticlockwise about the origin. Matrix BB reflects points in the xx-axis. Transformation AA acts before transformation BB. Work out the combined matrix and describe its effect.

    [3 marks]

  2. 2

    Let RR be reflection in the xx-axis and let QQ be rotation by 9090^\circ anticlockwise about the origin. Work out the combined matrix for RR followed by QQ, and the combined matrix for QQ followed by RR.

    [3 marks]

  3. 3

    A reflection in the line y=xy=-x is followed by a reflection in the xx-axis. Work out the combined matrix and the image of (3,1)(3,-1).

    [3 marks]

Tier 3 · Hard

  1. 1

    A point is reflected in y=xy=x, enlarged by scale factor 33 about the origin, then rotated 9090^\circ clockwise about the origin. Work out the combined matrix, describe its geometric effect, and work out the image of (2,1)(-2,1).

    [4 marks]

  2. 2

    A reflection in y=xy=x and a rotation of 9090^\circ anticlockwise about the origin are applied once each, but their order is unknown. The point (3,2)(3,-2) maps to (3,2)(-3,-2). Work out the order and the combined matrix, and describe geometrically the single transformation the combined matrix represents.

    [4 marks]

  3. 3

    A reflection SS in the xx-axis is applied first, followed by a transformation UU. The combined matrix is C=(0110)C=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}. Work out the matrix UU. Describe geometrically the single transformation represented by UU.

    [4 marks]

  4. 4

    A reflection in the line y=xy=x is applied, then a rotation of 9090^\circ anticlockwise about the origin, then a reflection in the line y=xy=x again. Work out the single combined matrix. Describe geometrically the single transformation it represents.

    [4 marks]

  5. 5

    The transformation with matrix C=(0110)C=\begin{pmatrix}0&-1\\-1&0\end{pmatrix} is applied to every point of the plane. A single transformation is then applied so that every point returns to its original position. Work out the matrix of the second transformation, and describe it geometrically.

    [3 marks]

Answer key

Answers begin on a new printed page so the question pack can be completed without the solutions alongside it.

M1 · Multiplication of matrices (2x2 by 2x2 or by 2x1), and multiplication by a scalar

Tier 1 · Easy

Mark scheme for M1 Tier 1 · Easy
QAnswerMarkComments
1
  • (63012)\begin{pmatrix}6&-3\\0&12\end{pmatrix}
1Multiply every entry by 33: 3(2)=63(2)=6, 3(1)=33(-1)=-3, 3(0)=03(0)=0 and 3(4)=123(4)=12.
2
  • 1010
1Use the top row of AA and the right-hand column of BB: 1(2)+3(4)=2+12=101(-2)+3(4)=-2+12=10.

Tier 2 · Standard

Mark scheme for M1 Tier 2 · Standard
QAnswerMarkComments
1
  • (127)\begin{pmatrix}12\\7\end{pmatrix}
2The top entry is 2(5)+(1)(2)=122(5)+(-1)(-2)=12. The bottom entry is 3(5)+4(2)=73(5)+4(-2)=7. Therefore the product is (127)\begin{pmatrix}12\\7\end{pmatrix}.
2
  • BA=(2455)BA=\begin{pmatrix}2&4\\5&5\end{pmatrix}
2Multiply each row of BB by each column of AA: BA=(2(1)+0(1)2(2)+0(3)4(1)+(1)(1)4(2)+(1)(3))=(2455)BA=\begin{pmatrix}2(1)+0(-1)&2(2)+0(3)\\4(1)+(-1)(-1)&4(2)+(-1)(3)\end{pmatrix}=\begin{pmatrix}2&4\\5&5\end{pmatrix}.
3
  • (1620)\begin{pmatrix}16\\-20\end{pmatrix}
3First, Au=(1(4)+2(2)3(4)+1(2))=(810)A\mathbf{u}=\begin{pmatrix}-1(4)+2(-2)\\3(4)+1(-2)\end{pmatrix}=\begin{pmatrix}-8\\10\end{pmatrix}. Multiplying both entries by 2-2 gives 2Au=(1620)-2A\mathbf{u}=\begin{pmatrix}16\\-20\end{pmatrix}.

Tier 3 · Hard

Mark scheme for M1 Tier 3 · Hard
QAnswerMarkComments
1
  • p=3p=3, q=3q=3
4Multiplication gives (3p+4p+83+2q1+4q)\begin{pmatrix}3p+4&-p+8\\3+2q&-1+4q\end{pmatrix}. From 3p+4=133p+4=13, p=3p=3; this also gives p+8=5-p+8=5. From 3+2q=93+2q=9, q=3q=3; this also gives 1+4q=11-1+4q=11.
2
  • AB=(4363)AB=\begin{pmatrix}4&-3\\6&3\end{pmatrix}
  • v=(41)\mathbf{v}=\begin{pmatrix}4\\-1\end{pmatrix}
4First, AB=(1(2)+(2)(1)1(1)+(2)(2)3(2)+0(1)3(1)+0(2))=(4363)AB=\begin{pmatrix}1(2)+(-2)(-1)&1(1)+(-2)(2)\\3(2)+0(-1)&3(1)+0(2)\end{pmatrix}=\begin{pmatrix}4&-3\\6&3\end{pmatrix}. Then ABv=(1921)AB\mathbf{v}=\begin{pmatrix}19\\21\end{pmatrix} gives the simultaneous equations 4x3y=194x-3y=19 and 6x+3y=216x+3y=21. Adding them, 10x=4010x=40, so x=4x=4; substituting back, 6(4)+3y=216(4)+3y=21 gives y=1y=-1. Therefore v=(41)\mathbf{v}=\begin{pmatrix}4\\-1\end{pmatrix}.
3
  • p=1p=1
4AB=(31+4p08)AB=\begin{pmatrix}3&1+4p\\0&8\end{pmatrix} and BA=(33p+208)BA=\begin{pmatrix}3&3p+2\\0&8\end{pmatrix}. Equating the top-right entries gives 1+4p=3p+21+4p=3p+2, so p=1p=1. With this value, both products are (3508)\begin{pmatrix}3&5\\0&8\end{pmatrix}.
4
  • p=2p=2
3Av=(2p23p)A\mathbf{v}=\begin{pmatrix}2p-2\\3p\end{pmatrix}, so 3Av=(6p69p)3A\mathbf{v}=\begin{pmatrix}6p-6\\9p\end{pmatrix}. The second entry gives 9p=189p=18, so p=2p=2; the first entry checks, since 6(2)6=66(2)-6=6.
5
  • (84816)\begin{pmatrix}8&-4\\8&-16\end{pmatrix}
3Multiply from the right: BC=(2422)BC=\begin{pmatrix}-2&4\\2&2\end{pmatrix}. Then A(BC)=(4248)A(BC)=\begin{pmatrix}-4&2\\-4&8\end{pmatrix}. Multiplying every entry by 2-2 gives 2ABC=(84816)-2ABC=\begin{pmatrix}8&-4\\8&-16\end{pmatrix}.

M2 · The identity matrix I (2x2 only)

Tier 1 · Easy

Mark scheme for M2 Tier 1 · Easy
QAnswerMarkComments
1
  • I=(1001)I=\begin{pmatrix}1&0\\0&1\end{pmatrix}
1Place 11s on the main diagonal and 00s elsewhere: I=(1001)I=\begin{pmatrix}1&0\\0&1\end{pmatrix}.
2
  • (74)\begin{pmatrix}7\\-4\end{pmatrix}
1The identity matrix leaves a column vector unchanged, so I(74)=(74)I\begin{pmatrix}7\\-4\end{pmatrix}=\begin{pmatrix}7\\-4\end{pmatrix}.

Tier 2 · Standard

Mark scheme for M2 Tier 2 · Standard
QAnswerMarkComments
1
  • AI=IA=(2351)AI=IA=\begin{pmatrix}2&-3\\5&1\end{pmatrix}
2Multiplying on the right by II preserves the columns of AA, so AI=AAI=A. Multiplying on the left preserves its rows, so IA=AIA=A. Direct row-by-column multiplication gives (2351)\begin{pmatrix}2&-3\\5&1\end{pmatrix} both times.
2
  • a=4a=4, b=7b=7
2Multiplication by II does not change a matrix, so CI=CCI=C. Comparing corresponding entries with (4257)\begin{pmatrix}4&-2\\5&7\end{pmatrix} gives a=4a=4 and b=7b=7.
3
  • X=(1001)=IX=\begin{pmatrix}1&0\\0&1\end{pmatrix}=I
3The product on the left is (a+2cb+2dcd)\begin{pmatrix}a+2c&b+2d\\c&d\end{pmatrix}. Comparing the bottom row gives c=0c=0 and d=1d=1. The top row then gives a=1a=1 and b=0b=0, so X=(1001)=IX=\begin{pmatrix}1&0\\0&1\end{pmatrix}=I.

Tier 3 · Hard

Mark scheme for M2 Tier 3 · Hard
QAnswerMarkComments
1
  • P2=IP^2=I
  • P17=(0110)P^{17}=\begin{pmatrix}0&1\\1&0\end{pmatrix}
3P2=(0110)(0110)=(1001)=IP^2=\begin{pmatrix}0&1\\1&0\end{pmatrix}\begin{pmatrix}0&1\\1&0\end{pmatrix}=\begin{pmatrix}1&0\\0&1\end{pmatrix}=I. Therefore P17=(P2)8P=I8P=PP^{17}=(P^2)^8P=I^8P=P.
2
  • Q2=I=(1001)Q^2=-I=\begin{pmatrix}-1&0\\0&-1\end{pmatrix}
  • Q202=I=(1001)Q^{202}=-I=\begin{pmatrix}-1&0\\0&-1\end{pmatrix}
4Q2=(0110)(0110)=(1001)=IQ^2=\begin{pmatrix}0&-1\\1&0\end{pmatrix}\begin{pmatrix}0&-1\\1&0\end{pmatrix}=\begin{pmatrix}-1&0\\0&-1\end{pmatrix}=-I. Hence Q4=(I)2=IQ^4=(-I)^2=I. Since 202=4(50)+2202=4(50)+2, Q202=(Q4)50Q2=I50(I)=IQ^{202}=(Q^4)^{50}Q^2=I^{50}(-I)=-I.
3
  • A2=(p2+600p2+6)=(p2+6)IA^2=\begin{pmatrix}p^2+6&0\\0&p^2+6\end{pmatrix}=(p^2+6)I
  • p=2p=-2 or p=2p=2
4Multiplication gives A2=(p2+62p2p3p3pp2+6)=(p2+600p2+6)=(p2+6)IA^2=\begin{pmatrix}p^2+6&2p-2p\\3p-3p&p^2+6\end{pmatrix}=\begin{pmatrix}p^2+6&0\\0&p^2+6\end{pmatrix}=(p^2+6)I. Therefore p2+6=10p^2+6=10, so p2=4p^2=4 and p=2p=-2 or p=2p=2.
4
  • p=1p=1, q=1q=-1
4AB=(1p+q01)AB=\begin{pmatrix}1&p+q\\0&1\end{pmatrix}. Since AB=IAB=I, the top-right entry gives p+q=0p+q=0. Substituting p=2q+3p=2q+3 gives 3q+3=03q+3=0, so q=1q=-1 and p=1p=1.
5
  • X=(1001)=IX=\begin{pmatrix}1&0\\0&1\end{pmatrix}=I
4First, PX=(2c2da2b2)PX=\begin{pmatrix}2c&2d\\\frac{a}{2}&\frac{b}{2}\end{pmatrix}. Hence PXP=(d4cb4a)PXP=\begin{pmatrix}d&4c\\\frac{b}{4}&a\end{pmatrix}. Equating this to I=(1001)I=\begin{pmatrix}1&0\\0&1\end{pmatrix} gives a=d=1a=d=1 and b=c=0b=c=0, so X=IX=I.

M3 · Transformations of the unit square in the x-y plane, represented by a 2x2 matrix (rotations of 90/180/270 about the origin, reflections in x=0, y=0, y=x, y=-x, enlargements centred on the origin)

Tier 1 · Easy

Mark scheme for M3 Tier 1 · Easy
QAnswerMarkComments
1
  • (0110)\begin{pmatrix}0&-1\\1&0\end{pmatrix}
2The vector (10)\begin{pmatrix}1\\0\end{pmatrix} maps to (01)\begin{pmatrix}0\\1\end{pmatrix} and (01)\begin{pmatrix}0\\1\end{pmatrix} maps to (10)\begin{pmatrix}-1\\0\end{pmatrix}. These images form the columns of (0110)\begin{pmatrix}0&-1\\1&0\end{pmatrix}.
2
  • (5,2)(-5,2)
2T(25)=(0(2)+1(5)1(2)+0(5))=(52)T\begin{pmatrix}2\\-5\end{pmatrix}=\begin{pmatrix}0(2)+1(-5)\\1(2)+0(-5)\end{pmatrix}=\begin{pmatrix}-5\\2\end{pmatrix}, so the image is (5,2)(-5,2).

Tier 2 · Standard

Mark scheme for M3 Tier 2 · Standard
QAnswerMarkComments
1
  • Reflection in the line x=0x=0
  • Image: (4,3)(-4,-3)
3The matrix changes xx to x-x and leaves yy unchanged, so it is reflection in the yy-axis, whose equation is x=0x=0. Multiplying by (43)\begin{pmatrix}4\\-3\end{pmatrix} gives (43)\begin{pmatrix}-4\\-3\end{pmatrix}.
2
  • Scale factor 33
  • (3003)\begin{pmatrix}3&0\\0&3\end{pmatrix}
2Both coordinates have been multiplied by 33, so the scale factor is 33. An enlargement of scale factor 33 centred on the origin is represented by (3003)\begin{pmatrix}3&0\\0&3\end{pmatrix}.
3
  • Rotation of 180180^\circ about the origin (accept enlargement with scale factor 1-1 centred on the origin)
  • P=(4,7)P=(4,-7)
3The matrix sends (x,y)(x,y) to (x,y)(-x,-y), so it represents a rotation of 180180^\circ about the origin. If P=(x,y)P=(x,y), then (x,y)=(4,7)(-x,-y)=(-4,7). Hence x=4x=4 and y=7y=-7, so P=(4,7)P=(4,-7).

Tier 3 · Hard

Mark scheme for M3 Tier 3 · Hard
QAnswerMarkComments
1
  • (0110)\begin{pmatrix}0&-1\\-1&0\end{pmatrix}
  • Reflection in the line y=xy=-x
  • Image: (2,3)(2,-3)
4The two given image vectors are the columns, so the matrix is (0110)\begin{pmatrix}0&-1\\-1&0\end{pmatrix}. It sends (x,y)(x,y) to (y,x)(-y,-x), which is reflection in y=xy=-x. Multiplying it by (32)\begin{pmatrix}3\\-2\end{pmatrix} gives (23)\begin{pmatrix}2\\-3\end{pmatrix}.
2
  • T=(0110)T=\begin{pmatrix}0&1\\-1&0\end{pmatrix}
  • Rotation of 9090^\circ clockwise about the origin (accept rotation of 270270^\circ anticlockwise about the origin)
  • Image: (2,3)(2,3)
4Write T=(abcd)T=\begin{pmatrix}a&b\\c&d\end{pmatrix}. The two mappings give a+b=1a+b=1, ab=1a-b=-1, c+d=1c+d=-1 and cd=1c-d=-1. Therefore a=0a=0, b=1b=1, c=1c=-1 and d=0d=0, so T=(0110)T=\begin{pmatrix}0&1\\-1&0\end{pmatrix}. This is a rotation of 9090^\circ clockwise about the origin, and T(32)=(23)T\begin{pmatrix}-3\\2\end{pmatrix}=\begin{pmatrix}2\\3\end{pmatrix}.
3
  • Reflection in the line y=0y=0 (accept reflection in the xx-axis)
  • P=(6,0)P=(6,0)
3The matrix maps (x,y)(x,y) to (x,y)(x,-y), so it represents reflection in the line y=0y=0, the xx-axis. Since PP is unchanged, (a,b)=(a,b)(a,b)=(a,-b) and hence b=0b=0. The line condition gives a0=6a-0=6, so a=6a=6. Therefore P=(6,0)P=(6,0).
4
  • T=(3003)T=\begin{pmatrix}-3&0\\0&-3\end{pmatrix}
  • An enlargement with scale factor 3-3 centred on the origin (accept an enlargement scale factor 33 centred on the origin combined with a rotation of 180180^\circ — the single-transformation answer is the enlargement with scale factor 3-3)
  • T2=(9009)T^2=\begin{pmatrix}9&0\\0&9\end{pmatrix}, an enlargement with scale factor 99 centred on the origin
4The images of (1,0)(1,0) and (0,1)(0,1) form the columns, so T=(3003)=3IT=\begin{pmatrix}-3&0\\0&-3\end{pmatrix}=-3I. Every point is mapped to 3-3 times its position vector, an enlargement with scale factor 3-3 centred on the origin. Squaring, T2=(3I)(3I)=9I=(9009)T^2=(-3I)(-3I)=9I=\begin{pmatrix}9&0\\0&9\end{pmatrix}, which multiplies every position vector by 99: an enlargement with scale factor 99 centred on the origin.
5
  • Rotation of 9090^\circ anticlockwise about the origin
  • P=(2,5)P=(2,5), Q=(5,2)Q=(-5,2)
4The matrix represents a rotation of 9090^\circ anticlockwise about the origin, so (X,Y)=(y,x)(X,Y)=(-y,x). Since QQ lies on Y=X+7Y=X+7, x=y+7x=-y+7 and hence x+y=7x+y=7. Combining this with y=2x+1y=2x+1 gives 3x+1=73x+1=7, so x=2x=2 and y=5y=5. Therefore P=(2,5)P=(2,5) and Q=(5,2)Q=(-5,2).

M4 · Combination of transformations using matrix multiplication

Tier 1 · Easy

Mark scheme for M4 Tier 1 · Easy
QAnswerMarkComments
1
  • (1001)\begin{pmatrix}-1&0\\0&-1\end{pmatrix}
2The matrices are Rx=(1001)R_x=\begin{pmatrix}1&0\\0&-1\end{pmatrix} and Ry=(1001)R_y=\begin{pmatrix}-1&0\\0&1\end{pmatrix}. Since RxR_x acts first, calculate RyRx=(1001)R_yR_x=\begin{pmatrix}-1&0\\0&-1\end{pmatrix}.
2
  • BA=(0110)BA=\begin{pmatrix}0&1\\-1&0\end{pmatrix}
2Because AA acts first, the combined matrix is BABA. Therefore BA=(1001)(0110)=(0110)BA=\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}0&1\\1&0\end{pmatrix}=\begin{pmatrix}0&1\\-1&0\end{pmatrix}. Note that AB=(0110)AB=\begin{pmatrix}0&-1\\1&0\end{pmatrix} is different, so the order matters.

Tier 2 · Standard

Mark scheme for M4 Tier 2 · Standard
QAnswerMarkComments
1
  • (0110)\begin{pmatrix}0&-1\\-1&0\end{pmatrix}
  • Reflection in the line y=xy=-x
3Let A=(0110)A=\begin{pmatrix}0&-1\\1&0\end{pmatrix} be the rotation and B=(1001)B=\begin{pmatrix}1&0\\0&-1\end{pmatrix} the reflection. The combined matrix is BA=(0110)BA=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}. This sends (x,y)(x,y) to (y,x)(-y,-x), so it is reflection in y=xy=-x.
2
  • RR followed by QQ: QR=(0110)QR=\begin{pmatrix}0&1\\1&0\end{pmatrix}
  • QQ followed by RR: RQ=(0110)RQ=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}
3Use R=(1001)R=\begin{pmatrix}1&0\\0&-1\end{pmatrix} and Q=(0110)Q=\begin{pmatrix}0&-1\\1&0\end{pmatrix}. Then QR=(0110)QR=\begin{pmatrix}0&1\\1&0\end{pmatrix}, whereas RQ=(0110)RQ=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}. The different products show that reversing the order changes the transformation.
3
  • (0110)\begin{pmatrix}0&-1\\1&0\end{pmatrix} (a rotation of 9090^\circ anticlockwise about the origin)
  • Image: (1,3)(1,3)
3The first reflection is S=(0110)S=\begin{pmatrix}0&-1\\-1&0\end{pmatrix} and the second is R=(1001)R=\begin{pmatrix}1&0\\0&-1\end{pmatrix}. Since SS acts first, the combined matrix is RS=(0110)RS=\begin{pmatrix}0&-1\\1&0\end{pmatrix}. Note SR=(0110)SR=\begin{pmatrix}0&1\\-1&0\end{pmatrix} differs, so the order matters. The combined matrix maps (31)\begin{pmatrix}3\\-1\end{pmatrix} to (13)\begin{pmatrix}1\\3\end{pmatrix}.

Tier 3 · Hard

Mark scheme for M4 Tier 3 · Hard
QAnswerMarkComments
1
  • (3003)\begin{pmatrix}3&0\\0&-3\end{pmatrix}
  • Enlargement by scale factor 33 about the origin combined with reflection in the xx-axis
  • Image: (6,3)(-6,-3)
4Use S=(0110)S=\begin{pmatrix}0&1\\1&0\end{pmatrix}, E=(3003)E=\begin{pmatrix}3&0\\0&3\end{pmatrix} and R=(0110)R=\begin{pmatrix}0&1\\-1&0\end{pmatrix}. The action order gives RES=(3003)RES=\begin{pmatrix}3&0\\0&-3\end{pmatrix}. It sends (x,y)(x,y) to (3x,3y)(3x,-3y), an enlargement by factor 33 with reflection in the xx-axis. Applied to (2,1)(-2,1) it gives (6,3)(-6,-3).
2
  • Reflection first, then rotation
  • (1001)\begin{pmatrix}-1&0\\0&1\end{pmatrix}
  • Reflection in the line x=0x=0 (accept reflection in the yy-axis)
4Let S=(0110)S=\begin{pmatrix}0&1\\1&0\end{pmatrix} be the reflection and Q=(0110)Q=\begin{pmatrix}0&-1\\1&0\end{pmatrix} the rotation. Reflection followed by rotation gives QS=(1001)QS=\begin{pmatrix}-1&0\\0&1\end{pmatrix}, which sends (3,2)(3,-2) to (3,2)(-3,-2). The reverse order gives SQ=(1001)SQ=\begin{pmatrix}1&0\\0&-1\end{pmatrix}, which would send the point to (3,2)(3,2). Therefore the reflection acts first, and the combined transformation is reflection in x=0x=0.
3
  • U=(0110)U=\begin{pmatrix}0&1\\-1&0\end{pmatrix}
  • Rotation of 9090^\circ clockwise about the origin (accept rotation of 270270^\circ anticlockwise about the origin)
4Here S=(1001)S=\begin{pmatrix}1&0\\0&-1\end{pmatrix} and S2=IS^2=I. Since SS acts first, US=CUS=C. Multiplying both sides on the right by SS gives USS=CSUSS=CS, so U=CSU=CS. Therefore U=(0110)(1001)=(0110)U=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}\begin{pmatrix}1&0\\0&-1\end{pmatrix}=\begin{pmatrix}0&1\\-1&0\end{pmatrix}, a rotation of 9090^\circ clockwise about the origin.
4
  • (0110)\begin{pmatrix}0&1\\-1&0\end{pmatrix}
  • Rotation of 9090^\circ clockwise about the origin (accept rotation of 270270^\circ anticlockwise about the origin)
4Use S=(0110)S=\begin{pmatrix}0&1\\1&0\end{pmatrix} and Q=(0110)Q=\begin{pmatrix}0&-1\\1&0\end{pmatrix}. Applying SS first, then QQ, then SS gives combined matrix SQSSQS. First QS=(1001)QS=\begin{pmatrix}-1&0\\0&1\end{pmatrix}, and then S(QS)=(0110)S(QS)=\begin{pmatrix}0&1\\-1&0\end{pmatrix}. Its columns send (1,0)(1,0) to (0,1)(0,-1) and (0,1)(0,1) to (1,0)(1,0), a rotation of 9090^\circ clockwise about the origin.
5
  • (0110)\begin{pmatrix}0&-1\\-1&0\end{pmatrix} (the same matrix CC)
  • Reflection in the line y=xy=-x — reflecting a second time in the same line returns every point
3The second transformation, with matrix UU, must satisfy UC=IUC=I. Now C2=(0110)(0110)=(1001)=IC^2=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}\begin{pmatrix}0&-1\\-1&0\end{pmatrix}=\begin{pmatrix}1&0\\0&1\end{pmatrix}=I, so U=CU=C works. CC sends (x,y)(x,y) to (y,x)(-y,-x), which is reflection in the line y=xy=-x; reflecting twice in the same line returns every point to its original position.