Power Rule for Integration

Power Rule for Integration instantly finds antiderivatives of polynomial terms; use it to integrate any power of x except x to the negative one.

xndx=xn+1n+1+C,n1\int x^{n}\,dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1

Solve a problem with Power Rule for Integration

Type the problem. The solver will use Power Rule for Integration where Power Rule for Integration 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 for Integration takes
nn
xx
CC
Power Rule for Integration
SymbolMeaning
nnThe exponent of xx; it can be any real number except 1-1 because n=1n = -1 would make the denominator n+1=0n + 1 = 0, which is undefined.
xxThe variable being raised to the power nn; in physics problems it often represents time or distance, and the integral finds a quantity whose rate of change is xnx^n.
CCThe constant of integration; it accounts for the fact that infinitely many antiderivatives exist (they differ only by a constant), so every indefinite integral includes +C+ C to represent all of them.

When to use it

Use Power Rule whenever you encounter an integral of the form xnx^n and need to find its antiderivative.

Level

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

Worked examples

1. Integrate a cubic monomial

Problem

Find x3dx\int x^3 \, dx.
  1. n=3n = 3

    We identify the exponent: this is x3x^3.

  2. x3+13+1+C\frac{x^{3+1}}{3+1} + C

    We apply Power Rule: increase the exponent by 1 (from 33 to 44) and divide by the new exponent.

  3. x44+C\frac{x^4}{4} + C

    We simplify: 3+1=43 + 1 = 4, so the antiderivative is x44\frac{x^4}{4} plus the constant of integration.

Answer: x44+C\frac{x^4}{4} + C

This is a straightforward application of Power Rule — we have a single power of xx, so we apply the rule directly. We can verify by differentiating: ddx(x44)=4x34=x3\frac{d}{dx}\left(\frac{x^4}{4}\right) = \frac{4x^3}{4} = x^3, which is our original integrand.

2. Integrate a negative power

Problem

Find x2dx\int x^{-2} \, dx.
  1. n=2n = -2

    The exponent is negative, but Power Rule still applies as long as n1n \neq -1.

  2. x2+12+1\frac{x^{-2+1}}{-2+1}

    We apply Power Rule: add 1 to the exponent to get 2+1=1-2 + 1 = -1, and divide by this new exponent.

  3. x11\frac{x^{-1}}{-1}

    We simplify the exponent in the numerator and the denominator.

  4. 1x+C-\frac{1}{x} + C

    We rewrite x1x^{-1} as 1x\frac{1}{x} and apply the negative sign in the denominator to get 1x-\frac{1}{x}.

Answer: 1x+C-\frac{1}{x} + C

This example shows that Power Rule works with negative exponents, but we must avoid n=1n = -1, which would require the special formula x1dx=lnx+C\int x^{-1} dx = \ln|x| + C instead. We can verify: ddx(1x)=ddx(x1)=(1)x2=x2\frac{d}{dx}\left(-\frac{1}{x}\right) = \frac{d}{dx}(-x^{-1}) = -(-1)x^{-2} = x^{-2}.

3. Find a basketball player's score function from their scoring rate

Problem

A basketball player's scoring rate (points per week) during a season follows dSdt=4t3/2\frac{dS}{dt} = 4t^{3/2}, where tt is measured in weeks since the start. Find the total score function S(t)S(t) if the player has 10 points at the end of week 1: S(1)=10S(1) = 10.
  1. S(t)=4t3/2dtS(t) = \int 4t^{3/2} \, dt

    Since scoring rate is the derivative of total score, we integrate to find the total score function.

  2. S(t)=4t3/2dtS(t) = 4 \int t^{3/2} \, dt

    We factor out the constant 4 from the integral.

  3. S(t)=4t3/2+13/2+1+CS(t) = 4 \cdot \frac{t^{3/2 + 1}}{3/2 + 1} + C

    We apply Power Rule with n=32n = \frac{3}{2}: add 1 to get 32+1=52\frac{3}{2} + 1 = \frac{5}{2}, then divide by 52\frac{5}{2}.

  4. S(t)=4t5/25/2+CS(t) = 4 \cdot \frac{t^{5/2}}{5/2} + C

    The new exponent is 52\frac{5}{2}.

  5. S(t)=425t5/2+CS(t) = 4 \cdot \frac{2}{5} \cdot t^{5/2} + C

    We simplify the division by a fraction: 15/2=25\frac{1}{5/2} = \frac{2}{5}.

  6. S(t)=85t5/2+CS(t) = \frac{8}{5}t^{5/2} + C

    We multiply: 425=854 \cdot \frac{2}{5} = \frac{8}{5}.

  7. 10=85(1)5/2+C10 = \frac{8}{5}(1)^{5/2} + C

    We apply the initial condition S(1)=10S(1) = 10. Since (1)5/2=1(1)^{5/2} = 1, this simplifies to 10=85+C10 = \frac{8}{5} + C.

  8. C=1085=50585=425C = 10 - \frac{8}{5} = \frac{50}{5} - \frac{8}{5} = \frac{42}{5}

    We solve for the constant: C=1085=5085=425C = 10 - \frac{8}{5} = \frac{50 - 8}{5} = \frac{42}{5}.

Answer: S(t)=85t5/2+425S(t) = \frac{8}{5}t^{5/2} + \frac{42}{5}

Power Rule works with fractional exponents too. By integrating the rate function and applying the initial condition, we found the complete score formula. The answer tells us the player's cumulative points at any time tt in the season.

Common mistakes

Where Power Rule for Integration usually goes wrong
Answer came out wrong
Writing xndx=xnn+C\int x^n dx = \frac{x^n}{n} + C, forgetting to add 1 to the exponent.
Always remember: xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C — you add 1 to the exponent and divide by the new exponent.
Attempting to use Power Rule when n=1n = -1, writing x1dx=x00+C\int x^{-1} dx = \frac{x^0}{0} + C or 10+C\frac{1}{0} + C.
Memorize the exception: x1dx=1xdx=lnx+C\int x^{-1} dx = \int \frac{1}{x} dx = \ln|x| + C, which requires a different approach entirely.
Forgetting to include the constant of integration: writing (x3+2x)dx=x44+x2\int (x^3 + 2x) dx = \frac{x^4}{4} + x^2 without a +C+ C.
Always end an indefinite integral with +C+ C: (x3+2x)dx=x44+x2+C\int (x^3 + 2x) dx = \frac{x^4}{4} + x^2 + C.
The mistakeWhy it is wrongThe fix
Writing xndx=xnn+C\int x^n dx = \frac{x^n}{n} + C, forgetting to add 1 to the exponent.The exponent must increase by exactly 1; dividing by the original exponent nn gives the derivative, not the antiderivative.Always remember: xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C — you add 1 to the exponent and divide by the new exponent.
Attempting to use Power Rule when n=1n = -1, writing x1dx=x00+C\int x^{-1} dx = \frac{x^0}{0} + C or 10+C\frac{1}{0} + C.Division by zero is undefined. The Power Rule explicitly excludes n=1n = -1 because n+1=0n + 1 = 0; the correct antiderivative of x1=1xx^{-1} = \frac{1}{x} is lnx\ln|x|, not a power function.Memorize the exception: x1dx=1xdx=lnx+C\int x^{-1} dx = \int \frac{1}{x} dx = \ln|x| + C, which requires a different approach entirely.
Forgetting to include the constant of integration: writing (x3+2x)dx=x44+x2\int (x^3 + 2x) dx = \frac{x^4}{4} + x^2 without a +C+ C.An indefinite integral represents all antiderivatives; they differ by a constant. Without +C+ C, you are claiming there is only one antiderivative, which is false.Always end an indefinite integral with +C+ C: (x3+2x)dx=x44+x2+C\int (x^3 + 2x) dx = \frac{x^4}{4} + x^2 + C.

Tips and when to use something else

  • Verify your answer by taking the derivative: if ddx[xn+1n+1+C]=xn\frac{d}{dx}\left[\frac{x^{n+1}}{n+1} + C\right] = x^n, you got it right.
  • Power Rule works for negative exponents, fractional exponents, and decimal exponents — any real number except n=1n = -1.
  • When you see x1dx\int x^{-1} dx or 1xdx\int \frac{1}{x} dx, do not use Power Rule; instead use Integral of 1/x: lnx+C\ln|x| + C.
  • For integrals like (3x2+x1/2)dx\int (3x^2 + x^{1/2}) dx, apply Power Rule separately to each term, then combine.

Frequently asked questions

What's the difference between the Power Rule for derivatives and Power Rule for Integration?
They are inverse operations. For derivatives, ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1} — you multiply by the old exponent and decrease it. For integration, xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C — you increase the exponent and divide by the new exponent. One reverses the other.
Why is the constant of integration CC necessary in indefinite integrals?
Because the derivative of any constant is zero. For example, ddx[x2]=2x\frac{d}{dx}[x^2] = 2x and ddx[x2+7]=2x\frac{d}{dx}[x^2 + 7] = 2x and ddx[x2100]=2x\frac{d}{dx}[x^2 - 100] = 2x all give the same derivative. So when you reverse the process and integrate 2x2x, you get x2x^2 plus any constant — that's why we write +C+ C.
Why doesn't Power Rule work when n=1n = -1?
If n=1n = -1, then the denominator becomes n+1=0n + 1 = 0, and you would be dividing by zero: x00\frac{x^0}{0}, which is undefined. The antiderivative of x1=1xx^{-1} = \frac{1}{x} is lnx+C\ln|x| + C, which is completely different from a power function. This is why n1n \neq -1 is a required restriction.
Can I use Power Rule if the exponent is a fraction or decimal?
Yes. Power Rule works for any real number nn except 1-1, including fractions and decimals. For example, x0.5dx=x1.51.5+C\int x^{0.5} dx = \frac{x^{1.5}}{1.5} + C and x2/3dx=x1/31/3+C=3x1/3+C\int x^{-2/3} dx = \frac{x^{1/3}}{1/3} + C = 3x^{1/3} + C. Just add 1 to the exponent and divide by the result.

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