AP Calculus AB and BC

Integral of sqrt x: Answer, Steps, and Mistakes

The integral of sqrt x is (2/3)x^(3/2) + C. Rewrite sqrt x as x^(1/2) and use the power rule for antiderivatives: add 1 to the exponent to get 3/2, then divide by 3/2, which is the same as multiplying by 2/3. The answer holds for x >= 0, where sqrt x is defined.

xdx=23x3/2+C\int \sqrt{x}\,dx = \frac{2}{3}x^{3/2} + C

How to integrate sqrt x with the power rule

The radical is the only thing standing in the way. Rewrite x\sqrt{x} as a power of xx and the problem becomes a routine application of the power rule for antiderivatives.

xdx=x1/2dx\int \sqrt{x}\,dx = \int x^{1/2}\,dx

The power rule for antiderivatives raises the exponent by 1 and divides by the new exponent. It works for every exponent except n=1n = -1, where the antiderivative is lnx\ln|x| instead.

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

Here n=12n = \frac{1}{2}, so n+1=32n + 1 = \frac{3}{2}. Dividing by 32\frac{3}{2} is the same as multiplying by 23\frac{2}{3}, which is where the fraction in the answer comes from.

x1/2dx=x3/23/2+C=23x3/2+C\int x^{1/2}\,dx = \frac{x^{3/2}}{3/2} + C = \frac{2}{3}x^{3/2} + C

Check by differentiating

Every antiderivative can be verified in one line. Differentiating 23x3/2\frac{2}{3}x^{3/2} brings the 32\frac{3}{2} down front, and 2332=1\frac{2}{3} \cdot \frac{3}{2} = 1, leaving exactly the integrand.

ddx[23x3/2]=2332x1/2=x\frac{d}{dx}\left[\frac{2}{3}x^{3/2}\right] = \frac{2}{3} \cdot \frac{3}{2}x^{1/2} = \sqrt{x}

The definite integral: area under sqrt x

Once you have the antiderivative, the Fundamental Theorem of Calculus turns any definite integral of x\sqrt{x} into arithmetic. Take the area under the curve from x=0x = 0 to x=4x = 4.

04xdx=[23x3/2]04\int_0^4 \sqrt{x}\,dx = \left[\frac{2}{3}x^{3/2}\right]_0^4

Evaluate 43/24^{3/2} by taking the root first and then the power: 4=2\sqrt{4} = 2, and 23=82^3 = 8. That order keeps the numbers small enough to do without a calculator.

23(4)3/223(0)3/2=23(8)=163\frac{2}{3}(4)^{3/2} - \frac{2}{3}(0)^{3/2} = \frac{2}{3}(8) = \frac{16}{3}

The same antiderivative handles any interval. From x=1x = 1 to x=9x = 9, the endpoints give 93/2=279^{3/2} = 27 and 13/2=11^{3/2} = 1.

19xdx=23(27)23(1)=523\int_1^9 \sqrt{x}\,dx = \frac{2}{3}(27) - \frac{2}{3}(1) = \frac{52}{3}

Zero is a legal endpoint here

x\sqrt{x} is continuous on [0,4][0, 4], so 04xdx\int_0^4 \sqrt{x}\,dx is an ordinary definite integral, not an improper one. The derivative of x\sqrt{x} blows up at x=0x = 0, but the function itself does not, and integration only needs the function.

Where this integral shows up on the AP exam

Rewriting radicals as fractional powers is Topic 6.8 (Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation). Unit 6 carries a weighting of 15 to 20 percent on both AB and BC, making it the heaviest single unit on either exam.

The integral rarely appears bare. More often x\sqrt{x} is one term inside a longer polynomial-style integrand, or it defines a region whose area or volume you are asked for in Unit 8 (Applications of Integration).

When the radical hides a composite, the power rule alone is not enough and you need u-substitution. With u=3x+1u = 3x + 1 you get du=3dxdu = 3\,dx, so the extra factor of 13\frac{1}{3} combines with the 23\frac{2}{3} from the power rule.

3x+1dx=29(3x+1)3/2+C\int \sqrt{3x+1}\,dx = \frac{2}{9}(3x+1)^{3/2} + C

Average value questions also lean on this antiderivative. The average value of x\sqrt{x} on [0,4][0, 4] divides the accumulated area by the width of the interval.

1404xdx=43\frac{1}{4}\int_0^4 \sqrt{x}\,dx = \frac{4}{3}

Common mistakes

  • Dividing by the old exponent instead of the new one. That gives x3/21/2=2x3/2\frac{x^{3/2}}{1/2} = 2x^{3/2}, whose derivative is 3x3\sqrt{x}, three times too big.
  • Running the derivative power rule backwards. Differentiating multiplies by the exponent; antidifferentiating divides by the new exponent. The 23\frac{2}{3} has to end up in the numerator.
  • Dropping the constant of integration. An indefinite integral is a family of functions, so +C+ C is part of the answer and costs a point without it.
  • Computing 43/24^{3/2} as 432=64 \cdot \frac{3}{2} = 6. The exponent is not a multiplier: take the square root, then cube.
  • Applying the bare result to u\sqrt{u} without accounting for uu'. Only xdx\int \sqrt{x}\,dx gives 23x3/2\frac{2}{3}x^{3/2}; a composite needs substitution first.

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?

xdx=23x3/2+C\int \sqrt{x}\,dx = \frac{2}{3}x^{3/2} + C. Rewrite x\sqrt{x} as x1/2x^{1/2}, add 1 to the exponent to get 32\frac{3}{2}, then divide by 32\frac{3}{2}, which multiplies by 23\frac{2}{3}.

Why is the answer 2/3 and not 3/2?

The power rule divides by the new exponent, and dividing by 32\frac{3}{2} is the same as multiplying by 23\frac{2}{3}. You can confirm the direction by differentiating: ddx[23x3/2]=2332x1/2=x\frac{d}{dx}\left[\frac{2}{3}x^{3/2}\right] = \frac{2}{3} \cdot \frac{3}{2}x^{1/2} = \sqrt{x}. If the constant were 32\frac{3}{2}, the derivative would come out as 94x\frac{9}{4}\sqrt{x}.

What is the integral of sqrt x from 0 to 4?

It is 163\frac{16}{3}. Evaluate 23x3/2\frac{2}{3}x^{3/2} at the endpoints: 43/2=84^{3/2} = 8 because 4=2\sqrt{4} = 2 and 23=82^3 = 8, so you get 23(8)0=163\frac{2}{3}(8) - 0 = \frac{16}{3}.

How do you integrate sqrt(ax + b)?

Use u-substitution, not the bare power rule. With u=ax+bu = ax + b you have du=adxdu = a\,dx, so ax+bdx=23a(ax+b)3/2+C\int \sqrt{ax+b}\,dx = \frac{2}{3a}(ax+b)^{3/2} + C. For example 3x+1dx=29(3x+1)3/2+C\int \sqrt{3x+1}\,dx = \frac{2}{9}(3x+1)^{3/2} + C.

What is the domain of the antiderivative?

Both x\sqrt{x} and 23x3/2\frac{2}{3}x^{3/2} require x0x \geq 0, so the result is stated on [0,)[0, \infty). The function is continuous at x=0x = 0, so 00 is a valid limit of integration even though the derivative of x\sqrt{x} is undefined there.