← 2013 Paper 2
UPSC 2013 Maths Optional Paper 2 Q1e — Step-by-Step Solution
10 marks · Section A
Simplex method (basic) · Linear Programming · asked 9× in 13 yrs · Read the full method →
Question
Maximize z=2x1+3x2−5x3 subject to x1+x2+x3=7 and 2x1−5x2+x3≥10, xi≥0.
Technique
Eliminate the equality constraint to reduce dimension; graphical 2-variable analysis of the reduced LPP.
Solution
Strategy. The equality constraint reduces dimensionality by 1. Eliminate x3, reducing to a 2-variable LPP that can be solved graphically.
Step 1 — Eliminate x3
From x1+x2+x3=7: x3=7−x1−x2. Non-negativity x3≥0 gives the new constraint
x1+x2≤7.(C1)
Substitute into the objective:
z=2x1+3x2−5(7−x1−x2)=7x1+8x2−35.
So maximise z′=7x1+8x2 (and report z=z′−35 at the end).
Step 2 — Reduce the inequality
2x1−5x2+x3≥10 with x3=7−x1−x2:
2x1−5x2+7−x1−x2≥10⟹x1−6x2≥3,i.e.x1≥3+6x2.(C2)
Step 3 — Reduced 2-variable LPP
Maximise z′=7x1+8x2 subject to:
- (C1): x1+x2≤7
- (C2): x1≥3+6x2
- x1,x2≥0
Combining (C1) and (C2): 3+6x2≤x1≤7−x2, so
3+6x2≤7−x2⟹7x2≤4⟹x2≤74.
Range of x2: [0,4/7].
Step 4 — Maximise z′ over the feasible region
For each fixed x2, z′=7x1+8x2 is increasing in x1, so the optimum at fixed x2 is on the upper boundary x1=7−x2:
z′(x2)=7(7−x2)+8x2=49+x2.
This is maximised at x2=4/7 (the upper end of the feasible x2 range):
zmax′=49+4/7=7343+4=7347.
Therefore zmax=zmax′−35=7347−7245=7102.
At the optimum: x2=4/7, x1=7−4/7=45/7, x3=7−45/7−4/7=0.
Step 5 — Verify and report
- Equality: x1+x2+x3=45/7+4/7+0=49/7=7 ✓.
- Inequality: 2x1−5x2+x3=90/7−20/7+0=70/7=10≥10 ✓ (active).
- Non-negativity: all xi≥0 ✓.
- Objective: z=2(45/7)+3(4/7)−5(0)=90/7+12/7=102/7 ✓.
Answer
zmax=7102≈14.57at(x1,x2,x3)=(745,74,0).