Introduction: Leaving the Long Way Behind

In your previous lessons, you likely spent some time finding derivatives using the "limit definition"—that long, algebraic process involving \( h \to 0 \). While that definition is the foundation of calculus, you’ll be happy to know that mathematicians have developed "shortcuts" to make finding derivatives much faster and more accurate. These are the Basic Differentiation Rules.

In this chapter, we will master the Constant, Power, Constant Multiple, Sum, and Difference rules. These are the "bread and butter" of AP Calculus BC. Once you learn these, you'll be able to differentiate complex polynomials in seconds rather than minutes!

Note: For derivatives of trigonometric, exponential, or logarithmic functions, see the "Derivatives of \( \sin x \), \( \cos x \), \( e^x \) and \( \ln x \)" chapter.


1. The Constant Rule

The simplest rule of all involves functions that don't change.

The Rule: If \( f(x) = c \), where \( c \) is any real number, then \( f'(x) = 0 \).

In Leibniz Notation: \( \frac{d}{dx}[c] = 0 \)

Why does this work?

Think about the graph of \( f(x) = 5 \). It is a perfectly horizontal line. Since the derivative represents the slope of the tangent line, and the slope of any horizontal line is \( 0 \), the derivative must be \( 0 \).

Examples:
If \( y = 10 \), then \( \frac{dy}{dx} = 0 \).
If \( f(x) = \pi \), then \( f'(x) = 0 \) (Remember, \( \pi \) is just a number!).
If \( g(x) = -2.5 \), then \( g'(x) = 0 \).

Quick Takeaway: The derivative of a "plain old number" is always zero.


2. The Power Rule

This is the most famous rule in calculus. It allows us to differentiate functions where the variable is raised to a power.

The Rule: If \( f(x) = x^n \), where \( n \) is any real number, then \( f'(x) = n \cdot x^{n-1} \).

In Leibniz Notation: \( \frac{d}{dx}[x^n] = n x^{n-1} \)

How to apply it (Step-by-Step):

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

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

Handling "Hidden" Powers

Sometimes functions don't look like powers at first. You must use your algebra skills to rewrite them before applying the Power Rule.

  • Radicals (Roots): Rewrite \( \sqrt{x} \) as \( x^{1/2} \).
    Example: \( \frac{d}{dx}[\sqrt{x}] = \frac{d}{dx}[x^{1/2}] = \frac{1}{2}x^{-1/2} \).
  • Fractions: Rewrite \( \frac{1}{x^n} \) as \( x^{-n} \).
    Example: \( \frac{d}{dx}[\frac{1}{x^3}] = \frac{d}{dx}[x^{-3}] = -3x^{-4} \).

Common Mistake to Avoid: Don't forget that the derivative of \( x \) is \( 1 \). Why? Because \( x \) is \( x^1 \). Using the rule: \( 1 \cdot x^{1-1} = 1 \cdot x^0 = 1 \cdot 1 = 1 \).


3. The Constant Multiple Rule

What happens if there is a number multiplied in front of your variable?

The Rule: If \( g(x) = c \cdot f(x) \), then \( g'(x) = c \cdot f'(x) \).

The Analogy:

If you have a hill and you make it twice as steep, the slope at every point doubles. The constant just "tags along" for the ride.

Example: Find the derivative of \( f(x) = 7x^4 \).
Keep the \( 7 \) where it is, and differentiate \( x^4 \) using the Power Rule:
\( f'(x) = 7 \cdot (4x^3) \)
\( f'(x) = 28x^3 \)

Quick Tip: You can simply multiply the "old" exponent by the constant in front! (\( 7 \times 4 = 28 \)).


4. The Sum and Difference Rules

These rules tell us that when we have functions added or subtracted together, we can just take their derivatives one piece at a time.

The Rules:
\( \frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x) \)
\( \frac{d}{dx}[f(x) - g(x)] = f'(x) - g'(x) \)

Example: Differentiate \( y = x^3 + 5x^2 - 4 \).
Differentiate term by term:
1. Derivative of \( x^3 \) is \( 3x^2 \).
2. Derivative of \( 5x^2 \) is \( 10x \).
3. Derivative of \( -4 \) is \( 0 \).
Final Answer: \( \frac{dy}{dx} = 3x^2 + 10x \).

Did you know? This "term-by-term" approach only works for addition and subtraction. It does not work for multiplication or division (you'll need the Product and Quotient rules for those, covered in a later chapter!).


5. Putting it All Together: Strategy for Success

Don't worry if this seems tricky at first; the secret is algebraic preparation. Most students struggle not with the calculus, but with the algebra needed to set up the problem.

Example Walkthrough:

Differentiate \( f(x) = \frac{4}{x^2} + 3\sqrt[3]{x} + 5 \)

Step 1: Rewrite. Make everything look like \( x^n \).
\( f(x) = 4x^{-2} + 3x^{1/3} + 5 \)

Step 2: Differentiate piece by piece.
\( f'(x) = [4 \cdot (-2)x^{-3}] + [3 \cdot (\frac{1}{3})x^{-2/3}] + [0] \)

Step 3: Simplify.
\( f'(x) = -8x^{-3} + 1x^{-2/3} \)

Step 4: Format for the exam. While the above is technically correct, you might see it written like this on a multiple-choice question:
\( f'(x) = -\frac{8}{x^3} + \frac{1}{\sqrt[3]{x^2}} \)


Summary Checklist for Unit 2 Practice

  • Constant Rule: Numbers turn into zero.
  • Power Rule: Bring the power down, then subtract one.
  • Algebra Prep: Convert fractions (\( 1/x \)) and roots (\( \sqrt{x} \)) into exponents before you start.
  • Notation: Be comfortable using both \( f'(x) \) and \( \frac{dy}{dx} \).
  • Calculator Policy: Remember that on Section I Part A and Section II Part B of the AP Exam, you must do these calculations by hand without a calculator!

Key Takeaway: Differentiation is a linear process. You can pull out constants and distribute the derivative across sums and differences. Master the Power Rule, and you have mastered the most frequent operation in all of Calculus!