Real-Life Mathematical and Engineering Problems with Equations
1. Manufacturing Cost Analysis
Three products A, B, and C require labor, material, and energy. The cost per unit for each is
given by:
3x + 2y + z = 45
2x + 3y + 4z = 60
x + y + 2z = 30
Find the unit costs x, y, z of labor, material, and energy.
2. Traffic Flow Network
At a four-way junction, the inflow and outflow of vehicles are related by:
x + y = 80
x + z = 100
y + z = 90
Use matrices to find the individual traffic flow rates x, y, z.
3. Vehicle Motion Problem
A car’s position (in meters) after t seconds is given by s(t) = 2t³ - 9t² + 12t + 5.
Find the average velocity over [1,4] and the instantaneous velocity when it equals the
average (using MVT).
4. Population Growth Modeling
A town’s population follows P(t) = 50e^(0.02t), where t is in years.
Find the rate of change of population after 10 years and interpret its meaning.
5. Economics — Profit Maximization
A company’s profit function is P(x) = -2x³ + 12x² - 20x, where x is thousands of units
produced.
Find the production level that maximizes profit.
6. Optimization of a Rectangular Box with a Lid
A box with rectangular base and closed top must have volume 1200 cm³.
If material for the top costs twice as much as the sides, find dimensions minimizing
total cost.
Let V = x y h = 1200.
7. Temperature Distribution on a Metal Plate
The temperature at any point on a plate is given by T(x,y) = 100 - 2x² - y².
Find points where temperature is maximum and minimum.
8. Economics — Constrained Optimization
A company produces two items x and y. Profit function: P(x,y) = 20x + 30y - x² - y².
Production constraint: x + 2y = 10.
Use Lagrange’s method to find the optimal combination.
9. Engineering Design — Volume of a Tank
A parabolic tank is described by z = 16 - x² - y².
Find the volume of water it can hold above the xy-plane.
10. Physics — Center of Mass
Find the center of mass of a lamina under y = 4 - x² and above the x-axis,
if density is proportional to distance from the y-axis.
11. Temperature Distribution in a Solid Sphere
Temperature inside a sphere is T(r) = 200 - 10r².
Find average temperature within the sphere of radius r = 3.
12. Electric Field Flux
The electric field is E = (3x)i + (2y)j + (z)k.
Find total electric flux through a cube of side 2 centered at origin using Gauss’s Theorem.
13. Fluid Circulation Around an Object
For velocity field V = (-y)i + (x)j, compute circulation around a circle x² + y² = 4 using Stokes’
Theorem.
14. Heat Flow Through a Surface
If heat flux vector q = -k∇T and T(x,y,z) = x² + y² + z²,
find outward heat flow across sphere x² + y² + z² = 9.
15. Gradient in Terrain Mapping
Elevation of a hill: z = 400 - 0.05x² - 0.1y².
At point (20,10), find direction of steepest ascent and maximum rate of change.