Power Rule

The Power Rule states that the derivative of xnx^n is nxn1nx^{n-1}, making it the essential tool for differentiating any polynomial expression.

ddxxn=nxn1\frac{d}{dx}x^{n} = nx^{n-1}

Solve a problem with Power Rule

Type the problem. The solver will use Power Rule where Power Rule is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Power Rule takes
nn
xx
Power Rule
SymbolMeaning
nnThe exponent (power) in xnx^n; a real-number constant that determines the degree of the term; if confused with the coefficient multiplying xnx^n, you will apply the rule backwards.
xxThe independent variable of the function being differentiated; if treated as a constant or confused with the exponent nn, the rule fails to produce the correct derivative.

When to use it

Reach for the Power Rule whenever you need to differentiate a term of the form xnx^n where nn is a constant.

Level

Usually taught in: Calculus I · Appears on: AP Calculus

Worked examples

1. Differentiate a simple power

Problem

Find the derivative of f(x)=x5f(x) = x^5.
  1. ddxx5\frac{d}{dx}x^5

    We want to find the derivative of x5x^5 using the Power Rule.

  2. 5x515 \cdot x^{5-1}

    Apply the Power Rule: bring down the exponent n=5n = 5 and reduce the power by 1.

  3. 5x45x^4

    Simplify the exponent: 51=45 - 1 = 4.

Answer: 5x45x^4

This is a straightforward application of the Power Rule. We multiplied the coefficient (which is 1) by the exponent 5 and reduced the power from 5 to 4. This is the most direct use case for the rule.

2. Differentiate with negative and fractional exponents

Problem

Find the derivative of g(x)=x3+4x1/2g(x) = x^{-3} + 4x^{1/2}.
  1. ddxx3+ddx(4x1/2)\frac{d}{dx}x^{-3} + \frac{d}{dx}(4x^{1/2})

    The derivative of a sum is the sum of derivatives, so we apply the Power Rule to each term separately.

  2. (3)x31+412x1/21(-3) \cdot x^{-3-1} + 4 \cdot \frac{1}{2} \cdot x^{1/2 - 1}

    For the first term, n=3n = -3; for the second, bring down 12\frac{1}{2} while keeping the coefficient 4.

  3. 3x4+2x1/2-3x^{-4} + 2x^{-1/2}

    Simplify: 3x4=3x4-3 \cdot x^{-4} = -3x^{-4} and 412=24 \cdot \frac{1}{2} = 2, giving 2x1/22x^{-1/2}.

Answer: 3x4+2x1/2-3x^{-4} + 2x^{-1/2}

This example shows that the Power Rule applies to negative exponents and fractional exponents alike. Many students worry these cases are different, but the rule works identically. Notice that we separately apply the rule to each term of the sum and keep coefficients in front.

3. Find a rate of change in a basketball context

Problem

A player's total points accumulated through tt games in a season is modeled by P(t)=18t2+5tP(t) = 18t^2 + 5t. What is the rate of change of total points when the player is in their 3rd game?
  1. P(t)=ddt(18t2+5t)P'(t) = \frac{d}{dt}(18t^2 + 5t)

    To find the instantaneous rate of change (points per game), we compute the derivative.

  2. 182t21+51t1118 \cdot 2 \cdot t^{2-1} + 5 \cdot 1 \cdot t^{1-1}

    Apply the Power Rule to each term: for 18t218t^2, the exponent is n=2n = 2; for 5t5t, the exponent is n=1n = 1.

  3. 36t+536t + 5

    Simplify: 182=3618 \cdot 2 = 36, t1=tt^1 = t, and t0=1t^0 = 1, so 51t0=55 \cdot 1 \cdot t^0 = 5.

  4. P(3)=36(3)+5=108+5=113P'(3) = 36(3) + 5 = 108 + 5 = 113

    Substitute t=3t = 3 to find the rate at the 3rd game: 36×3=10836 \times 3 = 108, and 108+5=113108 + 5 = 113.

Answer: P(3)=113 points per gameP'(3) = 113 \text{ points per game}

In a real context, derivatives tell us how a quantity is changing at a specific instant. Here, after 3 games, the player is accumulating points at a rate of 113 points per game—in other words, the model predicts that at game 3, adding one more game would add roughly 113 points to the season total. This shows the Power Rule's use outside pure mathematics.

Common mistakes

Where Power Rule usually goes wrong
Answer came out wrong
ddxx3=3x3\frac{d}{dx}x^3 = 3x^3
Always subtract 1 from the exponent: the correct derivative is ddxx3=3x31=3x2\frac{d}{dx}x^3 = 3 \cdot x^{3-1} = 3x^2.
ddx(5x4)=20x4\frac{d}{dx}(5x^4) = 20x^4
The coefficient multiplies the exponent, but the power itself must drop by 1: ddx(5x4)=54x41=20x3\frac{d}{dx}(5x^4) = 5 \cdot 4x^{4-1} = 20x^3.
ddxx1/2=12x1/2\frac{d}{dx}x^{1/2} = \frac{1}{2}x^{1/2}
The Power Rule applies to all real exponents: ddxx1/2=12x1/21=12x1/2\frac{d}{dx}x^{1/2} = \frac{1}{2} \cdot x^{1/2 - 1} = \frac{1}{2}x^{-1/2}.
The mistakeWhy it is wrongThe fix
ddxx3=3x3\frac{d}{dx}x^3 = 3x^3The exponent was brought down but not subtracted from the power; this violates the second, essential part of the Power Rule.Always subtract 1 from the exponent: the correct derivative is ddxx3=3x31=3x2\frac{d}{dx}x^3 = 3 \cdot x^{3-1} = 3x^2.
ddx(5x4)=20x4\frac{d}{dx}(5x^4) = 20x^4The coefficient 5 and exponent 4 were multiplied correctly, but the exponent in the final answer was not reduced by 1.The coefficient multiplies the exponent, but the power itself must drop by 1: ddx(5x4)=54x41=20x3\frac{d}{dx}(5x^4) = 5 \cdot 4x^{4-1} = 20x^3.
ddxx1/2=12x1/2\frac{d}{dx}x^{1/2} = \frac{1}{2}x^{1/2}The fractional exponent 12\frac{1}{2} was brought down but not subtracted from itself; many students think fractions are exempt.The Power Rule applies to all real exponents: ddxx1/2=12x1/21=12x1/2\frac{d}{dx}x^{1/2} = \frac{1}{2} \cdot x^{1/2 - 1} = \frac{1}{2}x^{-1/2}.

Tips and when to use something else

  • The Power Rule works for any constant exponent nn, including negative numbers, fractions, and zero; if nn itself depends on xx (like xxx^x), you will need logarithmic differentiation instead.
  • Always perform both steps: multiply by the exponent AND subtract 1 from it; skipping the second step is the most common mistake.
  • When you see exe^x, sin(x)\sin(x), log(x)\log(x), or any other non-power function, the Power Rule does not apply; these special functions have their own derivative formulas.
  • For negative exponents, it often helps to rewrite xnx^{-n} as 1xn\frac{1}{x^n} before differentiating; you will still get the same answer, but it may feel more intuitive.

Frequently asked questions

Why do we subtract 1 from the exponent in the Power Rule?
The Power Rule comes from applying the limit definition of the derivative to xnx^n. When you expand (x+h)n(x + h)^n using the binomial theorem and take the limit as h0h \to 0, all terms with hh vanish, and you are left with nxn1nx^{n-1}. The 1-1 is not arbitrary—it emerges directly from the algebra of the binomial expansion.
Does the Power Rule work for negative exponents?
Yes, without exception. For example, ddxx2=2x3\frac{d}{dx}x^{-2} = -2x^{-3}, or equivalently 2x3-\frac{2}{x^3}. You can also think of x2x^{-2} as 1x2\frac{1}{x^2} and verify using the quotient rule, but the Power Rule is faster and always correct for any real exponent.
What happens if the exponent is zero?
If f(x)=x0=1f(x) = x^0 = 1 (a constant), the Power Rule gives f(x)=0x1=0f'(x) = 0 \cdot x^{-1} = 0. This is correct—the derivative of the constant function 1 is indeed zero everywhere. The Power Rule seamlessly includes this boundary case.
Can I use the Power Rule on 2x+32x + 3?
Yes. Rewrite the expression as 2x1+3x02x^1 + 3x^0 to see the exponents explicitly. Then apply the Power Rule: 21x0+30x1=2+0=22 \cdot 1 \cdot x^0 + 3 \cdot 0 \cdot x^{-1} = 2 + 0 = 2. The Power Rule handles linear functions perfectly; it recovers the familiar slope.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18