Derivatives
Power, Product & Quotient Rules
Differentiating using the power, product, and quotient rules.
Prerequisites
- Interpreting the Derivative
Faster Rules, Built on the Same Definition
Computing f'(x) = 2x − 4 from the limit definition took several steps. Before reading on: the pattern '2 times x to the power one less than 2' suggests a shortcut — does it generalize to any power of x?
It does, and it isn't a coincidence. Expanding (x+h)ⁿ, every term carries at least one factor of h except the leading n·xⁿ⁻¹h term — so dividing the difference quotient by h and letting h → 0 always leaves n·xⁿ⁻¹.
Definition — Power, Product, and Quotient Rules
Worked Example — Power and Sum Rules
Worked Example — Product Rule
Worked Example — Quotient Rule
Derivative Explorer
Point of tangency
f(x), with tangent line at x = a
Derivative graph — linked to the graph above; panning or zooming either moves both
What's happening at x = a
- At x = 1, f(x) ≈ -2 — the point (1, -2).
- The derivative there is f'(1) ≈ 0: the slope of the tangent line, and the instantaneous rate of change of f at this exact point.
- That slope is positive, so f is increasing at this point.
- The second derivative is positive here, so f is concave up (curving upward) near this point.
- Near x = 1, the tangent line y ≈ -2 + 0·(x − 1) is f's best straight-line approximation — the core idea a derivative captures.
Numerical derivative comparison
| h | Forward | Backward | Central |
|---|---|---|---|
| 1 | 4 | -2 | 1 |
| 0.1 | 0.31 | -0.29 | 0.01 |
| 0.01 | 0.0301 | -0.0299 | 0.0001 |
| 0.001 | 0.003 | -0.003 | 0 |
Analysis of f(x)
- y-intercept
- (0, 0)
- x-intercepts
- (-1.73, 0), (0, 0), (1.73, 0)
- Extrema
- local max at (-1, 2); local min at (1, -2)
- Inflection points
- (0, 0)
- Vertical asymptotes
- none found in view
- Horizontal asymptotes
- none found
- Domain
- all real numbers in view
- Range (estimated)
- approximately [-970, 970]
Analysis of f'(x) — its roots are f's critical points
- y-intercept
- (0, -3)
- x-intercepts
- (-1, 0), (1, 0)
- Extrema
- local min at (0, -3)
- Inflection points
- none found in view
- Vertical asymptotes
- none found in view
- Horizontal asymptotes
- none found
- Domain
- all real numbers in view
- Range (estimated)
- approximately [-3, 297]
Tip
Common Mistakes
Differentiating a product as f'(x)g'(x), multiplying the two derivatives together.
The product rule has two full terms, f'g + fg' — there's no shortcut multiplying the derivatives alone.
Reversing the subtraction order in the quotient rule's numerator.
It's f'g − fg', derivative-of-numerator first — reversing it flips the sign of the entire result.
Key Takeaways
- d/dx[xⁿ] = n·xⁿ⁻¹ follows from the binomial expansion used in the difference quotient.
- The product rule is f'g + fg'; the quotient rule is (f'g − fg')/g² — neither is simply the product or quotient of the two derivatives.
Summary
These rules handle sums, products, and quotients of power terms. The next lesson handles a function wrapped inside another.
Sign in to track your progress and mark this lesson complete.
Track your progress