Quadratic Applications
Projectiles, areas and maximum profit — where parabolas describe reality.
The explanation
Most quadratic word problems ask one of two questions, and each has its own tool.
"What is the highest/lowest/best?" → find the vertex.
"When does it hit the ground / reach zero / break even?" → find the zeros.
A projectile is modelled by h(t) = −16t² + v₀t + h₀ in feet, or −4.9t² + v₀t + h₀ in metres. The negative leading coefficient is gravity, which is why the graph opens down.
Two answers often come out of the algebra when only one makes sense. Negative time, negative length and negative quantity are usually rejected. Say why you are rejecting it.
Applications reduce to reading a quadratic model's features. The vertex gives the optimum: the maximum for a < 0 (height, revenue) and the minimum for a > 0 (cost, distance). Its input is t = −b/(2a) and its output is the optimal value — and confusing the two is the most common error, since "when" wants the input and "how high" wants the output.
Zeros give boundary events: ground contact for a projectile, break-even points for profit P = R − C.
Domain restrictions from context are part of the answer. Time is typically restricted to [0, t_ground], and a length or quantity to positive values, so a negative root is discarded on physical grounds rather than mathematical ones.
Revenue models frequently arise from a linear demand relationship: if price p reduces quantity linearly, then R = p·q(p) is quadratic in p, and its vertex is the revenue-maximising price. Recognising that a product of two linear expressions is quadratic is what makes these problems tractable.
Worked example
A ball is thrown: h(t) = −16t² + 48t + 4 feet. Find its maximum height and when it lands.
- Vertex time: t = −48/(2·−16) = 1.5 s.
- Max height: h(1.5) = −36 + 72 + 4 = 40 ft.
- Landing: solve −16t² + 48t + 4 = 0 with the quadratic formula.
- t = (−48 ± √(2304 + 256))/(−32) → t ≈ 3.08 (rejecting the negative root).
Answer: Maximum height 40 ft at t = 1.5 s; lands at about t = 3.08 s.
Common mistakes
- Reporting the time of the vertex when asked for the maximum height.
- Keeping a negative time value as a valid answer.