Differentiation rules (power, product, quotient)
Differentiation Rules
Differentiation Rules is a topic in Differentiation in the California Calculus Standards. It is aligned to Standard 4.4, which requires students to derive derivative formulas and use them to find the derivatives of algebraic functions.
The differentiation rules — the power, constant-multiple, sum, product, and quotient rules — let you find a derivative without the limit definition, for polynomials, roots, and quotients of functions.
Theory
The differentiation rules let you find a derivative without the limit definition. The power rule, constant-multiple and sum rules handle polynomials; the product and quotient rules handle products and fractions of functions.
Once you know a few rules, most derivatives are mechanical. The core rules:
- Power rule: \(\dfrac{d}{dx}x^{n}=n\,x^{n-1}\) (works for negative and fractional \(n\)).
- Constant multiple / sum: \(\dfrac{d}{dx}\big(c\,f\big)=c\,f'\) and \(\dfrac{d}{dx}(f\pm g)=f'\pm g'\).
- Product rule: \((uv)'=u'v+uv'\).
- Quotient rule: \(\left(\dfrac{u}{v}\right)'=\dfrac{u'v-uv'}{v^2}\).
The power rule and the two product-type rules:
How to pick and apply a rule
- A sum of powers? Differentiate term by term with the power rule.
- A product of two functions? Use \((uv)'=u'v+uv'\).
- A fraction? Use the quotient rule, keeping the numerator order \(u'v-uv'\).
- Roots or reciprocals? Rewrite as powers first, then use the power rule.
Differentiate term by term with the power rule.
| \(f'(x)\) | \(=\) | \(4x^3-3\cdot 2x+0\) |
| \(=\) | \(4x^3-6x\) |
Use \((uv)'=u'v+uv'\) with \(u=x^2+1\), \(v=x-3\).
| \(f'(x)\) | \(=\) | \(2x(x-3)+(x^2+1)(1)\) |
| \(=\) | \(2x^2-6x+x^2+1\) | |
| \(=\) | \(3x^2-6x+1\) |
Use \(\left(\dfrac{u}{v}\right)'=\dfrac{u'v-uv'}{v^2}\).
| \(f'(x)\) | \(=\) | \(\dfrac{(1)(x^2+1)-x(2x)}{(x^2+1)^2}\) |
| \(=\) | \(\dfrac{1-x^2}{(x^2+1)^2}\) |
Rewrite as powers: \(x^{1/2}+x^{-1}\), then use the power rule.
| \(f'(x)\) | \(=\) | \(\dfrac12 x^{-1/2}-x^{-2}\) |
| \(=\) | \(\dfrac{1}{2\sqrt{x}}-\dfrac{1}{x^2}\) |
Common pitfalls
Frequently asked questions
What is the power rule for derivatives?
\(\dfrac{d}{dx}x^{n}=n\,x^{n-1}\). Bring the exponent down as a factor and subtract one from it. It works for negative and fractional exponents too.
What is the product rule?
\((uv)'=u'v+uv'\): differentiate the first times the second, plus the first times the derivative of the second. It is not \(f'g'\).
What is the quotient rule?
\(\left(\dfrac{u}{v}\right)'=\dfrac{u'v-uv'}{v^{2}}\). The numerator subtracts in the order 'derivative of top times bottom minus top times derivative of bottom.'
How do you differentiate a square root?
Rewrite it as a power: \(\sqrt{x}=x^{1/2}\), then apply the power rule to get \(\dfrac{1}{2}x^{-1/2}=\dfrac{1}{2\sqrt{x}}\).