AP Calculus AB and BC

Integral of sqrt(x+1): The Free Substitution

The integral of the square root of x plus one is two thirds of the quantity x plus one raised to the three halves power, plus C. Substituting u equal to x plus one gives du equal to dx, so nothing is left over to divide out and the reverse power rule finishes the job.

x+1dx=23(x+1)3/2+C\int \sqrt{x+1}\,dx = \frac{2}{3}\left(x+1\right)^{3/2} + C

u = x + 1, and du = dx

Every substitution has a bookkeeping cost: the dxdx has to be converted into dudu. Here that cost is nothing at all. With u=x+1u = x+1, dudx=1\frac{du}{dx} = 1, so du=dxdu = dx and the integral becomes a bare power of uu.

x+1dx=u1/2du=23u3/2+C=23(x+1)3/2+C\int\sqrt{x+1}\,dx = \int u^{1/2}\,du = \frac{2}{3}u^{3/2} + C = \frac{2}{3}\left(x+1\right)^{3/2} + C

Because the inside is x+1x+1 and not something like 3x+13x+1, no constant has to be divided out at the end. In 3x+1dx\int\sqrt{3x+1}\,dx the relation du=3dxdu = 3\,dx forces an extra factor of 13\frac{1}{3}, which is exactly the step people forget.

Why the answer is not two thirds x to the three halves plus x

The square root does not distribute over addition. x+1\sqrt{x+1} is not x+1\sqrt{x}+1: at x=9x = 9 the first is 103.162\sqrt{10}\approx 3.162 and the second is 44. Any antiderivative built by splitting the root is answering a different question.

So the answer is not 23x3/2+x+C\frac{2}{3}x^{3/2} + x + C either. The whole quantity x+1x+1 is what gets raised to the 32\frac{3}{2} power, and it stays glued together from the first line to the last.

The thirty second check

Differentiate the answer. Two thirds times three halves is one, the power drops to one half, and the inner derivative is 1, so you get the square root of x plus one back. Any missing constant or split root shows up immediately.

The mistakes students make

This integrand is easy enough that errors come from rushing rather than from confusion about method.

  • Splitting the root and answering 23x3/2+x+C\frac{2}{3}x^{3/2} + x + C, which is the antiderivative of x+1\sqrt{x}+1.
  • Raising the power correctly but forgetting to divide, giving (x+1)3/2+C\left(x+1\right)^{3/2} + C, whose derivative is 32x+1\frac{3}{2}\sqrt{x+1}.
  • Ignoring the domain. The integrand is undefined for x<1x < -1, so a definite integral from 3-3 to 00 has no value.

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 sqrt(x+1)?

It is 23(x+1)3/2+C\frac{2}{3}\left(x+1\right)^{3/2} + C.

Do I actually need u substitution for sqrt(x+1)?

Formally yes, in practice no. Since du=dxdu = dx, the reverse power rule applies directly to x+1x+1. Writing the substitution out is still worth doing when the inside is anything more complicated.

Is sqrt(x+1) the same as sqrt(x) + 1?

No. Test x=9x = 9: 10\sqrt{10} is about 3.1623.162, while 9+1=4\sqrt{9}+1 = 4. The two functions differ everywhere except at x=0x = 0.