← 2016 Paper 1
UPSC 2016 Maths Optional Paper 1 Q1b-ii — Step-by-Step Solution
3 marks · Section A
Subspaces · Linear Algebra · asked 6× in 13 yrs · Read the full method →
Question
If
W1W2W3={(x,y,z)∣x+y−z=0}={(x,y,z)∣3x+y−2z=0}={(x,y,z)∣x−7y+3z=0}
then find dim(W1∩W2∩W3) and dim(W1+W2).
Technique
Each plane is a 2-D subspace; dim(∩)=n−rank(stacked normals); the sum dimension follows from dim(U+V)=dimU+dimV−dim(U∩V).
Solution
Each Wi is a plane through the origin in R3, hence a 2-dimensional subspace.
Step 1 — dim(W1∩W2∩W3)
The triple intersection is the solution space of the homogeneous system with coefficient matrix
M=13111−7−1−23.
Compute detM:
detM=1(1⋅3−(−2)(−7))−1(3⋅3−(−2)⋅1)+(−1)(3⋅(−7)−1⋅1)=1(3−14)−1(9+2)−1(−22)=−11−11+22=0.
So rankM<3. The first two rows (1,1,−1),(3,1,−2) are independent, so rankM=2. Therefore
dim(W1∩W2∩W3)=3−rankM=3−2=1.
(Indeed W3 contains the common line of W1∩W2.)
Step 2 — dim(W1+W2)
W1 and W2 are distinct planes (normals (1,1,−1) and (3,1,−2) are not parallel), so by the dimension formula
dim(W1+W2)=dimW1+dimW2−dim(W1∩W2)=2+2−dim(W1∩W2).
Two distinct planes through the origin meet in a line, so dim(W1∩W2)=1, giving dim(W1+W2)=3. (Already W1+W2=R3.)
Answer
dim(W1∩W2∩W3)=1,dim(W1+W2)=3.