← 2025 Paper 2
UPSC Maths 2025 Paper 2 Q1e — Solution
10 marks · Section A
Question
How many basic solutions are there for the following system of equations?
2x1−x2+3x3+x4=6
4x1−2x2−x3+2x4=10
Find all of them. Furthermore, find the number of basic solutions, which are feasible/non-feasible/non-degenerate.
Technique
A basic solution chooses m=2 basic variables (an invertible m×m submatrix of columns), sets the other variables to zero, and solves. Count the nonsingular column-pairs out of (24)=6, solve each, then classify.
Solution
The system has m=2 equations and n=4 unknowns. The coefficient matrix is
A=(24−1−23−112),b=(610).
A basic solution is obtained by selecting m=2 columns forming a nonsingular 2×2 matrix B (the basis), setting the other two variables to 0, and solving BxB=b. The maximum possible number is (24)=6.
Step 1 — Identify which column pairs are nonsingular.
The four columns are
c1=(24),c2=(−1−2),c3=(3−1),c4=(12).
The columns c1,c2,c4 are all scalar multiples of (1,2)T: c1=2(1,2)T, c2=−(1,2)T, c4=(1,2)T. Hence any pair drawn entirely from {c1,c2,c4} is linearly dependent (determinant 0):
- (c1,c2): det=0,
- (c1,c4): det=0,
- (c2,c4): det=0.
The remaining three pairs all contain c3, which is not parallel to (1,2)T, so each is nonsingular:
- (c1,c3): det=2(−1)−3(4)=−14=0,
- (c2,c3): det=(−1)(−1)−3(−2)=7=0,
- (c3,c4): det=3(2)−1(−1)=7=0.
So exactly 3 basic solutions exist.
Step 2 — Compute the 3 basic solutions.
Basis {x1,x3} (x2=x4=0):
2x1+3x3=6,4x1−x3=10⇒x1=718, x3=72.
x(1)=(718,0,72,0).
Basis {x2,x3} (x1=x4=0):
−x2+3x3=6,−2x2−x3=10⇒x2=−736, x3=72.
x(2)=(0,−736,72,0).
Basis {x3,x4} (x1=x2=0):
3x3+x4=6,−x3+2x4=10⇒x3=72, x4=736.
x(3)=(0,0,72,736).
Step 3 — Classify.
- Feasible (all components ≥0): x(1) and x(3) are feasible. x(2) has x2=−36/7<0, so it is non-feasible.
- Non-degenerate (all m=2 basic variables nonzero): in every one of the three solutions both basic variables are nonzero. So all 3 are non-degenerate.
Answer
- Number of basic solutions: 3 (out of a possible (24)=6; the other 3 column-pairs are singular because columns c1,c2,c4 are mutually parallel).
- The three basic solutions are
(718,0,72,0),(0,−736,72,0),(0,0,72,736).
- Feasible: 2 (x(1),x(3)); non-feasible: 1 (x(2)); non-degenerate: 3 (degenerate: 0).