Unit 2.5 – Applying the Power Rule
AP® Calculus AB & BC | The Most Important Differentiation Rule
Core Concept: The Power Rule is THE shortcut for finding derivatives! Instead of using the tedious limit definition every time, the Power Rule gives you an instant formula for any function of the form \(f(x) = x^n\). This topic also introduces the Constant Rule, Constant Multiple Rule, and Sum/Difference Rules—the building blocks for differentiating ALL polynomials and many other functions. Mastering these rules is absolutely essential for the AP® exam and all future calculus work!
⚡ The Power Rule
THE POWER RULE
If \(f(x) = x^n\) where \(n\) is any real number, then:
Alternative Notation:
In Words: Bring down the exponent as a coefficient, then subtract 1 from the original exponent.
Three-Step Process:
- Step 1: Multiply by the original exponent
- Step 2: Subtract 1 from the exponent
- Step 3: Simplify if needed
📝 Key Insight: The Power Rule works for ALL real number exponents:
- Positive integers: \(x^5, x^{10}, x^{100}\)
- Negative integers: \(x^{-2}, x^{-7}\) (from fractions like \(\frac{1}{x^2}\))
- Fractional exponents: \(x^{1/2}, x^{2/3}\) (from roots like \(\sqrt{x}\))
- Irrational exponents: \(x^{\pi}, x^{\sqrt{2}}\)
Basic Power Rule Examples
Example 1: Positive Integer Exponent
Find \(\frac{d}{dx}[x^5]\)
Solution:
- Original exponent: \(n = 5\)
- Bring down 5: \(5 \cdot x^{...}\)
- Subtract 1 from exponent: \(5 - 1 = 4\)
- Answer: \(\frac{d}{dx}[x^5] = 5x^4\)
Example 2: Another Positive Integer
If \(f(x) = x^{12}\), find \(f'(x)\)
Solution:
- Apply power rule: \(f'(x) = 12x^{11}\)
Answer: \(f'(x) = 12x^{11}\)
📐 Supporting Rules
1. CONSTANT RULE
The derivative of any constant is zero.
Examples:
- \(\frac{d}{dx}[5] = 0\)
- \(\frac{d}{dx}[-7] = 0\)
- \(\frac{d}{dx}[\pi] = 0\)
- \(\frac{d}{dx}[1000] = 0\)
Why: Constants don't change, so their rate of change is zero!
2. CONSTANT MULTIPLE RULE
The derivative of a constant times a function is the constant times the derivative of the function.
In words: Pull the constant out front, then take the derivative.
Examples:
- \(\frac{d}{dx}[3x^4] = 3 \cdot \frac{d}{dx}[x^4] = 3 \cdot 4x^3 = 12x^3\)
- \(\frac{d}{dx}[-5x^7] = -5 \cdot 7x^6 = -35x^6\)
- \(\frac{d}{dx}[\frac{1}{2}x^3] = \frac{1}{2} \cdot 3x^2 = \frac{3}{2}x^2\)
3. SUM RULE
The derivative of a sum is the sum of the derivatives.
Example:
4. DIFFERENCE RULE
The derivative of a difference is the difference of the derivatives.
Example:
💡 Master Strategy: For polynomials, combine all four rules:
- Step 1: Break the polynomial into individual terms (use sum/difference rules)
- Step 2: For each term, pull out constants (constant multiple rule)
- Step 3: Apply power rule to each \(x^n\) term
- Step 4: Constants become zero (constant rule)
- Step 5: Combine all results
📊 Differentiating Polynomials
Example 3: Complete Polynomial
Problem: Find \(\frac{d}{dx}[4x^3 - 7x^2 + 5x - 9]\)
Solution (Term-by-Term):
- First term: \(\frac{d}{dx}[4x^3] = 4 \cdot 3x^2 = 12x^2\)
- Second term: \(\frac{d}{dx}[-7x^2] = -7 \cdot 2x = -14x\)
- Third term: \(\frac{d}{dx}[5x] = 5 \cdot 1x^0 = 5\) (remember \(x = x^1\)!)
- Fourth term: \(\frac{d}{dx}[-9] = 0\) (constant disappears)
- Combine: \(12x^2 - 14x + 5\)
Answer: \(12x^2 - 14x + 5\)
Example 4: More Complex Polynomial
Problem: If \(f(x) = 2x^5 - 3x^4 + x^3 - 6x + 10\), find \(f'(x)\)
Solution:
Answer: \(f'(x) = 10x^4 - 12x^3 + 3x^2 - 6\)
➖ Power Rule with Negative Exponents
To use the power rule on fractions, rewrite using negative exponents:
Common Conversions:
- \(\frac{1}{x} = x^{-1}\)
- \(\frac{1}{x^2} = x^{-2}\)
- \(\frac{1}{x^3} = x^{-3}\)
- \(\frac{5}{x^4} = 5x^{-4}\)
Example 5: Negative Exponent
Problem: Find \(\frac{d}{dx}[x^{-3}]\)
Solution:
- Original exponent: \(n = -3\)
- Apply power rule: \(-3 \cdot x^{-3-1} = -3x^{-4}\)
- Can rewrite as: \(-\frac{3}{x^4}\)
Answer: \(-3x^{-4}\) or \(-\frac{3}{x^4}\)
Example 6: Fraction Form
Problem: Find \(\frac{d}{dx}\left[\frac{2}{x^2} - \frac{1}{x}\right]\)
Solution:
- Rewrite with negative exponents: \(2x^{-2} - x^{-1}\)
- Apply power rule to each term:
- \(\frac{d}{dx}[2x^{-2}] = 2(-2)x^{-3} = -4x^{-3}\)
- \(\frac{d}{dx}[-x^{-1}] = -1(-1)x^{-2} = x^{-2}\)
- Combine: \(-4x^{-3} + x^{-2}\)
- Rewrite as fractions (optional): \(-\frac{4}{x^3} + \frac{1}{x^2}\)
Answer: \(-4x^{-3} + x^{-2}\) or \(\frac{1}{x^2} - \frac{4}{x^3}\)
🔢 Power Rule with Fractional Exponents
To use the power rule on roots, convert to fractional exponents:
| Radical Form | Exponent Form |
|---|---|
| \(\sqrt{x}\) | \(x^{1/2}\) |
| \(\sqrt[3]{x}\) | \(x^{1/3}\) |
| \(\sqrt[n]{x}\) | \(x^{1/n}\) |
| \(\sqrt{x^3}\) | \(x^{3/2}\) |
| \(\sqrt[3]{x^2}\) | \(x^{2/3}\) |
General Rule:
Example 7: Square Root
Problem: Find \(\frac{d}{dx}[\sqrt{x}]\)
Solution:
- Rewrite: \(\sqrt{x} = x^{1/2}\)
- Apply power rule: \(\frac{1}{2}x^{1/2 - 1} = \frac{1}{2}x^{-1/2}\)
- Simplify exponent: \(\frac{1}{2} - 1 = \frac{1}{2} - \frac{2}{2} = -\frac{1}{2}\)
- Can rewrite as: \(\frac{1}{2\sqrt{x}}\)
Answer: \(\frac{1}{2}x^{-1/2}\) or \(\frac{1}{2\sqrt{x}}\)
Example 8: More Complex Root
Problem: If \(f(x) = 3\sqrt[3]{x^2}\), find \(f'(x)\)
Solution:
- Rewrite: \(f(x) = 3x^{2/3}\)
- Apply constant multiple and power rule:
\[ f'(x) = 3 \cdot \frac{2}{3}x^{2/3 - 1} = 3 \cdot \frac{2}{3}x^{-1/3} \]
- Simplify: \(f'(x) = 2x^{-1/3}\)
- Can rewrite as: \(\frac{2}{\sqrt[3]{x}}\) or \(\frac{2}{x^{1/3}}\)
Answer: \(f'(x) = 2x^{-1/3}\) or \(\frac{2}{\sqrt[3]{x}}\)
🎯 Mixed Examples (All Types Combined)
Example 9: Everything Together
Problem: Find \(\frac{d}{dx}\left[5x^4 - 3\sqrt{x} + \frac{2}{x^2} + 7\right]\)
Solution:
- Rewrite everything with exponents:
\[ 5x^4 - 3x^{1/2} + 2x^{-2} + 7 \]
- Differentiate term-by-term:
- \(\frac{d}{dx}[5x^4] = 20x^3\)
- \(\frac{d}{dx}[-3x^{1/2}] = -3 \cdot \frac{1}{2}x^{-1/2} = -\frac{3}{2}x^{-1/2}\)
- \(\frac{d}{dx}[2x^{-2}] = 2(-2)x^{-3} = -4x^{-3}\)
- \(\frac{d}{dx}[7] = 0\)
- Combine: \(20x^3 - \frac{3}{2}x^{-1/2} - 4x^{-3}\)
Answer: \(20x^3 - \frac{3}{2\sqrt{x}} - \frac{4}{x^3}\) or \(20x^3 - \frac{3}{2}x^{-1/2} - 4x^{-3}\)
Example 10: Expanded Form
Problem: Find \(\frac{d}{dx}[x(x^2 + 3x - 1)]\)
Solution:
- Expand first: \(x \cdot x^2 + x \cdot 3x - x \cdot 1 = x^3 + 3x^2 - x\)
- Now differentiate:
\[ \frac{d}{dx}[x^3 + 3x^2 - x] = 3x^2 + 6x - 1 \]
Answer: \(3x^2 + 6x - 1\)
Note: You can also use the product rule (Topic 2.6), but expanding and using the power rule is usually easier!
⚠️ Special Cases & Important Notes
Critical: Derivative of x
Remember that \(x = x^1\), so:
The derivative of x is 1! This is one of the most commonly forgotten facts.
Critical: Derivative of a Constant
Any number by itself (no variable) has derivative zero:
Examples: \(\frac{d}{dx}[5] = 0\), \(\frac{d}{dx}[-100] = 0\), \(\frac{d}{dx}[\pi] = 0\)
📝 Important Distinction:
- \(\frac{d}{dx}[5x]\) = 5 (constant times x)
- \(\frac{d}{dx}[5]\) = 0 (just a constant)
The presence of the variable x makes all the difference!
📋 Quick Reference: Common Derivatives
| Function f(x) | Derivative f'(x) |
|---|---|
| \(x^n\) | \(nx^{n-1}\) |
| \(x\) | \(1\) |
| \(c\) (constant) | \(0\) |
| \(\sqrt{x} = x^{1/2}\) | \(\frac{1}{2\sqrt{x}}\) |
| \(\frac{1}{x} = x^{-1}\) | \(-\frac{1}{x^2}\) |
| \(\frac{1}{x^2} = x^{-2}\) | \(-\frac{2}{x^3}\) |
| \(\sqrt[3]{x} = x^{1/3}\) | \(\frac{1}{3x^{2/3}}\) |
| \(x^2\) | \(2x\) |
| \(x^3\) | \(3x^2\) |
| \(x^4\) | \(4x^3\) |
💡 Tips, Tricks & Strategies
✅ Essential Tips
- Always rewrite first: Convert roots to fractional exponents and fractions to negative exponents before differentiating
- Term-by-term approach: Break polynomials into separate terms and differentiate each one
- Constants disappear: Any term without a variable becomes zero
- Simplify exponents carefully: \(\frac{1}{2} - 1 = -\frac{1}{2}\), not \(\frac{1}{1}\)
- Check your signs: Negative exponents stay negative after differentiation
- Final form flexibility: Both \(x^{-2}\) and \(\frac{1}{x^2}\) are correct—choose what the problem asks for
🎯 Step-by-Step Checklist
For ANY differentiation problem using the power rule:
- REWRITE: Convert all roots and fractions to exponent form
- SEPARATE: Break into individual terms (sum/difference rule)
- IDENTIFY: Find constants and exponents for each term
- APPLY: Use power rule: multiply by exponent, subtract 1
- CONSTANTS: Pull out constant multiples, turn standalone constants to zero
- SIMPLIFY: Combine like terms and simplify exponents
- REFORMAT: Convert back to roots/fractions if needed
🔥 Memory Tricks
Power Rule Mnemonic:
"Drop Down, Subtract One"
- Drop Down: Bring the exponent down as a coefficient
- Subtract One: Reduce the exponent by 1
Four-Word Summary:
"Multiply, Drop, Subtract, Done!"
❌ Common Mistakes to Avoid
- Mistake 1: Forgetting to subtract 1 from the exponent → \(\frac{d}{dx}[x^3] \neq 3x^3\) (wrong!), it's \(3x^2\)
- Mistake 2: Thinking \(\frac{d}{dx}[x] = x\) or 0 (wrong!) → Correct: \(\frac{d}{dx}[x] = 1\)
- Mistake 3: Not converting roots/fractions to exponents first
- Mistake 4: Forgetting the constant multiple: \(\frac{d}{dx}[5x^3] = 5 \cdot 3x^2 = 15x^2\), not \(3x^2\)
- Mistake 5: Treating constants like variables: \(\frac{d}{dx}[7] = 0\), not 7
- Mistake 6: Adding instead of subtracting 1: \(x^n \to nx^{n-1}\), not \(nx^{n+1}\)
- Mistake 7: Messing up negative exponent arithmetic: \(-2 - 1 = -3\), not \(-1\)
- Mistake 8: Not simplifying fractions: \(\frac{3}{2}x^2\) is simplified, \(3 \cdot \frac{1}{2}x^2\) is not
📝 Practice Problems
Find the derivative of each function:
- \(f(x) = 6x^7\)
- \(g(x) = -4x^3 + 9x^2 - 2x + 5\)
- \(h(x) = \sqrt{x} + \frac{3}{x}\)
- \(k(x) = 5\sqrt[3]{x^2} - \frac{2}{x^4}\)
- \(f(x) = (x + 1)(x - 2)\) (Hint: expand first)
Answers:
- \(f'(x) = 42x^6\)
- \(g'(x) = -12x^2 + 18x - 2\)
- \(h'(x) = \frac{1}{2\sqrt{x}} - \frac{3}{x^2}\) or \(\frac{1}{2}x^{-1/2} - 3x^{-2}\)
- \(k'(x) = \frac{10}{3x^{1/3}} + \frac{8}{x^5}\) or \(\frac{10}{3}x^{-1/3} + 8x^{-5}\)
- Expand: \(f(x) = x^2 - x - 2\), so \(f'(x) = 2x - 1\)
✏️ AP® Exam Success Tips
What the AP® Exam Expects:
- Show the rewriting step: Write \(\sqrt{x} = x^{1/2}\) before differentiating
- Simplify completely: Combine like terms and simplify coefficients
- Use proper notation: Write \(f'(x)\) or \(\frac{dy}{dx}\) clearly
- Both forms accepted: \(x^{-2}\) and \(\frac{1}{x^2}\) are both correct final answers
- Watch for constants: Don't forget that standalone constants have derivative zero
- Calculator note: On calculator sections, you can use nDeriv, but show work for full credit on FRQ
- Don't skip steps: On FRQ, graders want to see your application of rules
Common FRQ Formats:
- "Find f'(x) for the function f(x) = ..."
- "Find the derivative of..." (then simplify)
- "Find dy/dx if y = ..."
- "Find the slope of the tangent line at x = a" (requires evaluating derivative)
- "Find an equation of the tangent line..." (use point-slope with derivative as slope)
- "At what rate is... changing when x = ..." (evaluate derivative at given point)
⚡ Quick Reference Card
| Rule Name | Formula |
|---|---|
| Power Rule | \(\frac{d}{dx}[x^n] = nx^{n-1}\) |
| Constant Rule | \(\frac{d}{dx}[c] = 0\) |
| Constant Multiple | \(\frac{d}{dx}[cf(x)] = c \cdot f'(x)\) |
| Sum Rule | \(\frac{d}{dx}[f + g] = f' + g'\) |
| Difference Rule | \(\frac{d}{dx}[f - g] = f' - g'\) |
Key Conversions: \(\sqrt{x} = x^{1/2}\) | \(\frac{1}{x} = x^{-1}\) | \(\frac{d}{dx}[x] = 1\)
🔗 Why This Topic Matters
Topic 2.5 connects to:
- Topic 2.6: Product and quotient rules extend these basic rules
- Topic 2.7: Derivatives of sin, cos, e^x, ln x combine with power rule
- Topic 2.8: Chain rule uses power rule as inner step
- Unit 3: Finding critical points requires taking derivatives
- Unit 4: Motion problems use derivatives of position functions
- Unit 5: Integration is "reverse" of differentiation
- All calculus: Power rule is the foundation for EVERYTHING!
Remember: The Power Rule \(\frac{d}{dx}[x^n] = nx^{n-1}\) works for any real exponent (positive, negative, fractional). Always rewrite roots as fractional exponents and fractions as negative exponents before applying the rule. Combine with the Constant Rule (derivative of constant = 0), Constant Multiple Rule (pull out constants), and Sum/Difference Rules (differentiate term-by-term) to handle any polynomial or power function. The power rule is your most powerful tool in calculus—master it completely! Drop the exponent down, subtract one, simplify, and you're done! 🎯✨