How do you find the antiderivative of int xsqrt(100-x^2)dxx100x2dx?

1 Answer
Nov 6, 2016

-(100-x^2)^(3/2)/3+C(100x2)323+C

Explanation:

I=intxsqrt(100-x^2)dxI=x100x2dx

The best substitution to make here is u=100-x^2u=100x2. This implies that (du)/dx=-2xdudx=2x, so du=-2xdxdu=2xdx.

Since we have just xdxxdx in the integral, multiply the integral's interior by -22. To balance this out, multiply the exterior of the integral by -1//21/2.

I=-1/2int(-2x)sqrt(100-x^2)dxI=12(2x)100x2dx

I=-1/2intunderbrace(sqrt(100-x^2))_sqrtuoverbrace((-2xdx))^(du)

I=-1/2intsqrtudu

This can be integrated if we write the square root using a fractional power.

I=-1/2intu^(1/2)du

This can be integrated using the power rule for integration, or intu^ndu=u^(n+1)/(n+1)+C. So:

I=-1/2(u^(1/2+1)/(1/2+1))+C=-1/2(u^(3/2)/(3/2))+C

I=-1/2(2/3)u^(3/2)+C=-u^(3/2)/3+C

Since u=100-x^2:

I=-(100-x^2)^(3/2)/3+C