Derivatives and the Gradient Function
A gradient at one point
The of a straight line is its change in divided by its change in . A curve can become steeper or flatter, so its gradient depends on where you measure it.
Use two points on : and . The straight line joining them is a . Its gradient is
This describes the change between two points, not the gradient at alone. Keep fixed and move closer. The chord approaches the : the straight line with the curve's direction at .
Move the second point closer
In the graph, is the x-coordinate of , and is the horizontal change from to . Start with and reduce positive . Then approach from the left using negative .
P = (1, 1); Q = (2, 4)
- Chord gradient
- 3
- Tangent gradient
- 2
With a = 1 fixed, the chord gradient approaches 2 as h approaches zero from either side.
The value approached from both sides is called the and gives the tangent gradient at the chosen . We write for “ approaches zero”. We do not divide by zero or calculate a chord through two identical points.
A function value and a gradient are different
finds a gradient rule, called the . For , the rule is . Moving in the graph shows how the gradient changes.
, read “f prime of x”, and both describe the derivative. “With respect to ” means that is the variable being changed. This notation does not mean .
At , is the height, but is the gradient. A derivative need not exist at every point: a sharp corner has no single tangent direction.
For , find the point and tangent gradient at . Does being above the x-axis make the gradient positive?
Show worked answer
, so the point is . The gradient is . The curve is above the axis but falls as increases here. Height and gradient have different meanings.
