Power rule: Differentiate any integer power of x

By Vegard Gjerde Based on Masterful Learning 8 min read
derivative-power-rule calculus derivatives math learning-strategies

The power rule lets you differentiate xnx^n in one step: bring the exponent nn down as a coefficient and reduce the power by one, giving nxn1n x^{n-1}. It applies to expressions of the form xnx^n when nn is an integer — positive, zero, or negative. Recognizing the integer-exponent condition and applying it automatically is a core fluency skill practiced in the Unisium Study System.

Unisium hero image titled Power rule showing the principle equation and a conditions card.
The power rule: ddxxn=nxn1\frac{d}{dx} x^n = n x^{n-1} — valid for all integers nn.

On this page: The Principle | Conditions | Failure Modes | EE Questions | Retrieval Practice | Practice Ground | Solve a Problem | FAQ


The Principle

The move: Bring the integer exponent nn down as a coefficient and reduce the power by one.

The invariant: This rewrites the derivative of xnx^n — expressions with variable base xx and a constant integer exponent nn — into the equivalent form nxn1n x^{n-1}.

Pattern: ddxxnnxn1\frac{d}{dx} x^n \quad \longrightarrow \quad n x^{n-1}

Legal ✓Illegal ✗
ddxx4\frac{d}{dx} x^4; n=4Zn=4 \in \mathbb{Z}4x34x^3ddx2x↛x2x1\frac{d}{dx} 2^x \not\to x \cdot 2^{x-1}; exponent is the variable — condition nZn \in \mathbb{Z} fails

Left: n=4n = 4 is a constant integer — the move is valid. Right: 2x2^x has a constant base and variable exponent; the power rule does not apply and produces a wrong result.


Conditions of Applicability

Condition: nZn \in \mathbb{Z}

Before applying, check: confirm the expression has the form xnx^n — variable base xx and constant integer exponent nn (positive, negative, or zero).

  • The exponent may be any integer: positive (n=1,2,3,n = 1, 2, 3, \ldots), zero (n=0n = 0), or negative (n=1,2,3,n = -1, -2, -3, \ldots).
  • The rule does not cover expressions with a variable exponent such as 2x2^x or exe^x; those require the exponential derivative rules.
  • For non-integer constant exponents such as x1/2x^{1/2} or xπx^{\pi}, a generalized power rule applies but requires separate justification beyond the integer case.

Want the complete framework behind this guide? Read Masterful Learning.


Common Failure Modes

Failure mode: apply the power rule to axa^x (constant base, variable exponent) by treating xx as the exponent to bring down → produces xax1x \cdot a^{x-1} instead of axlnaa^x \ln a.

Debug: ask “is the base the variable xx and the exponent a constant integer?” If yes, use the power rule. If the base is a constant and the exponent involves xx, use the exponential derivative rule instead.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • What does “bring the exponent down” mean algebraically — why does the coefficient become exactly nn, and not some other value?
  • Why does the power reduce by exactly 11 in the result? What does the limit definition for ddxxn\frac{d}{dx} x^n reveal about where that 1-1 comes from?

For the Principle

  • How do you decide whether the power rule applies to a given expression before differentiating?
  • What changes about the procedure when the exponent is negative versus positive — and what stays the same?

Between Principles

  • The derivative constant multiple rule lets you pull a constant factor out of a derivative. How do those two rules combine when differentiating cxnc x^n?

Generate an Example

  • Construct an expression that looks like xnx^n but where the integer power rule does not apply, and explain exactly which part of the condition nZn \in \mathbb{Z} fails.

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the move in one sentence: _____Bring the exponent down as a coefficient and reduce the power by one: the derivative of x^n is n times x^(n-1).
Write the canonical equation: _____ddxxn=nxn1\frac{d}{dx} x^n = n x^{n-1}
State the canonical condition: _____nZn \in \mathbb{Z}

Practice Ground

Use these exercises to build move-selection fluency. (See Self-Explanation for how to use worked examples effectively.)

Procedure Walkthrough

Starting from ddxx3\frac{d}{dx} x^{-3}, reach a simplified derivative expression.

StepExpressionOperation
0ddxx3\frac{d}{dx} x^{-3}
1(3)x31(-3)\, x^{-3-1}Power rule — n=3Zn = -3 \in \mathbb{Z} ✓; bring 3-3 down as coefficient, reduce exponent by 1
23x4-3\, x^{-4}Arithmetic: 31=4-3 - 1 = -4
33x4-\dfrac{3}{x^4}Rewrite negative exponent as fraction

Drills

Forward step (Format A)

Apply the power rule once.

ddxx6\frac{d}{dx} x^6

Reveal

n=6Zn = 6 \in \mathbb{Z} ✓. Bring the exponent down, reduce by one:

6x61=6x56\, x^{6-1} = 6x^5


Apply the power rule once.

ddxx2\frac{d}{dx} x^{-2}

Reveal

n=2Zn = -2 \in \mathbb{Z} ✓. Bring 2-2 down as coefficient, reduce by one:

(2)x21=2x3(-2)\, x^{-2-1} = -2x^{-3}

Equivalently: 2x3-\dfrac{2}{x^3}.


Apply the power rule once.

ddxx1\frac{d}{dx} x^1

Reveal

n=1Zn = 1 \in \mathbb{Z} ✓.

1x11=1x0=11 \cdot x^{1-1} = 1 \cdot x^0 = 1


Can the power rule be applied? Identify the base and exponent, then check the condition.

ddx2x\frac{d}{dx} 2^x

Reveal

No — the condition fails. The expression 2x2^x has a constant base (22) and a variable exponent (xx). The power rule applies to xnx^n where the base is the variable and the exponent is a constant integer. Here the roles are reversed — nZn \in \mathbb{Z} is not satisfied because there is no constant integer exponent.

The correct derivative uses the exponential rule: ddx2x=2xln2\dfrac{d}{dx} 2^x = 2^x \ln 2.


Can the integer power rule be applied? Check the condition and explain your decision.

ddxx1/2\frac{d}{dx} x^{1/2}

Reveal

Not under the integer power rule. The exponent is n=12n = \tfrac{1}{2}, which is not an integer. The condition nZn \in \mathbb{Z} fails.

The expression has exactly the form xnx^n with a constant exponent, making this a near-miss: it looks applicable, but the condition screens it out. A generalized power rule applies when x>0x \gt 0 and gives 12x1/2\tfrac{1}{2} x^{-1/2}, but that requires separate justification beyond the integer case.


Which of the following expressions can be differentiated directly using the integer power rule? Identify which have the form xnx^n with nZn \in \mathbb{Z}.

(i) x5x^5 \quad (ii) 5x5^x \quad (iii) x2x^{-2} \quad (iv) x1/3x^{1/3}

Reveal

(i) and (iii) only.

  • x5x^5: base xx, exponent n=5Zn = 5 \in \mathbb{Z}
  • 5x5^x: constant base, variable exponent — the form is axa^x, not xnx^n
  • x2x^{-2}: base xx, exponent n=2Zn = -2 \in \mathbb{Z}
  • x1/3x^{1/3}: base xx, but n=13Zn = \tfrac{1}{3} \notin \mathbb{Z} — integer condition fails ✗

Both parts of the check matter independently: variable base xx and constant integer exponent. Having one without the other blocks the rule.


Action label (Format B)

What was done between these two steps? Verify whether the move is valid.

ddxx88x7\frac{d}{dx} x^8 \quad \longrightarrow \quad 8x^7

Reveal

Power rule applied. n=8Zn = 8 \in \mathbb{Z} ✓. The exponent 88 was brought down as a coefficient and the power was reduced by one: 81=78 - 1 = 7.


What was done between these two steps? Verify whether the move is valid.

ddxx1x2\frac{d}{dx} x^{-1} \quad \longrightarrow \quad -x^{-2}

Reveal

Power rule applied. n=1Zn = -1 \in \mathbb{Z} ✓. Coefficient: 1-1. Exponent: 11=2-1 - 1 = -2. Result: (1)x2=x2(-1)\,x^{-2} = -x^{-2} ✓.


What was done between these two steps? Verify whether the move is valid.

ddxx00\frac{d}{dx} x^0 \quad \longrightarrow \quad 0

Reveal

Power rule applied. n=0Zn = 0 \in \mathbb{Z} ✓. The rule gives coefficient 00, so the derivative is 00.

Consistency check: x0=1x^0 = 1 is a constant function, and the derivative of any constant is 00.


What was done between these two steps? Is it valid?

ddx3xx3x1\frac{d}{dx} 3^x \quad \longrightarrow \quad x \cdot 3^{x-1}

Reveal

Invalid — the power rule does not apply here. The expression 3x3^x has a constant base (33) and a variable exponent (xx). Treating xx as a constant exponent to bring down is a structural error; the formula produces a wrong result.

The correct derivative is 3xln33^x \ln 3, obtained from the exponential derivative rule.


Transition identification (Format C)

In the chain below, identify which step applies the power rule. Verify the condition at that step.

ddxx3(1)3x31(2)3x2\frac{d}{dx} x^3 \xrightarrow{(1)} 3x^{3-1} \xrightarrow{(2)} 3x^2

Reveal

Step (1) applies the power rule. n=3Zn = 3 \in \mathbb{Z} ✓. The exponent 33 is brought down as a coefficient and the power is reduced by one.

Step (2) is arithmetic: 31=23 - 1 = 2.


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem: Differentiate f(x)=x4f(x) = x^{-4} using the power rule. Write the result in negative-exponent form and as a fraction, then verify the value of f(1)f'(1).

Full solution
StepExpressionMove
0ddxx4\frac{d}{dx} x^{-4}
1(4)x41(-4)\, x^{-4-1}Power rule — n=4Zn = -4 \in \mathbb{Z} ✓; bring 4-4 down, reduce exponent by 1
24x5-4\, x^{-5}Arithmetic: 41=5-4 - 1 = -5
34x5-\dfrac{4}{x^5}Rewrite negative exponent: x5=1x5x^{-5} = \dfrac{1}{x^5}
4f(1)=415=4f'(1) = -4 \cdot 1^{-5} = -4Evaluate at x=1x = 1 to verify ✓

PrincipleRelationship
Derivative at a pointThe limit definition from which the power rule is derived; shows why the exponent reduces by exactly 11
Derivative sum ruleCompanion for polynomials and linear combinations: the sum rule splits the terms, then the power rule differentiates the monomials
Derivative constant multiple ruleFrequent partner in the same derivative chain: constants are pulled out before the power rule is applied to xnx^n
Derivative chain ruleSuccessor for composite powers: once the inside stops being just xx, the power rule usually survives as the outer step of a chain-rule move

FAQ

What is the power rule?

The power rule states that ddxxn=nxn1\frac{d}{dx} x^n = n x^{n-1} for any integer nn. To apply it, bring the exponent down as a coefficient and reduce the power by one. It is a foundational differentiation rule for monomials with integer exponents.

When does the power rule apply?

The condition is nZn \in \mathbb{Z}: the exponent must be a constant integer — positive, negative, or zero. The base must be the variable xx, not a constant. When the exponent is a fraction, an irrational number, or the variable itself, the integer power rule does not directly apply.

Does the power rule work for negative exponents?

Yes. For any negative integer nn — for example n=3n = -3 — the rule gives ddxx3=3x4\frac{d}{dx} x^{-3} = -3\, x^{-4}, equivalently 3x4-\frac{3}{x^4}. The condition nZn \in \mathbb{Z} includes all negative integers.

Does the power rule work for fractional exponents?

Not in its integer form. The condition nZn \in \mathbb{Z} excludes fractions such as 12\frac{1}{2}. A generalized power rule covers real exponents (with domain care), but it requires justification beyond the elementary integer case covered here.

How is the power rule different from the exponential rule?

The power rule applies to xnx^n — variable base, constant integer exponent. The exponential rule applies to axa^x — constant base, variable exponent. They produce different results: ddxx3=3x2\frac{d}{dx} x^3 = 3x^2 (power rule) versus ddx3x=3xln3\frac{d}{dx} 3^x = 3^x \ln 3 (exponential rule). Confusing the two is the most common failure mode.


How This Fits in Unisium

In Unisium, derivative fluency is built by training move-selection before execution — each drill asks you to verify whether the condition holds and name the rule before differentiating. For the power rule, that means confirming the exponent is a constant integer, not merely a number that produces a correct result under a different rule. The near-miss and action-labeling drills above train the critical distinction between power functions (xnx^n, constant exponent) and exponential functions (axa^x, variable exponent), so that check becomes automatic rather than deliberate.

Explore further:

  • Calculus Subdomain Map — Return to the calculus hub to see where the power rule sits inside the first derivative cluster
  • Derivative at a point — The limit definition that the power rule efficiently replaces for integer powers
  • Elaborative Encoding — Build deep understanding of why the exponent reduces by exactly 1
  • Retrieval Practice — Make the power rule equation and condition instantly accessible

Ready to master the power rule? Start practicing with Unisium or explore the full learning framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The study system for physics, math, & programming that works: retrieval, connection, explanation, problem solving, and more.

Read the book (opens in new tab) ISBN 979-8-2652-9642-9

Ready to apply this strategy?

Join Unisium and start implementing these evidence-based learning techniques.

Start Learning with Unisium Read More Guides

Want the complete framework? This guide is from Masterful Learning.

Learn about the book →