01 Key Concepts
What is Operations Research?
The application of mathematical methods (especially optimization and modeling) to help organizations make better decisions about resources, logistics, and scheduling.
Linear Programming in OR
A core tool: maximizing or minimizing an objective (like cost or profit) subject to a set of linear constraints (like limited labor hours or materials).
The Feasible Region
The set of all possible solutions that satisfy every constraint simultaneously, often visualized as a shaded region on a graph.
Queuing Theory
The mathematical study of waiting lines, used to analyze and improve systems like customer service lines, call centers, or network traffic.
The Transportation Problem
A classic OR problem: finding the cheapest way to ship goods from multiple suppliers to multiple destinations while meeting demand and supply limits.
02 Solved Examples
- Let c = chairs, t = tables.
- Labor used: 2c + 3t, which must not exceed 100 hours.
- Profit = (profit per chair)*chairs + (profit per table)*tables.
- The objective function is linear, so its value changes at a constant rate across the feasible region.
- This means the maximum or minimum value is always pushed to an extreme point (a corner), never trapped in the interior.
03 Practice Questions
📄 Operations Research — Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.