Power rule for integrals: Integrate x^n when n is not -1

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

The power rule for integrals lets you antidifferentiate xnx^n by adding 11 to the exponent and dividing by the new exponent, giving xn+1n+1+C\frac{x^{n+1}}{n+1}+C. It applies when n1n \neq -1, because the new exponent in the denominator must not be zero. Recognizing that guard before you integrate is a core fluency skill practiced in the Unisium Study System.

Unisium hero image titled Power rule for integrals showing the principle equation and a conditions card.
The power rule for integrals xndx=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+1}+C under the condition n1n \neq -1.

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


The Principle

The move: Add 11 to the exponent and divide by that new exponent, then append +C+C.

The invariant: This produces an antiderivative family whose derivative returns the original integrand xnx^n, provided the new denominator n+1n+1 is not zero.

Pattern: xndxxn+1n+1+C\int x^n\,dx \quad \longrightarrow \quad \frac{x^{n+1}}{n+1}+C

Legal ✓Illegal ✗
x4dxx55+C\int x^4\,dx \to \frac{x^5}{5}+Cx1dx↛x00+C\int x^{-1}\,dx \not\to \frac{x^0}{0}+C

Left: n=4n=4, so n+1=50n+1=5 \neq 0 and the rule applies. Right: n=1n=-1, so the denominator becomes 00; the expression looks eligible, but the condition fails and the move is not available.


Conditions of Applicability

Condition: n1n \neq -1

Before applying, check: confirm the integrand is exactly of the form xnx^n with a constant exponent, then verify that adding 11 to the exponent does not produce 00 in the denominator.

If the condition is violated: the formula creates division by zero, so it does not produce a valid antiderivative. The n=1n=-1 case must use 1xdx=lnx+C\int \frac{1}{x}\,dx = \ln\left|x\right| + C instead.

  • The rule covers positive exponents, zero, and negative exponents other than 1-1.
  • The near-miss is x1x^{-1}: it has the right surface form, but the condition fails exactly where the denominator n+1n+1 would become zero.
  • If the integrand is not a pure power of xx, pause and identify the actual local pattern before moving. The x1x^{-1} exception belongs to a logarithm antiderivative, not to this power-rule family.

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


Common Failure Modes

Failure mode: apply the power rule mechanically to x1x^{-1} and write x00+C\frac{x^0}{0}+C -> produces a meaningless denominator and hides that this is the special logarithm case.

Debug: before integrating, compute the new exponent denominator n+1n+1. If it equals 00, stop and switch to the logarithm antiderivative for 1x\frac{1}{x}.


Elaborative Encoding

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

Within the Principle

  • Why does adding 11 to the exponent and then dividing by that same new exponent undo differentiation of xn+1x^{n+1}?
  • Why is the condition n1n \neq -1 attached to the denominator rather than the original exponent alone?

For the Principle

  • What quick check can you run before applying the rule to decide whether the x1x^{-1} exception is present?
  • How does the result change when nn is negative but not 1-1, such as n=3n=-3?

Between Principles

  • The derivative power rule and the power rule for integrals reverse each other. What does each rule do to the exponent, and where does the exception appear only on the integral side?

Generate an Example

  • Build one integral where the power rule works and one near-miss where it fails, then explain which condition check separates them.

Retrieval Practice

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

State the move in one sentence: _____Add 1 to the exponent, divide by the new exponent, and add C to integrate x^n when n is not -1.
Write the canonical equation: _____xndx=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+1}+C
State the canonical condition: _____n1n \neq -1

Practice Ground

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

Procedure Walkthrough

Starting from x3dx\int x^{-3}\,dx, reach a simplified antiderivative.

StepExpressionOperation
0x3dx\int x^{-3}\,dx-
1x3+13+1+C\frac{x^{-3+1}}{-3+1}+CPower rule - n=3n=-3, so n+1=20n+1=-2 \neq 0
2x22+C\frac{x^{-2}}{-2}+CArithmetic on the exponent and denominator
312x2+C-\frac{1}{2}x^{-2}+CSimplify the coefficient
412x2+C-\frac{1}{2x^2}+CRewrite the negative exponent as a fraction

Drills

Forward step (Format A)

Apply the power rule once.

x6dx\int x^6\,dx

Reveal

n=6n=6, so n+1=70n+1=7 \neq 0.

x6dx=x77+C\int x^6\,dx = \frac{x^7}{7}+C


Apply the power rule once.

x3dx\int x^{-3}\,dx

Reveal

n=3n=-3, so n+1=20n+1=-2 \neq 0.

x3dx=x22+C=12x2+C\int x^{-3}\,dx = \frac{x^{-2}}{-2}+C = -\frac{1}{2x^2}+C


Can the power rule be applied? Explain the condition check before doing anything else.

x1dx\int x^{-1}\,dx

Reveal

No. Here n=1n=-1, so n+1=0n+1=0. That breaks the denominator in the rule, so the power rule is not applicable.

This is the required near-miss: the integrand has the form xnx^n, but the condition fails exactly at the exception. Use the integral of 1x\frac{1}{x} instead:

x1dx=1xdx=lnx+C\int x^{-1}\,dx = \int \frac{1}{x}\,dx = \ln\left|x\right| + C


Which integrands can be handled directly by the power rule for integrals?

(i) x5x^5 \quad (ii) x1x^{-1} \quad (iii) x2x^{-2} \quad (iv) exe^x

Reveal

(i) and (iii) only.

  • x5x^5: n=5n=5, so n+1=60n+1=6 \neq 0 -> valid
  • x1x^{-1}: n=1n=-1, so n+1=0n+1=0 -> invalid
  • x2x^{-2}: n=2n=-2, so n+1=10n+1=-1 \neq 0 -> valid
  • exe^x: not of the form xnx^n -> use the exponential integral rule instead

Action label (Format B)

What was done between these two steps, and was it valid?

x8dxx99+C\int x^8\,dx \quad \longrightarrow \quad \frac{x^9}{9}+C

Reveal

Power rule for integrals applied. The exponent was increased from 88 to 99, then divided by the new exponent. This is valid because 8+1=908+1=9 \neq 0.


What was done between these two steps? Was the move valid?

x1dxx00+C\int x^{-1}\,dx \quad \longrightarrow \quad \frac{x^0}{0}+C

Reveal

An invalid use of the power rule was attempted. The move is not valid because n=1n=-1, so the new denominator becomes 00.

The correct action is to reject the move and switch to:

1xdx=lnx+C\int \frac{1}{x}\,dx = \ln\left|x\right| + C


What was done between these two steps, and why is the move legal?

x4dx13x3+C\int x^{-4}\,dx \quad \longrightarrow \quad -\frac{1}{3}x^{-3}+C

Reveal

Power rule for integrals applied, then simplified. Since n=4n=-4, the new exponent is 3-3 and the new denominator is 3-3, which is nonzero:

x4dx=x33+C=13x3+C\int x^{-4}\,dx = \frac{x^{-3}}{-3}+C = -\frac{1}{3}x^{-3}+C


Transition identification (Format C)

Which transition uses the power rule for integrals?

x3dx(1)x44+C(2)14x4+C\int x^3\,dx \xrightarrow{(1)} \frac{x^4}{4}+C \xrightarrow{(2)} \frac{1}{4}x^4 + C

Reveal

Transition (1) uses the power rule for integrals. Transition (2) is only algebraic rewriting of the coefficient.


Which transition is invalid, and why?

x1dx(1)x00+C(2)undefined\int x^{-1}\,dx \xrightarrow{(1)} \frac{x^0}{0}+C \xrightarrow{(2)} \text{undefined}

Reveal

Transition (1) is invalid. The power-rule pattern was attempted where n=1n=-1, so the denominator becomes 00 immediately.

The fix is not to simplify further. The fix is to reject the move and replace the chain with:

x1dx=lnx+C\int x^{-1}\,dx = \ln\left|x\right| + C


Goal micro-chain (Format D)

Starting from (x2+x1)dx\int (x^2 + x^{-1})\,dx, reach a correct final antiderivative by using the power rule only where it is legal.

Reveal

First use the integral sum rule to split the sum:

(x2+x1)dx=x2dx+x1dx\int (x^2 + x^{-1})\,dx = \int x^2\,dx + \int x^{-1}\,dx

Apply the power rule to the first term only:

x2dx=x33+C1\int x^2\,dx = \frac{x^3}{3}+C_1

Use the integral of 1x\frac{1}{x} on the exception term:

x1dx=lnx+C2\int x^{-1}\,dx = \ln\left|x\right| + C_2

Combine constants:

(x2+x1)dx=x33+lnx+C\int (x^2 + x^{-1})\,dx = \frac{x^3}{3} + \ln\left|x\right| + C


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem: Integrate x4x^{-4} and simplify the final antiderivative.

Full solution
StepExpressionMove
0x4dx\int x^{-4}\,dx-
1x4+14+1+C\frac{x^{-4+1}}{-4+1}+CPower rule - n=4n=-4, so n+1=30n+1=-3 \neq 0
2x33+C\frac{x^{-3}}{-3}+CArithmetic on the exponent and denominator
313x3+C-\frac{1}{3}x^{-3}+CSimplify the coefficient
413x3+C-\frac{1}{3x^3}+CRewrite the negative exponent as a fraction

Check: differentiating 13x3+C-\frac{1}{3x^3}+C returns x4x^{-4}.


PrincipleRelationship
Indefinite integral as antiderivativeExplains what an antiderivative family means and why every result ends with +C+C
Derivative power ruleThe inverse move: differentiating xn+1x^{n+1} gives the integrand that the integral rule reverses
Derivative of ln(x)Shows why the exceptional antiderivative family is logarithmic rather than another power

FAQ

What is the power rule for integrals?

The power rule for integrals states that xndx=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+1}+C when n1n \neq -1. You add 11 to the exponent, divide by the new exponent, and append the constant of integration.

Why does the rule exclude n = -1?

If n=1n=-1, then the denominator becomes n+1=0n+1=0, so the formula breaks immediately. That case is not a minor algebra issue; it marks a different antiderivative family: 1xdx=lnx+C\int \frac{1}{x}\,dx = \ln\left|x\right| + C.

Does the rule work for negative exponents?

Yes, as long as the exponent is not 1-1. For example, x3dx=12x2+C\int x^{-3}\,dx = -\frac{1}{2x^2}+C is valid because the new denominator is 2-2, not 00.

Why do I still add +C after using the formula?

Indefinite integrals describe a family of antiderivatives, not one single function. The +C+C keeps every vertical shift of the antiderivative in the answer, which is required for the full family.

How do I know whether to use the power rule or the integral of 1/x?

Check the exponent first. If the integrand is xnx^n with n1n \neq -1, use the power rule. If the exponent is exactly 1-1, rewrite the integrand as 1x\frac{1}{x} and use the integral of 1x\frac{1}{x} instead.


How This Fits in Unisium

In Unisium, integration fluency is trained as move selection plus guard checking, not as blind formula recall. For the power rule, the critical habit is to test the exponent before you act: most powers of xx take the standard antiderivative, but the single near-miss x1x^{-1} changes the rule family completely. The drills above train that branch point directly, while retrieval practice, self-explanation, and elaborative encoding make the condition and exception stable enough to use under time pressure.

Explore further:

Ready to master the power rule for integrals? 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 →