The difference quotient measures how much a function changes compared with how much its input changes. It is the slope of a secant line through two points on a graph. This idea matters because it connects familiar slope from algebra to instantaneous rate of change in calculus.
It is used to describe motion, growth, cost, and any situation where a quantity changes with another quantity.
For a function f(x), the difference quotient is built by comparing f(x + h) and f(x), then dividing by the input change h. As h gets smaller, the second point on the graph moves closer to the first point, and the secant line approaches the tangent line. If the limit exists as h approaches 0, the result is the derivative f'(x).
Simplifying the difference quotient carefully is often the main algebra step before taking the limit.
Key Facts
- Difference quotient: (f(x + h) - f(x)) / h, where h is not 0.
- Average rate of change from x = a to x = b: (f(b) - f(a)) / (b - a).
- For two nearby inputs x and x + h, the secant slope is (f(x + h) - f(x)) / h.
- Derivative definition: f'(x) = lim as h -> 0 of (f(x + h) - f(x)) / h.
- For f(x) = x^2, (f(x + h) - f(x)) / h = 2x + h, so f'(x) = 2x.
- The difference quotient is undefined at h = 0, but its limit as h approaches 0 may exist.
Vocabulary
- Difference quotient
- A ratio that compares the change in a function value to the change in input, usually written as (f(x + h) - f(x)) / h.
- Secant line
- A line that passes through two points on a curve and represents an average rate of change.
- Tangent line
- A line that touches a curve at one point and has the same instantaneous slope as the curve there.
- Derivative
- The limit of the difference quotient as the input change approaches zero, representing instantaneous rate of change.
- Limit
- The value a function or expression approaches as the input gets closer to a specified number.
Common Mistakes to Avoid
- Substituting h = 0 too early is wrong because the difference quotient has h in the denominator and becomes undefined before simplification.
- Forgetting to subtract the entire f(x) expression is wrong because f(x + h) - f(x) requires parentheses around both function values.
- Expanding f(x + h) incorrectly is wrong because x + h must be treated as one complete input, such as (x + h)^2 = x^2 + 2xh + h^2.
- Stopping before canceling h is wrong because the limit as h approaches 0 usually cannot be evaluated until a common factor of h is simplified.
Practice Questions
- 1 For f(x) = 3x + 5, find and simplify (f(x + h) - f(x)) / h.
- 2 For f(x) = x^2 - 4x, find and simplify the difference quotient, then use it to find f'(x).
- 3 Explain why the secant line in the difference quotient becomes a tangent line idea as h gets closer to 0, even though h is never allowed to equal 0 inside the quotient.