The Feasible Region
Graph every constraint as a half-plane (the line, plus the side that satisfies the inequality). The feasible region (or solution region) is the region common to all the half-planes, non-negative restrictions included. Points inside or on the boundary are feasible solutions; points outside are infeasible solutions, and the outside itself is the infeasible region.
An optimal (feasible) solution is any feasible point where the objective function attains its optimal (maximum or minimum) value.
The feasible region has infinitely many points — so testing them all is impossible. Two theorems rescue the situation:
Theorem 1: if the objective function has an optimal value over the feasible region , that optimal value occurs at a corner point (vertex) of .
Theorem 2: if is bounded, then has both a maximum and a minimum on , each at a corner point.
(A corner point is a point of the region where two boundary lines intersect. A region is bounded if it can be enclosed inside some circle; otherwise it is unbounded — it extends indefinitely.)

Key Point: the theorems shrink an infinite search to a finite checklist — only the corners matter. The whole graphical method is bookkeeping around this one fact. For an unbounded region an optimum may not exist at all (the remark after Theorem 2), which is where the extra test below comes in.
The Corner Point Method
- Draw the feasible region and find every corner point — by inspection or by solving the two intersecting boundary-line equations.
- Evaluate at each corner. Let be the largest of these values and the smallest.
- Bounded region: is the maximum and the minimum. Done.
- Unbounded region — run the half-plane test:
- is the maximum only if the open half-plane has no point in common with the feasible region. Otherwise has no maximum.
- is the minimum only if the open half-plane has no point in common with the feasible region. Otherwise has no minimum.
Two special situations
- Multiple optimal solutions: if two corner points give the same optimal value, then every point of the segment joining them is also optimal — the objective line is parallel to that edge of the region. Board questions phrase this as "show that the minimum occurs at more than two points."
- No feasible region: if the constraints contradict each other, no point satisfies them all — the problem has no feasible solution, hence no optimum of any kind.
General features worth quoting in answers
- The feasible region of an LPP is always a convex region.
- Optima occur at corners; ties extend along whole edges.
Key Point (board presentation): always tabulate — corner point in one column, -value in the other, arrow at the optimum. For unbounded regions, write the half-plane test explicitly; skipping it turns a full-marks answer into a partial one, because the smallest table entry is not automatically the minimum.
Solved Examples
Example 1: A bounded maximisation
Maximise subject to , , .
Solution:
- Region: bounded, with corners , , , — from solving with .
- Evaluate:
| Corner | |
|---|---|
| ← Maximum | |
Answer: maximum at .
Example 2: A bounded minimisation
Minimise subject to , , .
Solution:
- Region: bounded triangle with corners , , — from solving with .
- Evaluate: ; ; .
Answer: minimum at — a mixed-direction constraint pair can still enclose a bounded region.
Example 3: Multiple optimal solutions
Minimise and maximise subject to , , , .
Solution:
- Corners: , , , .
- Evaluate: , (minimum), , .
- The tie: the maximum occurs at both and — the objective line is parallel to edge (both have slope ).
Answer: minimum at ; maximum at every point of the segment joining and — infinitely many optimal solutions.
Example 4: Unbounded region, and no minimum
Determine graphically the minimum of subject to , , , .
Solution:
- Corners of the (unbounded) region: , , , ; values — smallest is .
- Half-plane test (mandatory here): graph , i.e. . This open half-plane does share points with the feasible region (far out along the -direction).
- Conclude: takes values below inside the region.
Answer: has no minimum — the table's smallest entry lied, and only the test exposed it. (The same test with shows there is no maximum either.)
Example 5: No feasible region at all
Minimise subject to , , .
Solution:
- Graph both constraints: demands points on or above a line through and ; demands points on or below a line through and .
- No overlap: the first region lies entirely beyond the second in the first quadrant.
Answer: there is no feasible region, hence no feasible solution and no minimum — contradictory constraints end the problem before any table is built.