UPSC 2015 Maths Optional Paper 2 Q3c-i — Step-by-Step Solution
10 marks · Section A
LPP: standard form; basic, basic feasible, optimal solutions · Linear Programming · asked 6× in 13 yrs · Read the full method →
Question
Consider Maximize Z=x1+2x2−3x3+4x4 subject to x1+x2+2x3+3x4=12, x2+2x3+x4=8, x1,x2,x3,x4≥0.
Using the definition, find all basic solutions. Which of these are degenerate basic feasible solutions and which are non-degenerate basic feasible solutions?
Technique
Enumerate (mn)=(24)=6 basic solutions; for each, set 2 variables to 0 and solve linear system; check feasibility (xi≥0) and degeneracy (basic variable = 0).
Solution
Setup.m=2 constraints (after equalities), n=4 variables. A basic solution sets n−m=2 variables to zero and solves for the remaining m=2 from the constraints. There are (24)=6 possible basic solutions.
A basic solution is feasible if all variables are ≥0. It is degenerate if a basic variable equals 0 (i.e., the basis row has redundancy).
Step 1 — Enumerate the 6 basic solutions
Constraints in matrix form:
(10112231)x1x2x3x4=(128).
For each subset of 2 basic variables, set the other 2 to 0 and solve.
(1) Basis {x1,x2} (set x3=x4=0):
x1+x2=12,x2=8⇒x1=4,x2=8.
Solution (4,8,0,0). All ≥0, feasible. No basic var = 0, non-degenerate.
(2) Basis {x1,x3} (set x2=x4=0):
x1+2x3=12,2x3=8⇒x3=4,x1=4.
Solution (4,0,4,0). All ≥0, feasible. Non-degenerate.
(3) Basis {x1,x4} (set x2=x3=0):
x1+3x4=12,x4=8⇒x1=12−24=−12.
Solution (−12,0,0,8). x1<0, infeasible (basic but not feasible).
(4) Basis {x2,x3} (set x1=x4=0):
x2+2x3=12,x2+2x3=8.
Two equations: 12=8, inconsistent. No basic solution exists.
So actually the basis {x2,x3} corresponds to columns (1,2)T and (2,2)T — let me re-examine. Columns of A: A1=(1,0)T, A2=(1,1)T, A3=(2,2)T, A4=(3,1)T.
For basis {x2,x3}: matrix B=(A2∣A3)=(1122), det=0 — singular. No basic solution for this choice.