← 2014 Paper 2
UPSC 2014 Maths Optional Paper 2 Q1e — Step-by-Step Solution
10 marks · Section A
Graphical method · Linear Programming · asked 5× in 13 yrs · Read the full method →
Question
Solve graphically: Maximize Z=6x1+5x2 subject to
2x1+x2≤16,x1+x2≤11,x1+2x2≥6,5x1+6x2≤90,x1,x2≥0.
Technique
Standard 2-variable graphical LPP; enumerate vertices, check feasibility, evaluate objective.
Solution
Strategy. Identify feasible-region vertices via intersection of constraint boundaries; evaluate Z at each.
Step 1 — Enumerate candidate vertices
Constraint lines:
- L1:2x1+x2=16
- L2:x1+x2=11
- L3:x1+2x2=6
- L4:5x1+6x2=90
- x1-axis, x2-axis.
Check pairwise intersections for feasibility (all 6 constraints must hold):
| Pair | Intersection | Feasible? |
|---|
| L1∩L2 | (5,6) | ✓ (all constraints check) |
| L1∩L4 | (6/7,100/7) | ✗ (L2: 15.1>11) |
| L2∩L4 | (−24,35) | ✗ (x1<0) |
| L1∩{x2=0} | (8,0) | ✓ |
| L2∩{x1=0} | (0,11) | ✓ |
| L3∩{x2=0} | (6,0) | ✓ |
| L3∩{x1=0} | (0,3) | ✓ |
Feasible vertices: (6,0),(0,3),(0,11),(5,6),(8,0).
Step 2 — Boundary trace
Walking the feasible region counter-clockwise:
(6,0)→(0,3)→(0,11)→(5,6)→(8,0)→(6,0).
The 5-gon has edges along L3 (from (6,0) to (0,3)), x1=0 (from (0,3) to (0,11)), L2 (from (0,11) to (5,6)), L1 (from (5,6) to (8,0)), x2=0 (from (8,0) to (6,0)).
Step 3 — Evaluate Z at each vertex
| Vertex | Z=6x1+5x2 |
|---|
| (6,0) | 36 |
| (0,3) | 15 |
| (0,11) | 55 |
| (5,6) | 60 |
| (8,0) | 48 |
Maximum: Z=60 at (x1,x2)=(5,6).
Answer
Zmax=60at(x1,x2)=(5,6).