← 2017 Paper 2
UPSC 2017 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
Using graphical method, find the maximum value of 2x+y subject to
4x+3y4x+y4x−yx,y≤12≤8≤8≥0.
Technique
Graphical LPP — plot half-planes, identify feasible polygon, evaluate the linear objective at each corner (fundamental theorem of LP: optimum at a vertex).
Solution
For a linear objective over a (bounded) convex polygon, the optimum occurs at a vertex (corner point) of the feasible region. We find the feasible polygon, list its vertices, and evaluate Z=2x+y at each.
Step 1 — Boundary lines
- L1: 4x+3y=12 — intercepts (3,0) and (0,4).
- L2: 4x+y=8 — intercepts (2,0) and (0,8).
- L3: 4x−y=8 — intercepts (2,0) and (0,−8).
- Axes x=0, y=0.
Step 2 — Identify binding constraints near the optimum
The objective Z=2x+y increases to the upper-right, so the optimum lies on the “north-east” boundary, formed by L1 and L2 (with x,y≥0). Note L3:4x−y≤8 is slack in this region. Find the intersection of L1 and L2:
{4x+3y=124x+y=8 ⇒ subtract: 2y=4⇒y=2,4x=8−y=6⇒x=23.
So L1∩L2=(23,2). Check feasibility: 4x−y=6−2=4≤8 ✓ (so L3 is indeed non-binding here).
Step 3 — Corner points of the feasible region
The feasible region (intersection of all half-planes with x,y≥0) is the polygon with vertices
O=(0,0),A=(2,0) (on L2,L3, x-axis),B=(23,2) (L1∩L2),C=(0,4) (on L1, y-axis).
(Why these: along the x-axis the tightest bound is x≤2 from L2,L3; the top-right edge is L2 from A up to B, then L1 from B to C; the left edge is the y-axis up to (0,4), since L1 gives the tightest y-intercept.)
Step 4 — Evaluate Z=2x+y at the vertices
| Vertex | (x,y) | Z=2x+y |
|---|
| O | (0,0) | 0 |
| A | (2,0) | 4 |
| B | (3/2,2) | 3+2=5 |
| C | (0,4) | 4 |
The maximum is at B=(23,2):
Answer
Zmax=5at (x,y)=(23,2).