Welcome to the Fast Lane: Basic Derivative Rules

Until now, you may have been finding derivatives using the "Limit Definition" (that long formula with the \(h \to 0\)). While that method is the foundation of calculus, it’s a bit like walking across the country when you could take a jet. In this chapter, we introduce the Power Rule and its companions. These rules are the "shortcuts" that allow you to find derivatives in seconds rather than minutes.

Don't worry if you aren't an algebra pro yet—we will break down the steps and the most common "algebra traps" that students fall into!

Note: These rules cover Topic 2.5 and 2.6 of the AP Calculus AB curriculum.


1. The Constant Rule

The simplest rule of all: The derivative of any constant (a number without a variable) is always zero.

The Formula: If \(f(x) = c\), then \(f'(x) = 0\).

Why does this make sense? Remember that a derivative is just a rate of change (the slope). If you graph a constant like \(y = 5\), it is a horizontal line. A horizontal line has no steepness—its slope is zero everywhere!

Example: If \(y = 10\), then \(\frac{dy}{dx} = 0\). Even if the constant is something scary like \(\pi\) or \(e^2\), as long as there is no \(x\) attached, the derivative is \(0\).

Key Takeaway: Constants don't change, so their "rate of change" is zero.


2. The Power Rule

The Power Rule is the bread and butter of AP Calculus. It allows you to find the derivative of any variable raised to a power.

The Formula: \(\frac{d}{dx}[x^n] = nx^{n-1}\)

Step-by-Step Process:

  1. Take the current exponent (\(n\)) and bring it down to the front as a multiplier.
  2. Subtract exactly \(1\) from the original exponent.

Example: Find the derivative of \(f(x) = x^5\).
1. Bring the \(5\) to the front: \(5x\)
2. Subtract \(1\) from the power: \(5 - 1 = 4\)
3. Result: \(f'(x) = 5x^4\)

Quick Review: Algebra Traps

The AP exam loves to hide the Power Rule behind radicals and fractions. You must rewrite these before you differentiate!

  • Radicals: Rewrite \(\sqrt{x}\) as \(x^{1/2}\). Then use the Power Rule: \(\frac{1}{2}x^{-1/2}\).
  • Fractions: Rewrite \(\frac{1}{x^3}\) as \(x^{-3}\). Then use the Power Rule: \(-3x^{-4}\).

Key Takeaway: "Bring it down, then knock it down by one."


3. The Constant Multiple Rule

What happens if there is already a number in front of the \(x\)? That number (the coefficient) just stays there and waits to be multiplied.

The Formula: \(\frac{d}{dx}[cf(x)] = c \cdot f'(x)\)

Example: Find the derivative of \(y = 3x^4\).
The \(3\) stays put. Bring down the \(4\) from the exponent: \(3 \cdot (4x^3)\).
Final answer: \(\frac{dy}{dx} = 12x^3\).

Analogy: Think of the constant as a passenger in a car. When the derivative "drives" the function, the passenger just hitches a ride and multiplies the final result.


4. Sum and Difference Rules

Calculus is very "friendly" when it comes to addition and subtraction. If you have a long string of terms, you can simply take the derivative of each piece one by one.

The Formula: \(\frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x)\)

Example: Find the derivative of \(f(x) = x^3 + 5x^2 - 7\).
1. Derivative of \(x^3\) is \(3x^2\).
2. Derivative of \(5x^2\) is \(10x\).
3. Derivative of \(-7\) is \(0\).
Result: \(f'(x) = 3x^2 + 10x\).

Key Takeaway: Don't let long polynomials intimidate you. Just handle them one term at a time!


5. Putting It All Together: A Comprehensive Example

Let's find the derivative of \(g(x) = \frac{4}{x^2} + 2\sqrt[3]{x} - 5x + e\).

Step 1: Rewrite for the Power Rule.
\(g(x) = 4x^{-2} + 2x^{1/3} - 5x^1 + e\)
(Note: \(e\) is a constant, roughly 2.718, so it stays as is.)

Step 2: Apply the rules term-by-term.
- For \(4x^{-2}\): Multiply by \(-2\) and subtract \(1 \to -8x^{-3}\).
- For \(2x^{1/3}\): Multiply by \(1/3\) and subtract \(1 \to \frac{2}{3}x^{-2/3}\).
- For \(-5x^1\): Multiply by \(1\) and subtract \(1 \to -5x^0\), which is just \(-5\).
- For \(e\): It's a constant, so the derivative is \(0\).

Step 3: Final Answer.
\(g'(x) = -8x^{-3} + \frac{2}{3}x^{-2/3} - 5\)


6. Common Mistakes to Avoid

  • Mistaking \(e\) or \(\pi\) for variables: Remember, \(\frac{d}{dx}[\pi^2] = 0\), not \(2\pi\). If there is no \(x\), the derivative is zero!
  • The "One-Less" Error: When subtracting \(1\) from a negative exponent, it gets "more negative." For example, the derivative of \(x^{-2}\) is \(-2x^{-3}\), NOT \(-2x^{-1}\).
  • Forgetting to rewrite: Trying to do the Power Rule while a variable is still in the denominator often leads to errors. Always rewrite as \(x^{-n}\) first.


7. AP Exam Pro-Tips

Notation Matters: On the Free-Response Section (FRQ), always label your derivative. If the function is \(f(x)\), write \(f'(x) = ...\). If it is \(y\), write \(\frac{dy}{dx} = ...\). Proper communication (Practice 4) is key to earning full points!

Calculator Usage: In Section I Part B and Section II Part A, you are allowed a graphing calculator. While the calculator can find the numerical derivative at a specific point, you must still be able to find the general derivative expression by hand for the non-calculator sections.

Simplifying: On Multiple-Choice questions, the answer might be simplified. For example, \(-8x^{-3}\) might appear as \(-\frac{8}{x^3}\). Practice your exponent rules so you can recognize your answer in different forms!

Quick Review Box:
- Constant: \(c \to 0\)
- Power: \(x^n \to nx^{n-1}\)
- Constant Multiple: \(cf(x) \to cf'(x)\)
- Sum/Diff: \(f \pm g \to f' \pm g'\)