UPSC 2026 Maths Optional Paper 1 Q1a — Step-by-Step Solution
10 marks · Section A
Solution of system of linear equations · Linear Algebra · asked 8× in 14 yrs · Read the full method →
Question
Find all the values of a for which the system of homogeneous equations
ax+y+z=0,x+y−z=0,x+y−az=0
has non-trivial solutions, and hence determine all the solutions for each value of a.
Technique
A homogeneous square system Ax=0 has a non-trivial solution iffdetA=0 (equivalently rankA<n). Compute detA as a polynomial in a, solve detA=0, then for each root reduce the system and read off the null space with its free parameter.
Solution
Step 1 — Write the coefficient matrix and state the criterion.
A=a111111−1−a,Axyz=000.
The system is homogeneous with as many equations as unknowns, so x=0 is always a solution. A non-trivial solution exists if and only if A is singular:
detA=0.
Step 2 — Evaluate detA.
Expand along the first row:
detA=a11−1−a−111−1−a+11111.
Now 11−1−a=−a+1=1−a and 1111=0. Hence
detA=a(1−a)−(1−a)+0=(1−a)(a−1)=−(a−1)2.
(Cross-check by row reduction: R2→R2−R3 turns the second row into (0,0,a−1), and expanding along it gives detA=(a−1)⋅(−1)2+3a111=−(a−1)(a−1)=−(a−1)2. ✓)
Step 3 — Solve detA=0.
−(a−1)2=0⟺a=1.
The determinant is a perfect square, so a=1 is a repeated root and it is the only value of a; there is no second value to hunt for. For every a=1 we have detA=−(a−1)2=0, so A is invertible and the only solution is the trivial one x=y=z=0.
Step 4 — Confirm Step 3 without determinants (elimination check).
Subtracting the third equation from the second:
(x+y−z)−(x+y−az)=(a−1)z=0.
If a=1: z=0. Then equation (2) gives x+y=0 and equation (1) gives ax+y=0; subtracting, (a−1)x=0⇒x=0⇒y=0. Only the trivial solution. ✓
If a=1: the identity (a−1)z=0 is vacuous — equations (2) and (3) coincide, so the system genuinely loses a constraint. ✓
This independently confirms a=1 is the unique value.
Step 5 — The complete solution set at a=1.
Put a=1. The system becomes
x+y+z=0,x+y−z=0,x+y−z=0.
Equations (2) and (3) are identical, so effectively two equations remain. Adding (1) and (2): 2(x+y)=0; subtracting (2) from (1): 2z=0. Hence
z=0,y=−x.
The coefficient matrix at a=1 is 1111111−1−1, which row-reduces to 100100010: rank=2, so by rank–nullity the null space has dimension 3−2=1 — a one-parameter family, as found.
Taking x=t as the free parameter,
(x,y,z)=(t,−t,0)=t(1,−1,0),t∈R.
So the solution space is the line span{(1,−1,0)}; t=0 gives the non-trivial solutions.
Verification by substitution (a=1):x+y+z=t−t+0=0 ✓; x+y−z=t−t−0=0 ✓; third equation same as second ✓.