Linear Programming Class 12 Notes (Free PDF)

πŸ“˜ Visual Revision: Linear Programming

Class 12 Maths Β· Chapter 12 – swipe through all 6 cards to understand the whole chapter.

🎯Start here1/6

What is Linear Programming?

Optimising (max or min) a linear quantity under linear constraints.

Optimise Z = ax + by

Z = objective function

  • Used for profit/cost problems
  • All relations are linear
  • x, y β‰₯ 0 (non-negative)
πŸ“‹Terminology2/6

Constraints & Feasible Region

Inequalities that limit the solution.

e.g. a1x + b1y ≀ c1

Feasible region = common area

  • Constraints = linear inequalities
  • Feasible region: all satisfied
  • Corners = corner points
πŸ“The method3/6

Corner Point Method

The optimum lies at a corner of the feasible region.

Evaluate Z at every corner point

Pick the max / min value

  • Find all corner points
  • Compute Z at each
  • Largest = max, smallest = min
πŸ—ΊοΈRegion types4/6

Bounded vs Unbounded

The feasible region may be closed or open.

Bounded β†’ max & min both exist

Unbounded β†’ may not exist

  • Bounded: enclosed region
  • Unbounded: open region
  • Check open regions carefully
βœ…Optimal5/6

Optimal Solution

The corner point that gives the best value of Z.

Z_max or Z_min at a corner

May occur at two corners

  • Unique or multiple optima
  • On an edge β‡’ infinite optima
  • Always at the boundary
✏️Exam tips6/6

Graphing Tips

How to plot and read the feasible region.

Plot lines, shade, test (0,0)

x β‰₯ 0, y β‰₯ 0 β†’ first quadrant

  • Convert ≀ / β‰₯ to lines
  • Test origin to pick the side
  • Mark all corner coordinates
Swipe β†’Click a card to focus β†’6 cards
Quick summary

Linear Programming (Class 12 Maths) is a method to maximise or minimise a linear objective function subject to linear constraints. You write the objective Z = ax + by, list the constraints as inequalities, and plot them to get a feasible region (a convex polygon). The optimal value of Z always occurs at a corner (vertex) of this feasible region, so you evaluate Z at every corner point and pick the largest or smallest value. Typical problems are manufacturing, diet and transportation problems, solved by the corner-point method.

Download Linear Programming Class 12 Notes PDF (Free)

Print-friendly branded PDF - save it, print it, or share it with friends. No sign-up needed.

📥 Download PDF (Free)

Linear Programming (LP) is an optimisation technique used to find the best outcome (maximum profit or minimum cost) given constraints. This chapter carries 5 marks in CBSE boards and is one of the most scoring chapters - once you master the graphical method, you can solve any LP problem!

Key Concepts

1. What is Linear Programming?

It is a method to achieve the best outcome (maximum or minimum) in a mathematical model whose requirements are represented by linear relationships.

TermMeaningExample
Objective FunctionThe function to be maximised or minimisedZ = 3x + 5y (profit function)
Decision VariablesVariables we controlx = units of A, y = units of B
ConstraintsLimitations/restrictions (linear inequalities)2x + y ≀ 100 (machine hours)
Non-negativityVariables can’t be negativex β‰₯ 0, y β‰₯ 0
Feasible RegionSet of all points satisfying all constraintsShaded region on graph
Feasible SolutionAny point in the feasible region(10, 20)
Optimal SolutionFeasible solution that optimises ZThe point giving max/min Z

2. Corner Point Method (Steps)

Step 1: Write the objective function and constraints from the problem
Step 2: Graph each constraint as an equation (line), shade the feasible region
Step 3: Find all corner points (vertices) of the feasible region
Step 4: Calculate Z at each corner point
Step 5: The corner point giving max/min Z is the optimal solution
πŸ’‘ Fundamental Theorem: If the optimal solution exists, it occurs at a corner point (vertex) of the feasible region. You never need to check interior points!

3. Types of Feasible Regions

TypeDescriptionOptimal Solution
BoundedEnclosed region (finite area)Always exists (both max and min)
UnboundedRegion extends infinitelyMay or may not exist - need verification
πŸ’‘ For unbounded regions: If you get Z = M at a corner point for maximisation, check if the half-plane Z > M has any point in common with the feasible region. If NO common point exists, then M is the maximum. Otherwise, no maximum exists.

4. Types of LP Problems in CBSE

TypeObjectiveCommon Scenario
ManufacturingMaximise profitUnits of products A and B
Diet ProblemMinimise costAmount of food items for nutrition
TransportationMinimise costShipping goods from factories to warehouses
AllocationMaximise outputDistributing resources

5. Graphing Tips

  • Convert inequality to equation to plot the line
  • Use test point (0,0) to determine which side to shade
  • Find intersection points by solving pairs of equations simultaneously
  • Don’t forget non-negativity constraints (x β‰₯ 0, y β‰₯ 0) - this restricts the region to the first quadrant

Important Definitions

TermDefinition
Linear ProgrammingOptimisation technique with linear objective function and linear constraints
Feasible RegionSet of all points satisfying all constraints simultaneously
Optimal SolutionA feasible solution at which the objective function has max or min value
Corner PointVertex of the feasible region where constraint boundaries intersect
Bounded RegionFeasible region that can be enclosed in a circle

Solved Examples - NCERT-Based

Example 1: Manufacturing Problem

A factory makes two products A and B. Each A requires 2 hrs on machine I and 1 hr on machine II. Each B requires 1 hr on machine I and 3 hrs on machine II. Machine I is available for 10 hrs, machine II for 12 hrs. Profit on A = β‚Ή40, on B = β‚Ή60. Find the maximum profit.

Solution:

Let x = units of A, y = units of B

Maximise Z = 40x + 60y

Subject to: 2x + y ≀ 10, x + 3y ≀ 12, x β‰₯ 0, y β‰₯ 0

Corner points: (0,0), (5,0), (0,4), and intersection of 2x+y=10 and x+3y=12

Solving: 2x+y=10 β†’ y=10βˆ’2x β†’ x+3(10βˆ’2x)=12 β†’ x+30βˆ’6x=12 β†’ βˆ’5x=βˆ’18 β†’ x=18/5=3.6, y=2.8

Corner points and Z values:

Corner PointZ = 40x + 60y
(0, 0)0
(5, 0)200
(3.6, 2.8)144 + 168 = 312
(0, 4)240

Maximum profit = β‚Ή312 at (3.6, 2.8)

Example 2: Diet Problem

A diet requires at least 10 units of vitamin A and 12 units of vitamin B. Food I costs β‚Ή6/unit and provides 2 units of A, 1 unit of B. Food II costs β‚Ή10/unit and provides 1 unit of A, 4 units of B. Find minimum cost.

Solution:

Let x = units of Food I, y = units of Food II

Minimise Z = 6x + 10y

Subject to: 2x + y β‰₯ 10, x + 4y β‰₯ 12, x β‰₯ 0, y β‰₯ 0

Corner points: (0, 10), (12, 0), intersection of 2x+y=10 and x+4y=12

Solving: y = 10βˆ’2x β†’ x + 4(10βˆ’2x) = 12 β†’ x + 40βˆ’8x = 12 β†’ βˆ’7x = βˆ’28 β†’ x=4, y=2

Corner PointZ = 6x + 10y
(0, 10)100
(4, 2)44
(12, 0)72

Minimum cost = β‚Ή44 at x = 4 units of Food I, y = 2 units of Food II

Example 3: Maximise Z = 5x + 3y subject to 3x + 5y ≀ 15, 5x + 2y ≀ 10, x β‰₯ 0, y β‰₯ 0

Solution:

Corner points: (0,0), (2,0), (0,3)

Intersection: 3x+5y=15 and 5x+2y=10

From 5x+2y=10: y = (10βˆ’5x)/2. Substituting: 3x + 5(10βˆ’5x)/2 = 15 β†’ 6x + 50βˆ’25x = 30 β†’ βˆ’19x = βˆ’20 β†’ x = 20/19, y = 45/19

Corner PointZ = 5x + 3y
(0, 0)0
(2, 0)10
(20/19, 45/19)100/19 + 135/19 = 235/19 β‰ˆ 12.37
(0, 3)9

Maximum Z = 235/19 β‰ˆ 12.37 at (20/19, 45/19)

Example 4: Minimise Z = x + 2y subject to 2x + y β‰₯ 3, x + 2y β‰₯ 6, x β‰₯ 0, y β‰₯ 0

Solution:

Corner points of unbounded feasible region: (6, 0), (0, 3)

Intersection: 2x+y=3 and x+2y=6 β†’ y=3βˆ’2x β†’ x+2(3βˆ’2x)=6 β†’ x+6βˆ’4x=6 β†’ x=0, y=3

Also check: (6, 0)

Corner PointZ = x + 2y
(6, 0)6
(0, 3)6

Minimum Z = 6 (achieved at both points and all points on the line segment joining them)

Important Questions for Board Exams

1 Mark Questions

  1. Define a feasible region in an LP problem.
  2. What is the corner point theorem?

2 Mark Questions

  1. Draw the feasible region for: x + y ≀ 4, x β‰₯ 0, y β‰₯ 0 and find its corner points.
  2. If the feasible region is bounded with vertices (0,0), (4,0), (0,3), find max Z = 7x + 4y.

5 Mark Questions

  1. Maximise Z = 3x + 2y subject to x + 2y ≀ 10, 3x + y ≀ 15, x β‰₯ 0, y β‰₯ 0. Graph the constraints and find optimal solution.
  2. A dealer deals in two products A and B. He has β‚Ή30,000 to invest and space for 20 items. Product A costs β‚Ή2,500, B costs β‚Ή500. He can sell A at β‚Ή500 profit and B at β‚Ή150 profit. Formulate the LP problem and solve graphically for maximum profit.

Quick Revision Points

  • LP = optimise a linear function subject to linear constraints
  • Always check corner points - optimal solution is always at a vertex
  • Steps: Formulate β†’ Graph β†’ Find corners β†’ Evaluate Z β†’ Pick best
  • Bounded region β†’ max and min both exist
  • Unbounded region β†’ may need extra verification
  • Non-negativity (x β‰₯ 0, y β‰₯ 0) restricts to first quadrant
  • If Z has same value at two corners β†’ all points on that edge are optimal
  • CBSE mostly asks 5-mark graphical problems - practice drawing accurate graphs!
Studying this chapter? Track it - saved on this device, no login.

Frequently Asked Questions

What is a linear programming problem in Class 12 Maths?

A linear programming problem asks you to maximise or minimise a linear objective function Z = ax + by subject to a set of linear inequalities called constraints, along with non-negativity conditions x, y greater than or equal to 0. It models real allocation problems like manufacturing, diet and transport.

What is the feasible region and the corner-point method?

The feasible region is the set of all points that satisfy every constraint; graphically it is the common shaded area, usually a convex polygon. The corner-point method says the optimal value of Z occurs at a vertex (corner) of this region, so you evaluate Z at each corner and choose the maximum or minimum.

What is the difference between a feasible and an optimal solution?

A feasible solution is any point inside or on the boundary of the feasible region that satisfies all constraints. An optimal solution is the feasible point that gives the best (maximum or minimum) value of the objective function Z, and it always lies at a corner point of the feasible region.

What happens if the feasible region is unbounded?

If the feasible region is unbounded, a maximum or minimum may not exist. You evaluate Z at the corner points and then check, using an open half-plane test, whether Z can be made larger or smaller without limit; if it can, there is no optimal value.

What types of problems are solved using linear programming?

Common Class 12 linear programming problems are manufacturing problems (maximise profit), diet problems (minimise cost while meeting nutrition needs), and transportation problems (minimise shipping cost). All are set up with a linear objective and linear constraints.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top