25 Solved Examples Across the Chapter

The problems below run in rough order of difficulty and cover every tool of the chapter: orders, construction and equality (Examples 1 to 4), the operations with their traps (5 to 9), transpose and the symmetric world (10 to 13), matrix equations and powers (14 to 17), and the closing classics — inverse-assisted equations, involutory and idempotent identities, counting and word problems (18 to 25).

Work each one before reading its solution — and in every multiplication, write the order bookkeeping first.

Examples 1 to 9 — Orders, Equality and Operations

Example 1 — Orders from an element count

A matrix has 18 elements. What are its possible orders? What if it has 5 elements?

Step 1 — factor pairs of 18: (1,18),(2,9),(3,6),(6,3),(9,2),(18,1)(1,18), (2,9), (3,6), (6,3), (9,2), (18,1) — six orders.

Step 2 — 5 is prime: only 1×51 \times 5 and 5×15 \times 1.

Answer: six orders for 18 elements; two for 5.

Example 2 — Constructing from a rule

Construct the 3×43 \times 4 matrix with aij=12∣−3i+j∣a_{ij} = \frac{1}{2}\vert -3i + j \vert.

Step 1 — evaluate row by row: row 1 (i=1i=1): ∣−3+j∣/2\vert -3+j \vert/2 for j=1..4j = 1..4: 1,12,0,121, \frac{1}{2}, 0, \frac{1}{2}. Row 2: 52,2,32,1\frac{5}{2}, 2, \frac{3}{2}, 1. Row 3: 4,72,3,524, \frac{7}{2}, 3, \frac{5}{2}.

Step 2 — assemble: A=(112012522321472352)A = \begin{pmatrix} 1 & \frac{1}{2} & 0 & \frac{1}{2} \\ \frac{5}{2} & 2 & \frac{3}{2} & 1 \\ 4 & \frac{7}{2} & 3 & \frac{5}{2} \end{pmatrix}

Answer: as above — evaluate with (row, column) discipline and the modulus handled per entry.

Example 3 — A linear combination

For A=(12−3502)A = \begin{pmatrix} 1 & 2 & -3 \\ 5 & 0 & 2 \end{pmatrix} and B=(3−12425)B = \begin{pmatrix} 3 & -1 & 2 \\ 4 & 2 & 5 \end{pmatrix}, compute A+BA + B and A−2BA - 2B.

Step 1 — sum: A+B=(41−1927)A + B = \begin{pmatrix} 4 & 1 & -1 \\ 9 & 2 & 7 \end{pmatrix}.

Step 2 — combination: A−2B=(1−62+2−3−45−8−42−10)=(−54−7−3−4−8)A - 2B = \begin{pmatrix} 1-6 & 2+2 & -3-4 \\ 5-8 & -4 & 2-10 \end{pmatrix} = \begin{pmatrix} -5 & 4 & -7 \\ -3 & -4 & -8 \end{pmatrix}.

Answer: entrywise throughout, signs distributed before adding.

Example 4 — Solving for an unknown matrix

Find XX if X+(46−37)=(3−65−8)X + \begin{pmatrix} 4 & 6 \\ -3 & 7 \end{pmatrix} = \begin{pmatrix} 3 & -6 \\ 5 & -8 \end{pmatrix}.

Step 1 — subtract the known matrix from both sides: X=(3−4−6−65+3−8−7)=(−1−128−15)X = \begin{pmatrix} 3 - 4 & -6 - 6 \\ 5 + 3 & -8 - 7 \end{pmatrix} = \begin{pmatrix} -1 & -12 \\ 8 & -15 \end{pmatrix}

Answer: X=(−1−128−15)X = \begin{pmatrix} -1 & -12 \\ 8 & -15 \end{pmatrix} — matrix equations at this level are entrywise arithmetic.

Example 5 — A rectangular product, both orders

For A=(1−23−425)A = \begin{pmatrix} 1 & -2 & 3 \\ -4 & 2 & 5 \end{pmatrix} and B=(234521)B = \begin{pmatrix} 2 & 3 \\ 4 & 5 \\ 2 & 1 \end{pmatrix}, find ABAB, and state the order of BABA.

Step 1 — bookkeeping: (2×3)(3×2)→2×2(2 \times 3)(3 \times 2) \to 2 \times 2;  (3×2)(2×3)→3×3\ (3 \times 2)(2 \times 3) \to 3 \times 3.

Step 2 — compute ABAB: AB=(2−8+63−10+3−8+8+10−12+10+5)=(0−4103)AB = \begin{pmatrix} 2 - 8 + 6 & 3 - 10 + 3 \\ -8 + 8 + 10 & -12 + 10 + 5 \end{pmatrix} = \begin{pmatrix} 0 & -4 \\ 10 & 3 \end{pmatrix}

Answer: ABAB as above; BABA exists too but is 3×33 \times 3 — both defined, incomparably different.

Example 6 — Another zero-divisor pair

Show that A=(1−1−11)A = \begin{pmatrix} 1 & -1 \\ -1 & 1 \end{pmatrix} and B=(1111)B = \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix} satisfy AB=OAB = O.

Step 1 — compute: every entry of ABAB is 1−1=01 - 1 = 0 or −1+1=0-1 + 1 = 0: AB=(0000)AB = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}

Answer: two nonzero matrices annihilating each other — each row of AA is orthogonal to each column of BB, which is the geometric anatomy of every zero-divisor pair.

Example 7 — A cost-aggregation word problem

A group plans contact of two types: type X costing ₹ 40 per contact and type Y costing ₹ 100 per contact. In city P they make 1000 X-contacts and 500 Y-contacts; in city Q, 3000 and 1000. Use matrix multiplication to find the total cost in each city.

Step 1 — quantities matrix times cost column: (100050030001000)(40100)=(40000+50000120000+100000)=(90000220000)\begin{pmatrix} 1000 & 500 \\ 3000 & 1000 \end{pmatrix}\begin{pmatrix} 40 \\ 100 \end{pmatrix} = \begin{pmatrix} 40000 + 50000 \\ 120000 + 100000 \end{pmatrix} = \begin{pmatrix} 90000 \\ 220000 \end{pmatrix}

Answer: ₹ 90000 in city P and ₹ 220000 in city Q — one product answers both cities at once; that batching is the entire point of matrix multiplication.

Example 8 — A matrix polynomial

For A=(2012131−10)A = \begin{pmatrix} 2 & 0 & 1 \\ 2 & 1 & 3 \\ 1 & -1 & 0 \end{pmatrix}, compute A2−5A+6IA^2 - 5A + 6I.

Step 1 — square: A2=(5−129−250−1−2)A^2 = \begin{pmatrix} 5 & -1 & 2 \\ 9 & -2 & 5 \\ 0 & -1 & -2 \end{pmatrix}

Step 2 — assemble the polynomial: A2−5A+6I=(5−10+6−1−02−59−10−2−5+65−150−5−1+5−2−0+6)=(1−1−3−1−1−10−544)A^2 - 5A + 6I = \begin{pmatrix} 5 - 10 + 6 & -1 - 0 & 2 - 5 \\ 9 - 10 & -2 - 5 + 6 & 5 - 15 \\ 0 - 5 & -1 + 5 & -2 - 0 + 6 \end{pmatrix} = \begin{pmatrix} 1 & -1 & -3 \\ -1 & -1 & -10 \\ -5 & 4 & 4 \end{pmatrix}

Answer: as above — II contributes only to the diagonal, the commonest slip in matrix polynomials.

Example 9 — An entry-equation from a triple product

Find xx if (1x1)(1322511532)(12x)=O\begin{pmatrix} 1 & x & 1 \end{pmatrix}\begin{pmatrix} 1 & 3 & 2 \\ 2 & 5 & 1 \\ 15 & 3 & 2 \end{pmatrix}\begin{pmatrix} 1 \\ 2 \\ x \end{pmatrix} = O.

Step 1 — multiply the row into the square matrix: (1+2x+153+5x+32+x+2)=(2x+165x+6x+4)\begin{pmatrix} 1 + 2x + 15 & 3 + 5x + 3 & 2 + x + 2 \end{pmatrix} = \begin{pmatrix} 2x + 16 & 5x + 6 & x + 4 \end{pmatrix}

Step 2 — multiply into the column and set to zero: (2x+16)+2(5x+6)+x(x+4)=x2+16x+28=0(2x + 16) + 2(5x + 6) + x(x + 4) = x^2 + 16x + 28 = 0

Step 3 — solve: (x+2)(x+14)=0(x + 2)(x + 14) = 0.

Answer: x=−2x = -2 or x=−14x = -14 — a 1×11 \times 1 product equation collapsing to a quadratic.

Examples 10 to 17 — Transpose, Symmetry and Powers

Example 10 — Reversal law on a column-row pair

For A=(1−43)A = \begin{pmatrix} 1 \\ -4 \\ 3 \end{pmatrix} and B=(13−6)B = \begin{pmatrix} 1 & 3 & -6 \end{pmatrix}, verify that (AB)′=B′A′(AB)' = B'A'.

Step 1 — the product ABAB is 3×33 \times 3: entries aibja_i b_j: AB=(13−6−4−122439−18)  ⟹  (AB)′=(1−433−129−624−18)AB = \begin{pmatrix} 1 & 3 & -6 \\ -4 & -12 & 24 \\ 3 & 9 & -18 \end{pmatrix} \implies (AB)' = \begin{pmatrix} 1 & -4 & 3 \\ 3 & -12 & 9 \\ -6 & 24 & -18 \end{pmatrix}

Step 2 — the reversed product: B′A′=(13−6)(1−43)B'A' = \begin{pmatrix} 1 \\ 3 \\ -6 \end{pmatrix}\begin{pmatrix} 1 & -4 & 3 \end{pmatrix} gives exactly the same 3×33 \times 3 matrix ✓.

Answer: verified — and note A′B′A'B' would be (1×3)(3×1)=1×1(1 \times 3)(3 \times 1) = 1 \times 1, a completely different object: the reversal is forced.

Example 11 — A quick decomposition

Express M=(351−1)M = \begin{pmatrix} 3 & 5 \\ 1 & -1 \end{pmatrix} as symmetric plus skew-symmetric.

Step 1 — symmetric part: P=12(M+M′)=(333−1)P = \frac{1}{2}(M + M') = \begin{pmatrix} 3 & 3 \\ 3 & -1 \end{pmatrix}.

Step 2 — skew part: Q=12(M−M′)=(02−20)Q = \frac{1}{2}(M - M') = \begin{pmatrix} 0 & 2 \\ -2 & 0 \end{pmatrix}.

Step 3 — check: P+Q=MP + Q = M ✓, P′=PP' = P ✓, Q′=−QQ' = -Q ✓.

Answer: M=P+QM = P + Q as above.

Example 12 — Conjugation preserves symmetry

If AA is symmetric, show that B′ABB'AB is symmetric (for any conformable BB).

Step 1 — transpose with the reversal law (twice): (B′AB)′=B′A′(B′)′=B′A′B(B'AB)' = B'A'(B')' = B'A'B

Step 2 — use A′=AA' = A:  (B′AB)′=B′AB\ (B'AB)' = B'AB.

Answer: symmetric — and the same computation with A′=−AA' = -A shows B′ABB'AB is skew when AA is skew: conjugation by any matrix preserves both symmetry types.

Example 13 — Completing a skew-symmetric matrix

Find a,b,ca, b, c if A=(0a32b−1c10)A = \begin{pmatrix} 0 & a & 3 \\ 2 & b & -1 \\ c & 1 & 0 \end{pmatrix} is skew-symmetric.

Step 1 — diagonal must vanish: b=0b = 0.

Step 2 — mirror pairs must negate: a=−a21=−2a = -a_{21} = -2;  c=−a13=−3\ c = -a_{13} = -3 (and the pair (−1,1)(-1, 1) checks: a32=1=−a23a_{32} = 1 = -a_{23} ✓).

Answer: a=−2, b=0, c=−3a = -2, \ b = 0, \ c = -3.

Example 14 — Fitting a matrix equation

For A=(3−24−2)A = \begin{pmatrix} 3 & -2 \\ 4 & -2 \end{pmatrix}, find kk such that A2=kA−2IA^2 = kA - 2I.

Step 1 — compute A2A^2: A2=(9−8−6+412−8−8+4)=(1−24−4)A^2 = \begin{pmatrix} 9 - 8 & -6 + 4 \\ 12 - 8 & -8 + 4 \end{pmatrix} = \begin{pmatrix} 1 & -2 \\ 4 & -4 \end{pmatrix}

Step 2 — compute kA−2IkA - 2I and match: kA−2I=(3k−2−2k4k−2k−2)kA - 2I = \begin{pmatrix} 3k - 2 & -2k \\ 4k & -2k - 2 \end{pmatrix} The (1,2)(1,2) entries give −2k=−2-2k = -2, so k=1k = 1; the remaining entries confirm (3−2=13 - 2 = 1, 4=44 = 4, −4=−4-4 = -4) ✓.

Answer: k=1k = 1 — solve from one convenient entry, verify with the rest.

Example 15 — The rotation matrix composes angles

For F(x)=(cos⁡xsin⁡x−sin⁡xcos⁡x)F(x) = \begin{pmatrix} \cos x & \sin x \\ -\sin x & \cos x \end{pmatrix}, show that F(x)F(y)=F(x+y)F(x)F(y) = F(x + y).

Step 1 — multiply: F(x)F(y)=(cos⁡xcos⁡y−sin⁡xsin⁡ycos⁡xsin⁡y+sin⁡xcos⁡y−sin⁡xcos⁡y−cos⁡xsin⁡y−sin⁡xsin⁡y+cos⁡xcos⁡y)F(x)F(y) = \begin{pmatrix} \cos x\cos y - \sin x \sin y & \cos x \sin y + \sin x \cos y \\ -\sin x \cos y - \cos x \sin y & -\sin x \sin y + \cos x \cos y \end{pmatrix}

Step 2 — recognise the addition formulas: the entries are cos⁡(x+y)\cos(x+y), sin⁡(x+y)\sin(x+y), −sin⁡(x+y)-\sin(x+y), cos⁡(x+y)\cos(x+y).

Answer: F(x)F(y)=F(x+y)F(x)F(y) = F(x+y) — rotations compose by adding angles, and in particular all FF's commute with each other.

Example 16 — Powers by induction (rotation form)

If A=(cos⁡θsin⁡θ−sin⁡θcos⁡θ)A = \begin{pmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{pmatrix}, prove An=(cos⁡nθsin⁡nθ−sin⁡nθcos⁡nθ)A^n = \begin{pmatrix} \cos n\theta & \sin n\theta \\ -\sin n\theta & \cos n\theta \end{pmatrix} for all n∈Nn \in \mathbb{N}.

Step 1 — base case n=1n = 1: trivially true.

Step 2 — inductive step: assuming the formula for nn, use Example 15's composition law: An+1=An⋅A=F(nθ)F(θ)=F((n+1)θ)A^{n+1} = A^n \cdot A = F(n\theta)F(\theta) = F\big((n+1)\theta\big)

Answer: by induction the formula holds for every nn — the model "prove An=…A^n = \ldots" solution: verify the base, multiply once, invoke the pattern.

Example 17 — Powers by induction (shear form)

If A=(1101)A = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}, prove An=(1n01)A^n = \begin{pmatrix} 1 & n \\ 0 & 1 \end{pmatrix}.

Step 1 — base: n=1n = 1 ✓.

Step 2 — step: An+1=AnA=(1n01)(1101)=(1n+101)A^{n+1} = A^n A = \begin{pmatrix} 1 & n \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1 & n + 1 \\ 0 & 1 \end{pmatrix}

Answer: proved — shears accumulate linearly (A3=(1301)A^3 = \begin{pmatrix} 1 & 3 \\ 0 & 1 \end{pmatrix}, a quick sanity check by direct multiplication ✓).

Examples 18 to 25 — Closing Classics

Example 18 — Sandwich products of symmetric matrices

If AA and BB are symmetric matrices of the same order, show that ABAABA is symmetric.

Step 1 — transpose with the reversal law: (ABA)′=A′B′A′=ABA(ABA)' = A'B'A' = ABA using A′=AA' = A and B′=BB' = B.

Answer: symmetric — sandwiching BB between two copies of a symmetric AA preserves symmetry even though the plain product ABAB generally does not.

Example 19 — Solving CD−AB=OCD - AB = O

Let A=(2−134)A = \begin{pmatrix} 2 & -1 \\ 3 & 4 \end{pmatrix}, B=(5274)B = \begin{pmatrix} 5 & 2 \\ 7 & 4 \end{pmatrix}, C=(2538)C = \begin{pmatrix} 2 & 5 \\ 3 & 8 \end{pmatrix}. Find a matrix DD such that CD−AB=OCD - AB = O.

Step 1 — the target: CD=AB=(10−74−415+286+16)=(304322)CD = AB = \begin{pmatrix} 10 - 7 & 4 - 4 \\ 15 + 28 & 6 + 16 \end{pmatrix} = \begin{pmatrix} 3 & 0 \\ 43 & 22 \end{pmatrix}.

Step 2 — write D=(abcd)D = \begin{pmatrix} a & b \\ c & d \end{pmatrix} and unpack CD=ABCD = AB: 2a+5c=3,2b+5d=0,3a+8c=43,3b+8d=222a + 5c = 3, \quad 2b + 5d = 0, \quad 3a + 8c = 43, \quad 3b + 8d = 22

Step 3 — solve the two independent pairs: from the first and third: a=−191,c=77a = -191, c = 77; from the second and fourth: b=−110,d=44b = -110, d = 44.

Answer: D=(−191−1107744)D = \begin{pmatrix} -191 & -110 \\ 77 & 44 \end{pmatrix} (verify: CD=(304322)CD = \begin{pmatrix} 3 & 0 \\ 43 & 22 \end{pmatrix} ✓).

Example 20 — Finding a left factor

Find the matrix XX such that X(123456)=(−7−8−9246)X\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{pmatrix} = \begin{pmatrix} -7 & -8 & -9 \\ 2 & 4 & 6 \end{pmatrix}.

Step 1 — order bookkeeping: X(2×3)=(2×3)X (2 \times 3) = (2 \times 3) forces XX to be 2×22 \times 2: X=(abcd)X = \begin{pmatrix} a & b \\ c & d \end{pmatrix}.

Step 2 — unpack columns: first column: a+4b=−7a + 4b = -7, c+4d=2c + 4d = 2; second: 2a+5b=−82a + 5b = -8, 2c+5d=42c + 5d = 4.

Step 3 — solve: a=1,b=−2a = 1, b = -2;  c=2,d=0\ c = 2, d = 0 — and the third column checks: 3(1)+6(−2)=−93(1) + 6(-2) = -9 ✓, 3(2)+0=63(2) + 0 = 6 ✓.

Answer: X=(1−220)X = \begin{pmatrix} 1 & -2 \\ 2 & 0 \end{pmatrix} — the spare column is the built-in verification.

Example 21 — The involutory template

For A=(αβγ−α)A = \begin{pmatrix} \alpha & \beta \\ \gamma & -\alpha \end{pmatrix}, compute A2A^2 and state the condition for A2=IA^2 = I.

Step 1 — square: A2=(α2+βγ00α2+βγ)=(α2+βγ) IA^2 = \begin{pmatrix} \alpha^2 + \beta\gamma & 0 \\ 0 & \alpha^2 + \beta\gamma \end{pmatrix} = (\alpha^2 + \beta\gamma)\, I

Step 2 — impose A2=IA^2 = I:  α2+βγ=1\ \alpha^2 + \beta\gamma = 1, i.e. 1−α2−βγ=01 - \alpha^2 - \beta\gamma = 0.

Answer: A2=I  ⟺  1−α2−βγ=0A^2 = I \iff 1 - \alpha^2 - \beta\gamma = 0 — the trace-zero 2×22 \times 2 shape always squares to a scalar matrix, a fact worth keeping for the JEE Corner.

Example 22 — The idempotent identity

If A2=AA^2 = A, show that (I+A)3−7A=I(I + A)^3 - 7A = I.

Step 1 — expand (I+A)3(I + A)^3 (legal since II commutes with everything): (I+A)3=I+3A+3A2+A3(I + A)^3 = I + 3A + 3A^2 + A^3

Step 2 — collapse the powers with A2=AA^2 = A: A3=A2⋅A=A⋅A=AA^3 = A^2 \cdot A = A \cdot A = A, so (I+A)3=I+3A+3A+A=I+7A(I + A)^3 = I + 3A + 3A + A = I + 7A

Step 3 — subtract: (I+A)3−7A=I(I + A)^3 - 7A = I.

Answer: II — idempotency telescopes every power of AA down to AA itself.

Example 23 — Classifying combination matrices

For any square matrix AA, classify (i) AA′AA' and (ii) A′AA'A as symmetric or skew-symmetric.

Step 1 — transpose (i): (AA′)′=(A′)′A′=AA′(AA')' = (A')'A' = AA' — symmetric.

Step 2 — transpose (ii): (A′A)′=A′(A′)′=A′A(A'A)' = A'(A')' = A'A — symmetric.

Answer: both AA′AA' and A′AA'A are always symmetric (though generally different from each other) — two more members of the always-symmetric family alongside A+A′A + A'.

Example 24 — Counting symmetric 0-1 matrices

How many 2×22 \times 2 matrices with every entry 0 or 1 are symmetric?

Step 1 — symmetry ties the mirror pair: a12=a21a_{12} = a_{21}, so the free choices are a11,a22,a12a_{11}, a_{22}, a_{12} — three independent binary entries.

Step 2 — count: 23=82^3 = 8.

Answer: 8 (out of the 24=162^4 = 16 total) — symmetry halves the free off-diagonal entries, a Ch1-style count inside Ch3.

Example 25 — The trust-fund word problem

A trust fund has ₹ 30000 to invest in two bonds paying 5% and 7% simple interest per year. Using matrix multiplication, determine how to split the money to obtain an annual interest of ₹ 1800.

Step 1 — set up the product: invest xx at 5% and 30000−x30000 - x at 7%: (x30000−x)(0.050.07)=[ 0.05x+0.07(30000−x) ]=[1800]\begin{pmatrix} x & 30000 - x \end{pmatrix}\begin{pmatrix} 0.05 \\ 0.07 \end{pmatrix} = [\,0.05x + 0.07(30000 - x)\,] = [1800]

Step 2 — solve: 2100−0.02x=18002100 - 0.02x = 1800, so 0.02x=3000.02x = 300 and x=15000x = 15000.

Answer: ₹ 15000 in each bond (check: 750+1050=1800750 + 1050 = 1800 ✓) — the row-times-column product once again encoding "amounts times rates, summed".