Application of Derivatives
Rate of Change, Tangents and Normals
The derivative $\dfrac{dy}{dx}$ measures how fast $y$ changes per unit change in $x$. In applications, $\dfrac{dQ}{dt}$ is the rate at which a quantity $Q$ changes with time.
Related rates
When several quantities are linked by an equation, differentiating with respect to time relates their rates. Typical steps:
- Write the relationship between the quantities (e.g. area, volume, Pythagoras).
- Differentiate both sides with respect to $t$.
- Substitute the known values and solve for the unknown rate.
A positive rate means the quantity is increasing; a negative rate means it is decreasing.
Marginal quantities
In economics, the derivative of a cost function $C(x)$ is the marginal cost $\dfrac{dC}{dx}$ — the approximate cost of producing one more unit. Likewise marginal revenue is $\dfrac{dR}{dx}$.
$A=\pi r^2 \Rightarrow \dfrac{dA}{dt}=2\pi r\dfrac{dr}{dt}$. With $r=5,\ \dfrac{dr}{dt}=3$: $\dfrac{dA}{dt}=2\pi(5)(3)=30\pi$ cm$^2$/s.
$A=x^2 \Rightarrow \dfrac{dA}{dt}=2x\dfrac{dx}{dt}=2(10)(2)=40$ cm$^2$/s.
$\dfrac{dV}{dr}=4\pi r^2=4\pi(4)=16\pi$ cubic units per unit radius.
$C'(x)=0.015x^2-0.04x+30$. At $x=3$: $C'(3)=0.015(9)-0.04(3)+30=0.135-0.12+30=30.015$. So the next unit costs about ₹30.02.
- $\dfrac{dy}{dx}$ is a rate of change; $\dfrac{dQ}{dt}$ is a time rate.
- Related rates: form an equation, differentiate w.r.t. $t$, substitute, solve.
- Positive rate $\Rightarrow$ increasing; negative $\Rightarrow$ decreasing.
- Marginal cost $=C'(x)$, marginal revenue $=R'(x)$.
Increasing and Decreasing Functions
The sign of the first derivative tells you whether a function rises or falls.
The monotonicity test
On an interval $I$:
- If $f'(x)>0$ for all $x\in I$, then $f$ is strictly increasing on $I$.
- If $f'(x)<0$ for all $x\in I$, then $f$ is strictly decreasing on $I$.
- If $f'(x)=0$ throughout, $f$ is constant.
Method
To find where $f$ increases or decreases: compute $f'(x)$, find the critical points where $f'(x)=0$ (or is undefined), and test the sign of $f'$ in each resulting interval. A sign chart organises this cleanly. The points where $f'$ changes sign separate increasing from decreasing behaviour.
$f'(x)=2x-4=0\Rightarrow x=2$. For $x<2,\ f'<0$ (decreasing); for $x>2,\ f'>0$ (increasing). So $f$ decreases on $(-\infty,2)$ and increases on $(2,\infty)$.
$f'(x)=3x^2+1>0$ for every real $x$ (sum of a non-negative term and $1$). Hence $f$ is strictly increasing everywhere.
$f'(x)=3x^2-3=3(x-1)(x+1)$. This is negative for $-1
$f'(x)=e^{x}>0$ for all $x$, so $e^{x}$ is strictly increasing on $\mathbb{R}$.
- $f'(x)>0 \Rightarrow$ increasing; $f'(x)<0 \Rightarrow$ decreasing on that interval.
- Critical points: where $f'(x)=0$ or is undefined.
- Build a sign chart of $f'$ to read off the intervals.
- Sign changes of $f'$ separate increasing and decreasing stretches.
Maxima and Minima
Optimisation — finding the largest or smallest value — is the headline application of derivatives.
Critical points and the first-derivative test
At a local maximum or minimum of a differentiable function, $f'(x)=0$. Such points are critical points. The first-derivative test classifies them by how $f'$ changes sign:
- $f'$ changes $+\to-$: local maximum.
- $f'$ changes $-\to+$: local minimum.
- No sign change: neither (a point of inflection).
Second-derivative test
At a critical point $c$ (where $f'(c)=0$):
- $f''(c)>0 \Rightarrow$ local minimum,
- $f''(c)<0 \Rightarrow$ local maximum,
- $f''(c)=0 \Rightarrow$ test inconclusive (fall back to the first-derivative test).
Absolute extrema on a closed interval
On $[a,b]$, the global maximum and minimum occur either at a critical point inside the interval or at an endpoint. Evaluate $f$ at all critical points and at $a,b$, then pick the largest and smallest values.
$f'(x)=2x-6=0\Rightarrow x=3$. $f''(x)=2>0$, so $x=3$ is a local minimum; $f(3)=9-18+5=-4$.
$f'(x)=3x^2-3=0\Rightarrow x=\pm1$. $f''(x)=6x$: at $x=-1,\ f''<0$ (max, $f(-1)=2$); at $x=1,\ f''>0$ (min, $f(1)=-2$).
Critical point in $[0,2]$: $x=1$ ($f(1)=-2$). Endpoints: $f(0)=0,\ f(2)=8-6=2$. The largest value is $f(2)=2$, so the absolute maximum is $2$ at $x=2$.
Let the parts be $x$ and $20-x$; product $P=x(20-x)=20x-x^2$. $P'=20-2x=0\Rightarrow x=10$. $P''=-2<0$, a maximum. The parts are $10$ and $10$, product $100$.
- Local extrema of a differentiable function occur where $f'(x)=0$ (critical points).
- First-derivative test: $+\to-$ gives a maximum, $-\to+$ gives a minimum.
- Second-derivative test: $f''(c)>0$ minimum, $f''(c)<0$ maximum, $=0$ inconclusive.
- On $[a,b]$, check all critical points and both endpoints for absolute extrema.