← Back to all lessons
Class 12Algebra17:00Published 7 May 2026

Class 12 Matrices: Exercise 3.2 Solved Questions

Worked solutions to selected questions from Class 12 matrices Exercise 3.2, covering matrix addition with algebraic identities, trigonometric matrices, and solving for unknown matrices and variables.

This lesson works through several questions from Class 12 matrices Exercise 3.2 step by step. It adds matrices whose entries simplify using the algebraic identities for squares of sums and differences, and shows how matrices of trigonometric expressions collapse using the identity that sine squared plus cosine squared equals one. It then solves systems of matrix equations to find unknown matrices using elimination and substitution, and compares corresponding entries to find unknown variables.

What you'll learn

  • Adding matrices by combining corresponding entries and recognising perfect square identities
  • Simplifying matrices of trigonometric expressions using the sine squared plus cosine squared identity
  • Finding two unknown matrices from their sum and difference by elimination
  • Comparing corresponding entries of equal matrices to solve for unknown variables

Lesson chapters

0:00Adding matrices using square identities
0:56Trigonometric matrices that simplify
3:49Finding X and Y from sum and difference
6:30Solving for an unknown matrix X
8:34Comparing entries to find x, y, z, t
11:56Finding x, y, z, w from a matrix equation

Lesson notes

This lesson works through several questions from Exercise 3.2 on matrices. It covers adding matrices whose entries form perfect squares, simplifying matrices built from trigonometric functions, and solving matrix equations for unknown matrices and unknown variables.

Adding matrices with square identities

When two matrices are added, you add the corresponding entries. In this question each resulting entry matches a perfect square identity, a2+b2+2ab=(a+b)2a^{2}+b^{2}+2ab=(a+b)^{2} and a2+b22ab=(ab)2a^{2}+b^{2}-2ab=(a-b)^{2}.

[a2+b2+2abb2+c2+2bca2+c22aca2+b22ab]=[(a+b)2(b+c)2(ac)2(ab)2]\begin{bmatrix} a^{2}+b^{2}+2ab & b^{2}+c^{2}+2bc \\ a^{2}+c^{2}-2ac & a^{2}+b^{2}-2ab \end{bmatrix} = \begin{bmatrix} (a+b)^{2} & (b+c)^{2} \\ (a-c)^{2} & (a-b)^{2} \end{bmatrix}

A matrix of trigonometric squares

Given a matrix whose entries are cos2x\cos^{2}x and sin2x\sin^{2}x, adding it to its partner so that each entry becomes sin2x+cos2x\sin^{2}x+\cos^{2}x uses the identity sin2x+cos2x=1\sin^{2}x+\cos^{2}x=1.

[cos2xsin2xsin2xcos2x]+[sin2xcos2xcos2xsin2x]=[1111]\begin{bmatrix} \cos^{2}x & \sin^{2}x \\ \sin^{2}x & \cos^{2}x \end{bmatrix} + \begin{bmatrix} \sin^{2}x & \cos^{2}x \\ \cos^{2}x & \sin^{2}x \end{bmatrix} = \begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix}

Simplifying a sum of two trigonometric products

Multiplying out and adding two matrices of sinθ\sin\theta and cosθ\cos\theta terms gives entries that simplify with cos2θ+sin2θ=1\cos^{2}\theta+\sin^{2}\theta=1 and with the cross terms cancelling.

Diagonal entries: cos2θ+sin2θ=1\cos^{2}\theta+\sin^{2}\theta=1.

Off-diagonal entries: sinθcosθ+(sinθcosθ)=0\sin\theta\cos\theta+(-\sin\theta\cos\theta)=0.

[cos2θsinθcosθsinθcosθcos2θ]+[sin2θsinθcosθsinθcosθsin2θ]=[1001]\begin{bmatrix} \cos^{2}\theta & \sin\theta\cos\theta \\ -\sin\theta\cos\theta & \cos^{2}\theta \end{bmatrix} + \begin{bmatrix} \sin^{2}\theta & -\sin\theta\cos\theta \\ \sin\theta\cos\theta & \sin^{2}\theta \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

Finding X and Y from their sum and difference

Given X+Y=[7025]X+Y=\begin{bmatrix} 7 & 0 \\ 2 & 5 \end{bmatrix} and XY=[3003]X-Y=\begin{bmatrix} 3 & 0 \\ 0 & 3 \end{bmatrix}, treat these like two linear equations and use elimination.

Add the two equations to remove YY:

2X=[10028],X=12[10028]=[5014]2X = \begin{bmatrix} 10 & 0 \\ 2 & 8 \end{bmatrix}, \qquad X = \tfrac{1}{2}\begin{bmatrix} 10 & 0 \\ 2 & 8 \end{bmatrix} = \begin{bmatrix} 5 & 0 \\ 1 & 4 \end{bmatrix}

Substitute XX back into X+YX+Y to find YY:

Y=[7025][5014]=[2011]Y = \begin{bmatrix} 7 & 0 \\ 2 & 5 \end{bmatrix} - \begin{bmatrix} 5 & 0 \\ 1 & 4 \end{bmatrix} = \begin{bmatrix} 2 & 0 \\ 1 & 1 \end{bmatrix}

Solving for an unknown matrix

Given Y=[1214]Y=\begin{bmatrix} 1 & 2 \\ 1 & 4 \end{bmatrix} and 2X+Y=[1032]2X+Y=\begin{bmatrix} 1 & 0 \\ -3 & 2 \end{bmatrix}, substitute the value of YY and isolate 2X2X.

2X=[1032][1214]=[0242]2X = \begin{bmatrix} 1 & 0 \\ -3 & 2 \end{bmatrix} - \begin{bmatrix} 1 & 2 \\ 1 & 4 \end{bmatrix} = \begin{bmatrix} 0 & -2 \\ -4 & -2 \end{bmatrix}

Divide every entry by 22:

X=12[0242]=[0121]X = \tfrac{1}{2}\begin{bmatrix} 0 & -2 \\ -4 & -2 \end{bmatrix} = \begin{bmatrix} 0 & -1 \\ -2 & -1 \end{bmatrix}

Comparing entries to find x, y, z and t

Given 2[xzyt]+3[1102]=[9151218]2\begin{bmatrix} x & z \\ y & t \end{bmatrix} + 3\begin{bmatrix} 1 & -1 \\ 0 & 2 \end{bmatrix} = \begin{bmatrix} 9 & 15 \\ 12 & 18 \end{bmatrix}, carry out the scalar multiplication and addition.

[2x+32z32y2t+6]=[9151218]\begin{bmatrix} 2x+3 & 2z-3 \\ 2y & 2t+6 \end{bmatrix} = \begin{bmatrix} 9 & 15 \\ 12 & 18 \end{bmatrix}

Compare corresponding entries to get four equations:

2x+3=9x=3,2z3=15z=92x+3=9 \Rightarrow x=3, \qquad 2z-3=15 \Rightarrow z=9 2y=12y=6,2t+6=18t=62y=12 \Rightarrow y=6, \qquad 2t+6=18 \Rightarrow t=6

Finding x, y, z and w from a matrix equation

Given 3[xyzw]=[x+46+x+y1+z+w2w+3]3\begin{bmatrix} x & y \\ z & w \end{bmatrix} = \begin{bmatrix} x+4 & 6+x+y \\ -1+z+w & 2w+3 \end{bmatrix}, compare corresponding entries.

Top left: 3x=x+42x=4x=23x=x+4 \Rightarrow 2x=4 \Rightarrow x=2.

Top right: 3y=6+x+y2y=6+2=8y=43y=6+x+y \Rightarrow 2y=6+2=8 \Rightarrow y=4.

Bottom right: 3w=2w+3w=33w=2w+3 \Rightarrow w=3.

Bottom left: 3z=1+z+w2z=1+w=1+3=2z=13z=-1+z+w \Rightarrow 2z=-1+w=-1+3=2 \Rightarrow z=1.

So x=2x=2, y=4y=4, z=1z=1, w=3w=3.

Key takeaways

  • Matrix addition works entry by entry, so look for algebraic and trigonometric identities hiding in the entries.
  • A sum and a difference of two matrices behave like two linear equations: add to eliminate one matrix, then substitute back.
  • Two matrices are equal only when every corresponding entry is equal, which turns one matrix equation into a set of ordinary equations to solve.