Solveeit Logo

Question

Question: $\int \sqrt{\frac{x}{1-x^3}}dx$...

x1x3dx\int \sqrt{\frac{x}{1-x^3}}dx

Answer

23arcsin(x3/2)+C\frac{2}{3} \arcsin(x^{3/2}) + C

Explanation

Solution

To evaluate the integral x1x3dx\int \sqrt{\frac{x}{1-x^3}}dx, we can use the method of substitution.

Step 1: Rewrite the integrand

The given integral can be written as:

x1x3dx\int \frac{\sqrt{x}}{\sqrt{1-x^3}}dx

Notice that x3x^3 can be expressed as (x3/2)2(x^{3/2})^2. This form, 1u2\sqrt{1-u^2} in the denominator, is characteristic of the derivative of arcsin(u)\arcsin(u).

Step 2: Choose an appropriate substitution

Let u=x3/2u = x^{3/2}.

Step 3: Find the differential dudu

Differentiate uu with respect to xx:

dudx=ddx(x3/2)=32x(3/2)1=32x1/2=32x\frac{du}{dx} = \frac{d}{dx}(x^{3/2}) = \frac{3}{2}x^{(3/2)-1} = \frac{3}{2}x^{1/2} = \frac{3}{2}\sqrt{x}

From this, we can express xdx\sqrt{x}dx in terms of dudu:

du=32xdx    xdx=23dudu = \frac{3}{2}\sqrt{x}dx \implies \sqrt{x}dx = \frac{2}{3}du

Step 4: Substitute into the integral

Now substitute uu and dxdx into the integral:

11(x3/2)2(xdx)=11u2(23du)\int \frac{1}{\sqrt{1-(x^{3/2})^2}} (\sqrt{x}dx) = \int \frac{1}{\sqrt{1-u^2}} \left(\frac{2}{3}du\right) =2311u2du= \frac{2}{3} \int \frac{1}{\sqrt{1-u^2}}du

Step 5: Evaluate the standard integral

The integral 11u2du\int \frac{1}{\sqrt{1-u^2}}du is a standard integral, which evaluates to arcsin(u)+C\arcsin(u) + C.

=23arcsin(u)+C= \frac{2}{3} \arcsin(u) + C

Step 6: Substitute back to the original variable

Finally, substitute u=x3/2u = x^{3/2} back into the result:

=23arcsin(x3/2)+C= \frac{2}{3} \arcsin(x^{3/2}) + C

The domain of the integrand requires x0x \ge 0 and 1x3>01-x^3 > 0, so 0x<10 \le x < 1. In this domain, x3/2x^{3/2} is well-defined and lies in [0,1)[0, 1), which is within the domain of arcsin\arcsin.