Study Guide

AP Calculus BC Power Rule

AP Calculus BCΒ· AP Calculus BC CED β€” Differentiation: Definition and Fundamental PropertiesΒ· 14 min read

1. Definition and Basic Power Ruleβ˜…β˜†β˜†β˜†β˜†β± 4 min

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 where is any real constant, eliminating the need for the limit definition for every problem.

πŸ“˜ Definition

Power Rule for Differentiation

For any real constant exponent , the derivative of is equal to the exponent multiplied by raised to the power of . For a constant multiple , combine with the constant multiple rule for derivatives.

πŸ”¬ Derivation
Goal:

Derive the power rule for positive integer exponents from the limit definition

Starting from:

Difference quotient for

  1. 1

    Expand using the binomial theorem:

  2. 2
    lim⁑hβ†’0(x+h)nβˆ’xnh=lim⁑hβ†’0nxnβˆ’1h+(n2)xnβˆ’2h2+...+hnh\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. 3

    Factor out from all terms in the numerator, cancel with the denominator:

  4. 4
    lim⁑hβ†’0(nxnβˆ’1+(n2)xnβˆ’2h+...+hnβˆ’1)\lim_{h \to 0} \left(nx^{n-1} + \binom{n}{2}x^{n-2}h + ... + h^{n-1}\right)
  5. 5

    All terms except the first contain a factor of , so they approach 0 as .

Result:

The derivative simplifies to , 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

  1. 1
    1. Identify the constant coefficient and exponent .
  2. 2
    1. Multiply the coefficient by the exponent: .
  3. 3
    1. Subtract 1 from the original exponent to get the new exponent: .
  4. 4
    1. Write the final derivative:
  5. 5
    fβ€²(x)=28x3f'(x) = 28x^3

2. Power Rule for Negative and Rational Exponentsβ˜…β˜…β˜†β˜†β˜†β± 4 min

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:

1xk=xβˆ’kandxkm=xk/m\frac{1}{x^k} = x^{-k} \quad \text{and} \quad \sqrt[m]{x^k} = x^{k/m}
πŸ“ Worked Example

Find the derivative of

  1. 1
    1. Rewrite all terms with explicit exponents:
  2. 2
    4x=4xβˆ’1/2,βˆ’3x2=βˆ’3x2,8=8x0\frac{4}{\sqrt{x}} = 4x^{-1/2}, \quad -3x^2 = -3x^2, \quad 8 = 8x^0
  3. 3
    1. Differentiate term by term:
  4. 4

    First term:

  5. 5

    Second term:

  6. 6

    Third term:

  7. 7
    1. Simplify back to radical form for the final answer:
  8. 8
    gβ€²(x)=βˆ’2x3βˆ’6xg'(x) = -\frac{2}{\sqrt{x^3}} - 6x

3. Applications: Polynomials and Tangent Line Problemsβ˜…β˜…β˜†β˜†β˜†β± 3 min

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 at

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

4. AP-Style Concept Checkβ˜…β˜…β˜†β˜†β˜†β± 3 min

βœ“ Quick check

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

  1. Which of the following is equal to the derivative of ?

    • 12x^5 - \frac{1}{3}\sqrt[3]{x^2}}

    Reveal answer
    1 β€”

    Correct. Split the fraction to get , apply power rule to get the final result.

  2. Let , where are constants. (a) Find using the power rule. (b) Given that has horizontal tangent lines at and , , and , find the values of . (c) What is the slope of the tangent line to at ?

    Reveal answer
    [ "(a) $f'(x) = 3ax^2 + 2bx + c$", "(b) $a = -\\frac{6}{7}, b = -\\frac{9}{7}, c = \\frac{36}{7}, d = 1$", "(c) Slope = $\\frac{36}{7}$" ] β€”

    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.

5. Common Pitfalls

Wrong move:

Differentiating to get

Why:

Forgot that reciprocals are negative exponents, applied power rule to the positive exponent in the denominator

Correct move:

Rewrite as first: derivative is

Wrong move:

Differentiating to get

Why:

Confused coefficient and exponent: only subtracted 1 from the coefficient instead of multiplying the coefficient by the exponent

Correct move:

Label : new coefficient , new exponent , so

Wrong move:

Differentiating to get

Why:

Treated the constant term as instead of

Correct move:

Any constant , so applying the power rule gives derivative , so all constant terms disappear

Wrong move:

Differentiating to get

Why:

Confused power functions (variable base, constant exponent) with exponential functions (constant base, variable exponent), applied the power rule where it does not belong

Correct move:

Only use the power rule for power functions with constant exponent; exponential functions require the separate exponential derivative rule

Wrong move:

Applying product rule to unnecessarily, leading to extra steps and higher error risk

Why:

Did not simplify the function by combining exponents before differentiating

Correct move:

Combine exponents first: , then apply the power rule directly for a faster, less error-prone calculation

6. Quick Reference Cheatsheet

Category

Formula/Rule

Key Notes

Basic Power Rule

Any real constant ; if

Constant Multiple Power Rule

is any constant, is any real constant exponent

Reciprocal Rewrite

Always rewrite before differentiation to avoid sign errors

Radical Rewrite

Rewrite as rational exponent before differentiation

Derivative of a Constant

Special case of power rule:

Derivative of Linear Term

Exponent of is 1, so derivative equals the slope

Differentiating Polynomials

Differentiate each term individually

Power Rule vs Exponential Rule

Power rule does not apply to

Only use for constant exponents; exponential functions need a separate rule

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Differentiate rational power function

  • 2022 Β· FRQ

    Find tangent line to polynomial

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.