# AP Calculus BC Power Rule

> AP Calculus BC · Differentiation: Definition and Fundamental Properties
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u2-power-rule/

This guide covers the power rule for differentiation for all real constant exponents, including negative and rational exponents, application to polynomial differentiation and tangent line problems, and common pitfalls for AP Calculus BC.

**Prerequisites:** Limit definition of the derivative; Algebra of exponents; Sum and difference rules for derivatives

## Learning objectives

- Apply the power rule to differentiate any power function with constant exponent
- Rewrite reciprocals and radicals as exponents to apply the power rule
- Differentiate polynomials using the power rule and sum/difference rules
- Solve tangent line problems using the power rule
- Distinguish between when to use power rule vs exponential derivative rule

## Definition and Basic Power Rule

The power rule is the most fundamental differentiation shortcut in calculus, core to AP Calculus BC Unit 2 (10-12% of total exam score). It applies to power functions of the form $f(x) = x^n$ where $n$ is any real constant, eliminating the need for the limit definition for every problem.

**Power Rule for Differentiation** — For any real constant exponent $n$, the derivative of $x^n$ is equal to the exponent multiplied by $x$ raised to the power of $n-1$. For a constant multiple $k x^n$, combine with the constant multiple rule for derivatives.

*Notation:* $\frac{d}{dx}[x^n]$

**Derivation:** Derive the power rule for positive integer exponents from the limit definition

*Starting from:* Difference quotient for $f(x) = x^n$

1. Expand $(x+h)^n$ using the binomial theorem:
2. $$\lim_{h \to 0} \frac{(x+h)^n - x^n}{h} = \lim_{h \to 0} \frac{nx^{n-1}h + \binom{n}{2}x^{n-2}h^2 + ... + h^n}{h}$$
3. Factor out $h$ from all terms in the numerator, cancel with the denominator:
4. $$\lim_{h \to 0} \left(nx^{n-1} + \binom{n}{2}x^{n-2}h + ... + h^{n-1}\right)$$
5. All terms except the first contain a factor of $h$, so they approach 0 as $h \to 0$.

*Conclusion:* The derivative simplifies to $nx^{n-1}$, confirming the rule for positive integer exponents. The rule generalizes to all real constant exponents, confirmed later via logarithmic differentiation.

**Worked example:** Find the derivative of $f(x) = 7x^4$

1. 1. Identify the constant coefficient $k=7$ and exponent $n=4$.
2. 2. Multiply the coefficient by the exponent: $7 \cdot 4 = 28$.
3. 3. Subtract 1 from the original exponent to get the new exponent: $4 - 1 = 3$.
4. 4. Write the final derivative:
5. $$f'(x) = 28x^3$$

> **tip**
>
> Always label the exponent and coefficient explicitly for each term; this avoids confusion when the coefficient is 1 or -1 (written as just $x^n$ or $-x^n$), where it's easy to forget to multiply the coefficient by the exponent.

## Power Rule for Negative and Rational Exponents

A common misconception among students is that the power rule only works for positive integer exponents. On the AP exam, you will regularly encounter reciprocals (which are negative exponents) and roots (which are rational exponents), so it is critical to be comfortable applying the rule to these cases. Before differentiating, always rewrite any reciprocal or root as an explicit power:

$$\frac{1}{x^k} = x^{-k} \quad \text{and} \quad \sqrt[m]{x^k} = x^{k/m}$$

> **tip**
>
> Never try to differentiate directly from radical or fraction form; converting to exponential form first eliminates 90% of common sign and exponent errors on this type of problem.

**Worked example:** Find the derivative of $g(x) = \frac{4}{\sqrt{x}} - 3x^2 + 8$

1. 1. Rewrite all terms with explicit exponents:
2. $$\frac{4}{\sqrt{x}} = 4x^{-1/2}, \quad -3x^2 = -3x^2, \quad 8 = 8x^0$$
3. 2. Differentiate term by term:
4. First term: $4 \cdot (-\frac{1}{2}) x^{-\frac{1}{2} - 1} = -2x^{-3/2}$
5. Second term: $-3 \cdot 2 x^{2-1} = -6x$
6. Third term: $8 \cdot 0 x^{-1} = 0$
7. 3. Simplify back to radical form for the final answer:
8. $$g'(x) = -\frac{2}{\sqrt{x^3}} - 6x$$

## Applications: Polynomials and Tangent Line Problems

The power rule combines with the sum and difference rules for derivatives to let you differentiate any polynomial in just a few steps. A polynomial is simply a sum of constant multiples of power terms, so you differentiate each term individually, then add or subtract the results as needed.

A very common AP exam problem asks you to find the equation of a tangent line to a polynomial at a given point. This requires using the power rule to calculate the slope of the tangent (the derivative at the point), then using point-slope form to write the line.

**Worked example:** Find the equation of the tangent line to $y = 3x^3 - 5x^2 + 2x - 1$ at $x = 1$

1. 1. Differentiate term by term using the power rule:
2. $$y' = 9x^2 - 10x + 2$$
3. 2. Calculate the slope at $x=1$ by substitution:
4. $$y'(1) = 9(1)^2 - 10(1) + 2 = 1$$
5. 3. Calculate the $y$-coordinate of the tangency point from the original function:
6. $$y(1) = 3(1)^3 - 5(1)^2 + 2(1) - 1 = -1$$
7. 4. Use point-slope form and simplify:
8. $$y - (-1) = 1(x - 1) \implies y = x - 2$$

> **tip**
>
> When asked for a tangent line equation, always calculate the $y$-coordinate of the point of tangency from the original function; AP exam readers almost always allocate 1 point for this step, which many students skip.

## AP-Style Concept Check

**Check your understanding**

Test your understanding of the power rule with these AP-style questions:

1. Which of the following is equal to the derivative of $f(x) = \frac{2x^6 - \sqrt[3]{x}}{4}$?

   - $\frac{5}{2}x^4 + \frac{1}{6\sqrt[3]{x^4}}$
   - $3x^5 - \frac{1}{12\sqrt[3]{x^2}}$
   - $3x^5 + \frac{1}{12\sqrt[3]{x^2}}$
   - $12x^5 - \frac{1}{3}\sqrt[3]{x^2}}$

   *Answer:* $3x^5 - \frac{1}{12\sqrt[3]{x^2}}$

   *Why:* Correct. Split the fraction to get $f(x) = \frac{1}{2}x^6 - \frac{1}{4}x^{1/3}$, apply power rule to get the final result.

2. Let $f(x) = ax^3 + bx^2 + cx + d$, where $a, b, c, d$ are constants. (a) Find $f'(x)$ using the power rule. (b) Given that $f$ has horizontal tangent lines at $x=1$ and $x=-2$, $f(0) = 1$, and $f(1) = 4$, find the values of $a, b, c, d$. (c) What is the slope of the tangent line to $f$ at $x=0$?

   *Why:* Horizontal tangents have slope 0, so set the derivative equal to 0 at the given points to solve the system of equations for the constants.

## Common pitfalls

- **Wrong:** Differentiating $\frac{1}{x^4}$ to get $4x^3$
  - Why it fails: Forgot that reciprocals are negative exponents, applied power rule to the positive exponent in the denominator
  - Correct: Rewrite as $x^{-4}$ first: derivative is $-4x^{-5} = -\frac{4}{x^5}$
- **Wrong:** Differentiating $y = 3x^4$ to get $y' = 3x^3$
  - Why it fails: Confused coefficient and exponent: only subtracted 1 from the coefficient instead of multiplying the coefficient by the exponent
  - Correct: Label $k=3, n=4$: new coefficient $= 3 \cdot 4 = 12$, new exponent $= 4 - 1 = 3$, so $y' = 12x^3$
- **Wrong:** Differentiating $f(x) = 2x^2 + 9$ to get $f'(x) = 4x + 9$
  - Why it fails: Treated the constant term $9$ as $9x^1$ instead of $9x^0$
  - Correct: Any constant $c = cx^0$, so applying the power rule gives derivative $c \cdot 0 x^{-1} = 0$, so all constant terms disappear
- **Wrong:** Differentiating $y = 3^x$ to get $y' = x 3^{x-1}$
  - Why it fails: Confused power functions (variable base, constant exponent) with exponential functions (constant base, variable exponent), applied the power rule where it does not belong
  - Correct: Only use the power rule for power functions with constant exponent; exponential functions require the separate exponential derivative rule
- **Wrong:** Applying product rule to $y = x\sqrt{x}$ unnecessarily, leading to extra steps and higher error risk
  - Why it fails: Did not simplify the function by combining exponents before differentiating
  - Correct: Combine exponents first: $x^1 \cdot x^{1/2} = x^{3/2}$, then apply the power rule directly for a faster, less error-prone calculation

## Cheatsheet

| Category | Formula/Rule | Key Notes |
| --- | --- | --- |
| Basic Power Rule | $\frac{d}{dx}[x^n] = nx^{n-1}$ | Any real constant $n$; $x \neq 0$ if $n \leq 1$ |
| Constant Multiple Power Rule | $\frac{d}{dx}[kx^n] = knx^{n-1}$ | $k$ is any constant, $n$ is any real constant exponent |
| Reciprocal Rewrite | $\frac{1}{x^k} = x^{-k}$ | Always rewrite before differentiation to avoid sign errors |
| Radical Rewrite | $\sqrt[m]{x^k} = x^{k/m}$ | Rewrite as rational exponent before differentiation |
| Derivative of a Constant | $\frac{d}{dx}[c] = 0$ | Special case of power rule: $c = cx^0$ |
| Derivative of Linear Term | $\frac{d}{dx}[mx + b] = m$ | Exponent of $x$ is 1, so derivative equals the slope |
| Differentiating Polynomials | $\frac{d}{dx}\left[\sum a_i x^i\right] = \sum i a_i x^{i-1}$ | Differentiate each term individually |
| Power Rule vs Exponential Rule | Power rule does not apply to $a^x$ | Only use for constant exponents; exponential functions need a separate rule |

## What's next

The power rule is the foundational differentiation rule that every other differentiation technique in AP Calculus BC builds on. Every subsequent topic, from product and quotient rules to implicit differentiation, related rates, and differential equations, requires fast, accurate application of the power rule to avoid preventable errors. Mastery of this topic is essential for all questions involving differentiation, which make up a large portion of both sections of the AP BC exam. You will also extend this rule to the reverse power rule for integration, a core technique for polynomials and rational functions later in the course.

- [Product rule](https://www.owlsprep.com/study/ap-calculus-bc-u2-product-rule/)
- [Quotient rule](https://www.owlsprep.com/study/ap-calculus-bc-u2-quotient-rule/)
- [Chain rule](https://www.owlsprep.com/study/ap-calculus-bc-u3-chain-rule/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u2-power-rule/
