20 solved problems covering all applications of derivatives
Below are 20 practice problems covering all topics from Module 02B: Applications of Derivatives. Topics include: increasing/decreasing, concavity, optimization, related rates, linearization, L'Hôpital's Rule, and MVT. Each problem includes a hidden solution — click the button to reveal the step-by-step answer.
Problem 01Increasing/Decreasing
Find the intervals on which $f(x) = x^3 - 3x$ is increasing and decreasing.
Find the local maximum and minimum values of $f(x) = x^3 - 3x$.
Solution:
From Problem 1, $f'$ changes from $+$ to $-$ at $x = -1$ → local max at $x = -1$, $f(-1) = 2$
$f'$ changes from $-$ to $+$ at $x = 1$ → local min at $x = 1$, $f(1) = -2$
Problem 03Concavity
Find the intervals of concavity for $f(x) = x^3 - 3x$.
Solution:
$f''(x) = 6x$
On $(-\infty, 0)$: $f'' < 0$ → concave down
On $(0, \infty)$: $f'' > 0$ → concave up
Inflection point at $x = 0$
Problem 04Optimization
Find two positive numbers whose sum is 20 and whose product is maximized.
Solution:
Let $x$ and $y$ be the numbers. $x + y = 20$ ⇒ $y = 20 - x$
Product $P(x) = x(20 - x) = 20x - x^2$
$P'(x) = 20 - 2x = 0$ ⇒ $x = 10$, $y = 10$
$P''(x) = -2 < 0$ → maximum. Numbers are $10$ and $10$.
Problem 05Related Rates
A spherical balloon is being inflated at 4 cm³/s. How fast is the radius increasing when the radius is 2 cm?
Water is poured into a conical tank at 2 m³/min. The tank has height 6 m and radius 3 m. How fast is the water level rising when the water is 2 m deep?
Show that the equation $x^3 + x - 1 = 0$ has exactly one real root.
Solution:
$f(0) = -1 < 0$, $f(1) = 1 > 0$ → by IVT, at least one root in $(0,1)$.
$f'(x) = 3x^2 + 1 > 0$ for all $x$, so $f$ is strictly increasing.
If there were two roots, MVT would imply $f'(c) = 0$ between them — contradiction.
Therefore exactly one real root.