AP Calculus AB and BC

Integral of x^4: Answer, Proof, and Steps

The integral of x^4 is x^5/5 + C. By the reverse power rule you add 1 to the exponent to get x^5, then divide by the new exponent 5. Differentiating x^5/5 gives 5x^4/5 = x^4, which confirms the answer.

x4dx=x55+C\int x^4\,dx = \frac{x^5}{5} + C

Applying the reverse power rule

Integrating a power of xx reverses the derivative power rule: add 11 to the exponent and divide by that new exponent.

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

Here n=4n = 4, so the exponent rises to 55 and the divisor is 55.

x4dx=x4+14+1+C=x55+C\int x^4\,dx = \frac{x^{4+1}}{4+1} + C = \frac{x^5}{5} + C

Divide by the new exponent

After raising x4x^4 to x5x^5, divide by 55, the exponent you just created, not by the original 44.

Checking by differentiating

Differentiate the result and confirm it lands back on the integrand.

ddx(x55)=155x4=x4\frac{d}{dx}\left(\frac{x^5}{5}\right) = \frac{1}{5}\cdot 5x^4 = x^4

The power rule pulls the 55 down in front, where it cancels the 15\frac{1}{5}, leaving exactly x4x^4. The constant CC differentiates to 00, which is why every antiderivative carries one.

Common mistakes

  • Dividing by the old exponent. The answer is x55\frac{x^5}{5}, not x54\frac{x^5}{4}. The divisor is always the new exponent.
  • Writing 4x34x^3, which is the derivative of x4x^4, not its integral. Integration raises the exponent, differentiation lowers it.
  • Dropping the constant of integration. Every indefinite integral needs +C+ C.

Every answer on this page is machine checked

An automated test differentiates the antiderivative above and confirms it returns the integrand. A wrong sign or a missing factor fails the build, so it cannot reach you.

Frequently asked questions

What is the integral of x^4 from 0 to 2?

02x4dx=[x55]02=3250=325\int_0^2 x^4\,dx = \left[\frac{x^5}{5}\right]_0^2 = \frac{32}{5} - 0 = \frac{32}{5}.

Why do you divide by 5 and not by 4?

Because the reverse power rule divides by the new exponent. Raising x4x^4 to x5x^5 makes the new exponent 55, so you divide by 55. Differentiating x55\frac{x^5}{5} brings that 55 back down and returns x4x^4.

Is the antiderivative of x^4 odd or even?

The antiderivative x55\frac{x^5}{5} is odd, since x5x^5 is odd. As a result aax4dx=20ax4dx\int_{-a}^{a} x^4\,dx = 2\int_0^a x^4\,dx, because x4x^4 itself is even.