Power rule: Differentiate real powers of x

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

The power rule differentiates xnx^n for any real constant exponent nn on x>0x>0: bring nn down as a coefficient and reduce the power by one, giving nxn1n x^{n-1}. Some integer and rational powers extend to other real inputs, but the rule applies only where the chosen real-valued power function is differentiable. A variable exponent such as axa^x needs the exponential derivative rule.

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} for real constant nn on x>0x>0, with further real-domain extensions for some exponents.

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


The Principle

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

The invariant: The base remains xx. The old constant exponent becomes the coefficient, and the new exponent is one less.

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

Legal ✓Illegal ✗
ddxx4/3=43x1/3\frac{d}{dx} x^{4/3} = \frac{4}{3}x^{1/3} for x>0x>0ddx2x↛x2x1\frac{d}{dx} 2^x \not\to x \cdot 2^{x-1}; the exponent is the variable, not a constant

Left: n=43n = \tfrac{4}{3} is constant, so the power rule applies on the stated domain. Right: 2x2^x has a constant base and variable exponent, so the power rule does not apply.


Conditions of Applicability

Condition: nRn \in \mathbb{R}; x>0x>0

Before applying, check: confirm the expression has the form xnx^n, where nn is a real constant. The domain x>0x>0 gives the clean general rule for every real exponent.

  • Fractional, negative, and irrational constant exponents are included on x>0x>0. For example, ddxx4/3=43x1/3\frac{d}{dx}x^{4/3}=\frac{4}{3}x^{1/3}.
  • Some powers have larger real domains. The function x4/3x^{4/3} is real and differentiable for every real xx, while x1/2x^{1/2} is not differentiable at x=0x=0. Check the real-valued domain and differentiability before extending the rule beyond x>0x>0.
  • The rule does not cover expressions with a variable exponent such as 2x2^x or exe^x. Use the derivative of axa^x rule for a positive constant base, with exe^x as its important special 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 “does the expression have the form xnx^n with nn constant, and is it differentiable on the domain I am using?” If the exponent involves xx, use an exponential or logarithmic differentiation rule instead. If the base is a function of xx, the chain rule is also needed.


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, and why does the coefficient become exactly nn rather than 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 with a constant exponent that needs a domain check before the power rule can be used, and explain the check.

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: _____nR;x>0n \in \mathbb{R}; x>0

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}Not yet
1(3)x31(-3)\, x^{-3-1}Power rule with n=3Rn=-3\in\mathbb{R}; bring 3-3 down as coefficient and reduce the 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=6Rn=6\in\mathbb{R} is constant. Bring the exponent down and reduce by one:

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


Apply the power rule once.

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

Reveal

n=2Rn=-2\in\mathbb{R} is constant. Bring 2-2 down as the coefficient and 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=1Rn=1\in\mathbb{R} is constant.

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 expression 2x2^x has a constant base (22) and a variable exponent (xx). The power rule applies to xnx^n when nn is constant. Here the roles are reversed.

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


Can the power rule be applied on x>0x>0? Check the condition and explain your decision.

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

Reveal

Yes. The exponent n=12n=\tfrac{1}{2} is a real constant and the stated domain is x>0x>0:

ddxx1/2=12x1/2\frac{d}{dx}x^{1/2}=\frac{1}{2}x^{-1/2}

The function is also defined at x=0x=0, but its derivative there is not finite. That is why the domain check still matters.


Which expressions can be differentiated directly using the power rule on x>0x>0? Identify which have the form xnx^n with constant nn.

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

Reveal

(i), (iii), and (iv).

  • x5x^5: base xx, constant exponent n=5n=5
  • 5x5^x: constant base, variable exponent. The form is axa^x, not xnx^n
  • x2x^{-2}: base xx, constant exponent n=2n=-2
  • x1/3x^{1/3}: base xx, constant exponent n=13n=\tfrac{1}{3} ✓ on x>0x>0

The structural check is whether the expression has the form xnx^n with nn constant. The domain check determines where the resulting real-valued derivative statement is valid.


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. The exponent n=8n=8 is constant. It 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. The exponent n=1n=-1 is constant. 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. The exponent n=0n=0 is constant. 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. The exponent n=3n=3 is constant. It 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}Not yet
1(4)x41(-4)\, x^{-4-1}Power rule with constant n=4n=-4; bring 4-4 down and reduce the 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
Power rule for integrationThe inverse antiderivative move: integrate xnx^n by raising the exponent and dividing by the new exponent, except when n=1n=-1
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 real constant nn on x>0x>0. Bring the exponent down as a coefficient and reduce the power by one. Some powers extend to larger real domains when the function remains real-valued and differentiable.

When does the power rule apply?

The clean general condition is nRn\in\mathbb{R} with nn constant and x>0x>0. Fractions, negative numbers, and irrational numbers can all be exponents. If the exponent itself varies with xx, use a different derivative rule.

Does the power rule work for negative exponents?

Yes. For example, ddxx3=3x4\frac{d}{dx} x^{-3} = -3\,x^{-4}, equivalently 3x4-\frac{3}{x^4}. Because the original function is undefined at x=0x=0, the derivative statement is used on intervals that exclude zero.

Does the power rule work for fractional exponents?

Yes. For example, ddxx4/3=43x1/3\frac{d}{dx}x^{4/3}=\frac{4}{3}x^{1/3}. On x>0x>0, the general real-exponent rule applies directly. For zero or negative inputs, check how the real power is defined and whether it is differentiable there.

How is the power rule different from the exponential rule?

The power rule applies to xnx^n with a constant exponent. The exponential rule applies to axa^x with a variable exponent. They produce different results: ddxx3=3x2\frac{d}{dx}x^3=3x^2 versus ddx3x=3xln3\frac{d}{dx}3^x=3^x\ln 3.


How This Fits in Unisium

In Unisium, derivative fluency is built by training move selection before execution. For the power rule, that means checking whether the exponent is constant and whether the real-valued function is differentiable on the working domain. The drills above contrast power functions (xnx^n, constant exponent) with exponential functions (axa^x, variable exponent) so the rule choice becomes reliable.

Explore further:

Ready to master the power rule? Check access and join the Unisium waitlist or explore the full learning framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The book behind these guides: a study system for physics, math, & programming built on retrieval, connection, explanation, and problem solving.

Ready to apply this strategy?

Unisium turns these evidence-based techniques into guided study sessions for math and physics. Unisium is currently in early access. See pricing, availability, and join the waitlist.

Check Unisium Access and Pricing Read More Guides

Already have access? Sign in