← 2022 Paper 1
UPSC 2022 Maths Optional Paper 1 Q3a-i — Step-by-Step Solution
10 marks · Section A
Subspaces · Linear Algebra · asked 6× in 13 yrs · Read the full method →
Question
Let P=⎩⎨⎧xyz∣x−y−z=0 and 2x−y+z=0⎭⎬⎫ be a collection of vectors in R3(R). Prove that P is a subspace of R3.
Technique
Direct subspace criteria check; both defining equations are linear homogeneous, which guarantees closure under linear combinations.
Solution
Subspace criterion. A non-empty subset P⊆V is a subspace iff
- 0∈P.
- u,v∈P⇒u+v∈P (closure under addition).
- u∈P,c∈R⇒cu∈P (closure under scalar multiplication).
Check 1 — Zero vector
(0,0,0): 0−0−0=0 ✓ and 0−0+0=0 ✓. So (0,0,0)∈P.
Hence P is non-empty.
Check 2 — Closure under addition
Let u=(x1,y1,z1),v=(x2,y2,z2)∈P.
So x1−y1−z1=0, 2x1−y1+z1=0, x2−y2−z2=0, 2x2−y2+z2=0.
For u+v=(x1+x2,y1+y2,z1+z2):
(x1+x2)−(y1+y2)−(z1+z2)=(x1−y1−z1)+(x2−y2−z2)=0+0=0 ✓.
2(x1+x2)−(y1+y2)+(z1+z2)=(2x1−y1+z1)+(2x2−y2+z2)=0+0=0 ✓.
So u+v∈P.
Check 3 — Closure under scalar multiplication
Let u=(x,y,z)∈P and c∈R. Then cu=(cx,cy,cz):
cx−cy−cz=c(x−y−z)=c⋅0=0 ✓.
2(cx)−cy+cz=c(2x−y+z)=c⋅0=0 ✓.
So cu∈P.
Conclusion
All three subspace criteria satisfied. P is a subspace of R3. ■
Answer
P is a subspace of R3.