Study Guide

AP Calculus AB Power rule

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

1. Core Power Rule for Positive Integer Exponentsβ˜…β˜…β˜†β˜†β˜†β± 4 min

The power rule is the most fundamental differentiation shortcut for AP Calculus AB, allowing you to compute derivatives of power functions without using the limit definition every time. A power function is any function of the form , where is a constant coefficient and is any real number. This topic makes up 10-12% of Unit 2 exam score.

πŸ“˜ Definition

Power Rule (with Constant Multiple)

ddx[cxn]=cnxnβˆ’1\frac{d}{dx}[cx^n] = cn x^{n-1}

For any constant and real number , the derivative of is found by multiplying the coefficient by the exponent, then subtracting 1 from the exponent. A constant term (where ) has a derivative of 0.

Example:

has derivative .

πŸ“ Worked Example

Find the derivative of , then evaluate .

  1. 1

    Split the function into individual terms using the sum/difference rule, differentiate each separately:

  2. 2
    fβ€²(x)=ddx(4x5)βˆ’ddx(7x3)+ddx(12)f'(x) = \frac{d}{dx}(4x^5) - \frac{d}{dx}(7x^3) + \frac{d}{dx}(12)
  3. 3

    Apply the power rule to the first term: , , multiply coefficient by exponent and subtract 1 from the exponent:

  4. 4
    4β‹…5x5βˆ’1=20x44 \cdot 5 x^{5-1} = 20x^4
  5. 5

    Apply the power rule to the second term: , :

  6. 6
    7β‹…3x3βˆ’1=21x27 \cdot 3 x^{3-1} = 21x^2
  7. 7

    Apply the power rule to the constant term: , so derivative is:

  8. 8
    12β‹…0xβˆ’1=012 \cdot 0 x^{-1} = 0
  9. 9

    Combine terms to get the general derivative, then evaluate at :

  10. 10
    fβ€²(x)=20x4βˆ’21x2β€…β€ŠβŸΉβ€…β€Šfβ€²(1)=20(1)βˆ’21(1)=βˆ’1f'(x) = 20x^4 - 21x^2 \implies f'(1) = 20(1) - 21(1) = -1

Exam tip:

Always compute the general derivative first before plugging in the -value for evaluation. Never substitute the -value into the original function before differentiating, as this will always incorrectly give you a slope of zero.

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

The power rule works for any real exponent, not just positive integers. This is one of the most frequently tested aspects of the rule on the AP exam, because it requires you to first rewrite radicals and reciprocals using exponent rules before applying differentiation.

Reciprocals rewrite to , and -th roots rewrite to . After rewriting, you apply the power rule exactly the same way as for positive integers.

πŸ“ Worked Example

Find the derivative of .

  1. 1

    First rewrite all terms with standard exponents:

  2. 2
    g(x)=6xβˆ’3βˆ’4x1/4+9x1g(x) = 6x^{-3} - 4x^{1/4} + 9x^1
  3. 3

    Differentiate the first term, with :

  4. 4
    6(βˆ’3)xβˆ’3βˆ’1=βˆ’18xβˆ’46(-3)x^{-3-1} = -18x^{-4}
  5. 5

    Differentiate the second term, with :

  6. 6
    βˆ’4(14)x(1/4βˆ’1)=βˆ’1xβˆ’3/4-4\left(\frac{1}{4}\right)x^{(1/4 - 1)} = -1x^{-3/4}
  7. 7

    Differentiate the third term, with :

  8. 8
    9(1)x0=99(1)x^{0} = 9
  9. 9

    Rewrite back to the original radical/reciprocal form for the final answer:

  10. 10
    gβ€²(x)=βˆ’18x4βˆ’1x34+9g'(x) = -\frac{18}{x^4} - \frac{1}{\sqrt[4]{x^3}} + 9

Exam tip:

Always explicitly write out your exponent subtraction step on paper for negative/fractional exponents. It is extremely common to accidentally subtract 1 from the coefficient instead of the exponent, or get the sign of the new exponent wrong.

3. Finding Tangent Lines with the Power Ruleβ˜…β˜…β˜…β˜†β˜†β± 3 min

A very common AP exam question asks you to find the equation of a tangent line to a power function curve at a given point. A tangent line to at has two key properties: it passes through the point , and its slope equals the derivative , which you can compute quickly with the power rule. Once you have slope and a point, use point-slope form to write the final equation.

πŸ“ Worked Example

Find the equation of the tangent line to at .

  1. 1

    First find the -coordinate of the point by plugging into the original function:

  2. 2
    y=2(23)βˆ’4(2)+3=11,sothetangentpassesthrough(2,11)y = 2(2^3) - 4(2) + 3 = 11, so the tangent passes through (2, 11)
  3. 3

    Compute the derivative using the power rule:

  4. 4
    yβ€²=2(3)x2βˆ’4(1)x0+0=6x2βˆ’4y' = 2(3)x^2 - 4(1)x^0 + 0 = 6x^2 - 4
  5. 5

    Calculate the slope by evaluating the derivative at :

  6. 6
    m=yβ€²(2)=6(22)βˆ’4=20m = y'(2) = 6(2^2) - 4 = 20
  7. 7

    Substitute into point-slope form, then simplify to slope-intercept form:

  8. 8
    yβˆ’11=20(xβˆ’2)β€…β€ŠβŸΉβ€…β€Šy=20xβˆ’29y - 11 = 20(x - 2) \implies y = 20x - 29

Exam tip:

Never forget to calculate the -coordinate from the original function. Many students only use the derivative to get slope and the given -coordinate, leading to an incorrect -intercept for the tangent line.

4. AP-Style Worked Practice Problemsβ˜…β˜…β˜…β˜…β˜†β± 3 min

πŸ“ Worked Example

Multiple Choice: Which of the following is the derivative of ?

  1. 1

    First simplify the original function by dividing each term by to write it as a sum of power terms:

  2. 2
    f(x)=3x42xβˆ’x2x=32x3βˆ’12xβˆ’1/2f(x) = \frac{3x^4}{2x} - \frac{\sqrt{x}}{2x} = \frac{3}{2}x^3 - \frac{1}{2}x^{-1/2}
  3. 3

    Apply the power rule to each term: Derivative of is .

  4. 4

    Derivative of is .

  5. 5

    Combine terms for the final derivative, which matches option A:

  6. 6
    fβ€²(x)=92x2βˆ’14xxf'(x) = \frac{9}{2}x^2 - \frac{1}{4x\sqrt{x}}
πŸ“ Worked Example

Application: The total cost (in dollars) to produce units of coffee mugs is , where is fixed cost. Marginal cost is the derivative of total cost. Find marginal cost at and interpret the result.

  1. 1

    Differentiate term by term using the power rule:

  2. 2
    MC(x)=Cβ€²(x)=0+2(1)x0+0.01(2)x1=2+0.02xMC(x) = C'(x) = 0 + 2(1)x^0 + 0.01(2)x^{1} = 2 + 0.02x
  3. 3

    Evaluate at :

  4. 4
    MC(100)=2+0.02(100)=4MC(100) = 2 + 0.02(100) = 4
  5. 5

    Interpretation: After producing 100 mugs, the cost to produce one additional coffee mug is approximately $4.

5. Common Pitfalls

Wrong move:

Differentiating to get .

Why:

Forgets to multiply the original coefficient by the exponent, only subtracts 1 from the exponent.

Correct move:

Always multiply the original coefficient by the exponent first, then subtract 1 from the exponent, giving .

Wrong move:

Differentiating to get .

Why:

Incorrectly subtracts 1 from a negative exponent, resulting in a less negative exponent instead of a more negative one.

Correct move:

Explicitly compute the new exponent on paper: , so the correct derivative is .

Wrong move:

Leaving the derivative of as .

Why:

Forgets that a constant term has a derivative of zero, since it can be written as .

Correct move:

Mark all constant terms first, write their derivative as 0 before differentiating variable terms, giving .

Wrong move:

Differentiating to get .

Why:

Forgets that the constant coefficient needs to be multiplied into the derivative.

Correct move:

Rewrite as , so derivative is .

Wrong move:

Rewriting as , then differentiating to get .

Why:

Incorrectly multiplies the exponent with the coefficient, flipping the order of operations.

Correct move:

Compute new coefficient first: , then new exponent: , so correct derivative is .

6. Quick Reference Cheatsheet

Category

Formula

Notes

Basic Power Rule

\frac{d}{dx}[x^n] = n x^{n-1}

Works for any real (integer, fraction, negative)

Power Rule + Constant Multiple

\frac{d}{dx}[cx^n] = cn x^{n-1}

Always multiply original coefficient by

Derivative of a Constant

\frac{d}{dx}[c] = 0

Follows from power rule:

Reciprocal Term Derivative

\frac{d}{dx}\left[\frac{1}{x^k}\right] = -\frac{k}{x^{k+1}}

Rewrite as before applying rule

nth Root Derivative

\frac{d}{dx}\left[\sqrt[k]{x}\right] = \frac{1}{k x^{\frac{k-1}{k}}}

Rewrite as before applying rule

Tangent Line at

y - f(a) = f'(a)(x - a)

= slope, = y-coordinate

Derivative of Linear Term

\frac{d}{dx}[mx + b] = m

Derivative of is , derivative of is 0

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 fractional power function

  • 2022 Β· FRQ

    Find tangent line to polynomial

What's Next

The power rule is the foundational building block for every differentiation technique you will learn for the rest of the AP Calculus AB course. Next, you will combine the power rule with the product rule, quotient rule, and eventually the chain rule to differentiate more complex functions, including products of functions, rational functions, and composite functions. Without mastering the power ruleβ€”including correctly handling negative and fractional exponentsβ€”none of these more advanced techniques will be possible, as every differentiation ultimately reduces to applying the power rule to individual terms. Beyond differentiation, the power rule is also critical for integration, where you reverse the power rule to find antiderivatives for polynomial and power functions, a core skill for the integral units later in the course.