|
|
|
|
Contents
First Derivative Test
|
First
Derivative Test
The
first derivative test is used to determine the nature of stationary points in
an equation. The second method, the second derivative test, is explained on
the next page.
Given
the equation y = f(x) has a stationary point at (n, f(n)). To determine its
nature, check the sign of f'(x) when x = n- and x = n+
(i.e. the derivative when x is slightly smaller and slightly larger than n).
f'(n-) > 0 and f'(n+) < 0
f'(n-) < 0 and f'(n+) > 0
Example:
Differentiating
w.r.t. x,
At
stationary points, dy/dx = 0.
The
coordinates are
Example:
dy/dx = 3x2 - 14x + 11
= (3x - 11)(x - 1)
At
stationary points, dy/dx = 0
(3x - 11)(x - 1) = 0
x = 11/3 or x = 1
When
x = 11/3, y = -256/27,
(11/3,
-256/27) is a minimum turning point.
When
x = 1, y = 0,
(1,
0) is a maximum turning point.
|