6fb0178a-9c3b-45c1-b581-b79b57f3f8ca_Linear_Programming_-_A_Comprehensive_Class_12_Mathematics_Project
6fb0178a-9c3b-45c1-b581-b79b57f3f8ca_Linear_Programming_-_A_Comprehensive_Class_12_Mathematics_Project
12 Mathematics Project
Linear Programming: An In-depth Mathematical Investigation
Project Details
Subject: Mathematics
Class: XII
Academic Year: 2024-25
Objective
This investigatory project aims to:
Subject to:
a11 x1 + a12 x2 + ... + a1n xn ≤ b1 a21 x1 + a22 x2 + ... + a2n xn ≤ b2 ⋮am1 x1 + am2 x2 + ... + amn xn ≤ bm x1 , x2 , ..., x
Minimization Problems
Unbounded Problems
Infeasible Problems
Problem: A manufacturer produces two types of furniture: chairs and tables. Each chair requires 2 hours of labor
and 3 units of wood. Each table requires 4 hours of labor and 4 units of wood. Available resources are 100 hours of
labor and 120 units of wood. If profit per chair is ₹60 and per table is ₹100, find the optimal production schedule.
Solution:
Let x = number of chairs and y = number of tables
Objective Function: Z = 60x + 100y (maximize)
Constraints:
2x + 4y ≤ 100(laborconstraint)3x + 4y ≤ 120(woodconstraint)x ≥ 0, y ≥ 0
# Point A: (0, 0)
# Point B: (0, 25) - from labor constraint
# Point C: (0, 30) - from wood constraint
# Point D: (40, 5) - intersection of constraints
# Point E: (40, 0)
Infeasible Solution
Degenerate Solution
graph TD
A[Source 1] --> B[Destination 1]
A --> C[Destination 2]
D[Source 2] --> B
D --> C
style A fill:#f9f,stroke:#333
style D fill:#f9f,stroke:#333
style B fill:#bbf,stroke:#333
style C fill:#bbf,stroke:#333
A nutritionist needs to design a diet that minimizes cost while meeting minimum nutritional requirements. Variables
represent quantities of different foods, constraints represent nutritional requirements, and the objective function
represents total cost.
An investor wants to maximize returns while maintaining certain risk levels. Variables represent investment
amounts in different securities, constraints represent risk limitations and budget constraints, and the objective
function represents expected returns.
Industry-specific applications
Bibliography
NCERT Mathematics Textbook for Class 12
Appendices
Appendix A: Solved Examples
Additional practice problems with step-by-step solutions
Variety of scenarios and difficulty levels