It also measures the rate of change of $y$ with respect to $x$.
Multiply by the power, then knock one off the power.
| $y$ | $\dfrac{\mathrm{d}y}{\mathrm{d}x}$ | Why |
|---|---|---|
| $x^5$ | $5x^4$ | Power $5$ comes down, becomes $4$ |
| $7x^3$ | $21x^2$ | $7 \times 3 = 21$ |
| $x$ | $1$ | $x = x^1 \to 1x^0 = 1$ |
| $6x$ | $6$ | The gradient of a straight line |
| $9$ | $0$ | A constant does not change |
| $-4x^2$ | $-8x$ | The sign is carried through |
Differentiate $y = 5x^4 - 2x^3 + 7x - 11$.
Differentiate $y = x^2(3x - 4)$.
$\mathrm{f}(x) = 2x^3 - 9x^2 + 12x$. Find $\mathrm{f}'(x)$ and evaluate $\mathrm{f}'(1)$ and $\mathrm{f}'(2)$.
| $\dfrac{\mathrm{d}y}{\mathrm{d}x}$ | The curve is⦠|
|---|---|
| Positive | Increasing β going uphill as $x$ increases |
| Negative | Decreasing β going downhill |
| Zero | Stationary β momentarily flat |
| Large in size | Steep |
| Close to zero | Nearly flat |
Find the values of $x$ for which $y = x^3 - 12x$ is increasing.
A balloon's volume after $t$ seconds is $V = 4t^2 + 3t$ cmΒ³. Find the rate at which it is inflating at $t = 5$, and state the units.
$y = x^4 - 2x^3 + 5x$. Find $\dfrac{\mathrm{d}y}{\mathrm{d}x}$ and $\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2}$.
The rule
$kx^n \to knx^{n-1}$.
Sums
Differentiate term by term.
$kx$
Differentiates to $k$.
Constants
Differentiate to $0$.
Brackets
Expand first β no product rule here.
Notation
$\dfrac{\mathrm{d}y}{\mathrm{d}x}$, $\mathrm{f}'(x)$, $\dot{x}$.
Gradient at a point
Substitute the $x$-value.
Positive derivative
Increasing.
Rates
State the units.
Degree check
Differentiating drops the degree by one.
Differentiate $y = x^7$.
βΆ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 7x^6$
Differentiate $y = 4x^3 - 6x^2 + 2x - 9$.
βΆ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 12x^2 - 12x + 2$
Find $\mathrm{f}'(x)$ when $\mathrm{f}(x) = 5 - 3x + x^2$.
βΆ Show solution
$\mathrm{f}'(x) = -3 + 2x$, or $2x - 3$.
Differentiate $y = x(x+5)$.
βΆ Show solution
Expand: $y = x^2 + 5x$
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x + 5$
Find the gradient of $y = 2x^3 - x^2$ at $x = -1$.
βΆ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 6x^2 - 2x$
At $x = -1$: $6(1) - 2(-1) = 6 + 2 = 8$
Find $\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2}$ when $y = x^4 - 3x^2$.
βΆ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 4x^3 - 6x$
$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 12x^2 - 6$
Find the value of $x$ at which $y = x^2 - 10x$ has gradient $4$.
βΆ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x - 10 = 4$
$2x = 14$, so $x = 7$.
Find the values of $x$ for which $y = x^3 - 3x^2$ is decreasing.
βΆ Show solution
Decreasing means $\dfrac{\mathrm{d}y}{\mathrm{d}x} < 0$.
$3x^2 - 6x < 0 \;\Rightarrow\; 3x(x-2) < 0$
Between the roots: $0 < x < 2$
Differentiate $y = (2x-1)(x+3)$ and hence find the gradient at $x = 2$.
βΆ Show solution
Expand: $y = 2x^2 + 6x - x - 3 = 2x^2 + 5x - 3$
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 4x + 5$
At $x = 2$: $8 + 5 = 13$
A cylindrical tank is being filled. After $t$ minutes the depth of water is $h = 0.5t^2 - 0.02t^3$ cm, valid for $0 \leqslant t \leqslant 16$.
(a) Find $\dfrac{\mathrm{d}h}{\mathrm{d}t}$ and state what it represents, with units. (b) Find the rate of filling at $t = 5$ and at $t = 15$. (c) Find when the water level stops rising. (d) Explain what the model predicts after that time, and why the restriction $t \leqslant 16$ is sensible.
βΆ Show solution
(a) $\dfrac{\mathrm{d}h}{\mathrm{d}t} = t - 0.06t^2$
This is the rate at which the depth is increasing, in cm per minute.
(b) At $t = 5$: $5 - 0.06(25) = 5 - 1.5 = 3.5$ cm minβ»ΒΉ
At $t = 15$: $15 - 0.06(225) = 15 - 13.5 = 1.5$ cm minβ»ΒΉ
The tank is filling more slowly at $t = 15$ than at $t = 5$.
(c) The level stops rising when the rate is zero:
$t - 0.06t^2 = 0 \;\Rightarrow\; t(1 - 0.06t) = 0$
$t = 0$ or $t = \dfrac{1}{0.06} = 16.67$ minutes.
$t = 0$ is the start (the tank begins at rest), so the level stops rising at $t = 16.7$ minutes (3 s.f.).
(d) Beyond $t = 16.67$, the derivative becomes negative, so the model predicts the depth would fall β water leaving the tank of its own accord.
That is physically impossible for a tank being filled, so the model has broken down. Restricting to $t \leqslant 16$ keeps the model inside the range where the rate is still positive, which is exactly the sort of limitation on a model that AO3 expects you to identify and comment on.