Now that you understand what a derivative is, it's time to learn how to compute derivatives quickly without using the limit definition every time. These basic rules are the foundation for all differentiation you'll do in AP Calculus.

🎯 In this section you will learn

📋 The Basic Rules (Reference Table)

RuleFormulaExample
Power Rule$\frac{d}{dx}x^n = nx^{n-1}$$\frac{d}{dx}x^5 = 5x^4$
Constant Multiple Rule$\frac{d}{dx}[c \cdot f(x)] = c \cdot f'(x)$$\frac{d}{dx}(3x^2) = 6x$
Sum Rule$\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)$$\frac{d}{dx}(x^2 + x^3) = 2x + 3x^2$
Difference Rule$\frac{d}{dx}[f(x) - g(x)] = f'(x) - g'(x)$$\frac{d}{dx}(x^2 - x^3) = 2x - 3x^2$
Derivative of $e^x$$\frac{d}{dx}e^x = e^x$$\frac{d}{dx}(2e^x) = 2e^x$
Derivative of $\ln x$$\frac{d}{dx}\ln x = \frac{1}{x}$$\frac{d}{dx}(5\ln x) = \frac{5}{x}$

📌 The Power Rule in Depth

The power rule is the workhorse of differentiation. For any real number $n$:

$$ \frac{d}{dx}x^n = n \cdot x^{n-1} $$

This works for positive integers, negative integers, fractions — any real exponent!

Example 1Power Rule with Positive Exponents
Example 2Power Rule with Negative Exponents
Example 3Power Rule with Fractional Exponents (Roots)

📌 Constant Multiple Rule

Constants "come along for the ride" — they multiply the derivative:

$$ \frac{d}{dx}[c \cdot f(x)] = c \cdot \frac{d}{dx}f(x) $$
Example 4Constant Multiple Rule

📌 Sum and Difference Rules

You can differentiate term by term:

$$ \frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x) $$ $$ \frac{d}{dx}[f(x) - g(x)] = f'(x) - g'(x) $$
Example 5Combining the Rules

Find $\frac{d}{dx}(3x^5 - 2x^3 + 4x - 7)$.

Differentiate each term
$\frac{d}{dx}3x^5 = 15x^4$
Next term
$\frac{d}{dx}(-2x^3) = -6x^2$
Next term
$\frac{d}{dx}(4x) = 4$
Constant term
$\frac{d}{dx}(-7) = 0$
Combine
$\frac{d}{dx}(3x^5 - 2x^3 + 4x - 7) = 15x^4 - 6x^2 + 4$

📌 Derivatives of $e^x$ and $\ln x$

These two functions have special derivatives that you must memorize:

$$ \frac{d}{dx}e^x = e^x \qquad \text{and} \qquad \frac{d}{dx}\ln x = \frac{1}{x} \;\; (x > 0) $$
Example 6Derivatives with $e^x$
Example 7Derivatives with $\ln x$
⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page