Skip to main content
Back to Indefinite Integration
JEE Main 2018
Indefinite Integration
Indefinite Integrals
Hard

Question

The integral dxx2(x4+1)3/4\int {{{dx} \over {{x^2}{{\left( {{x^4} + 1} \right)}^{3/4}}}}} equals :

Options

Solution

Key Concepts and Formulas

  • Indefinite Integration: xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C, where n1n \neq -1 and CC is the constant of integration.
  • Substitution Method: If f(g(x))g(x)dx\int f(g(x))g'(x) dx exists, then substituting u=g(x)u = g(x) and du=g(x)dxdu = g'(x) dx transforms the integral into f(u)du\int f(u) du.
  • Algebraic manipulation and simplification.

Step-by-Step Solution

Step 1: Rewrite the integral We are given the integral: I=dxx2(x4+1)3/4I = \int \frac{dx}{x^2(x^4 + 1)^{3/4}} Our goal is to simplify this integral using substitution.

Step 2: Manipulate the integrand We rewrite the integrand by factoring out x4x^4 from the term inside the parentheses: I=dxx2(x4(1+x4))3/4=dxx2(x4)3/4(1+x4)3/4=dxx2x3(1+x4)3/4=dxx5(1+x4)3/4I = \int \frac{dx}{x^2(x^4(1 + x^{-4}))^{3/4}} = \int \frac{dx}{x^2(x^4)^{3/4}(1 + x^{-4})^{3/4}} = \int \frac{dx}{x^2 \cdot x^3 (1 + x^{-4})^{3/4}} = \int \frac{dx}{x^5 (1 + x^{-4})^{3/4}}

Step 3: Perform the substitution Let y=1+x4y = 1 + x^{-4}. Then, dydx=4x5\frac{dy}{dx} = -4x^{-5}, which means dy=4x5dxdy = -4x^{-5} dx. Therefore, x5dx=14dyx^{-5} dx = -\frac{1}{4} dy. Substituting this into the integral, we get: I=dxx5(1+x4)3/4=1(1+x4)3/4dxx5=1y3/4(14dy)=14y3/4dyI = \int \frac{dx}{x^5 (1 + x^{-4})^{3/4}} = \int \frac{1}{(1 + x^{-4})^{3/4}} \cdot \frac{dx}{x^5} = \int \frac{1}{y^{3/4}} \cdot \left(-\frac{1}{4} dy\right) = -\frac{1}{4} \int y^{-3/4} dy

Step 4: Evaluate the integral Now we can easily integrate with respect to yy: I=14y3/4dy=14y3/4+13/4+1+C=14y1/41/4+C=y1/4+CI = -\frac{1}{4} \int y^{-3/4} dy = -\frac{1}{4} \cdot \frac{y^{-3/4 + 1}}{-3/4 + 1} + C = -\frac{1}{4} \cdot \frac{y^{1/4}}{1/4} + C = -y^{1/4} + C

Step 5: Substitute back for x Substituting y=1+x4y = 1 + x^{-4} back into the expression, we have: I=(1+x4)1/4+C=(1+1x4)1/4+C=(x4+1x4)1/4+CI = -(1 + x^{-4})^{1/4} + C = -\left(1 + \frac{1}{x^4}\right)^{1/4} + C = -\left(\frac{x^4 + 1}{x^4}\right)^{1/4} + C

Step 6: Verify the answer matches the correct answer. The correct answer provided is (x4+1)14+c - {\left( {{x^4} + 1} \right)^{{1 \over 4}}} + c. Our answer is (x4+1x4)1/4+C - \left(\frac{x^4 + 1}{x^4}\right)^{1/4} + C. Let's differentiate the correct answer. ddx((x4+1)1/4+C)=14(x4+1)3/4(4x3)=x3(x4+1)3/4\frac{d}{dx} \left( - (x^4+1)^{1/4} + C \right) = - \frac{1}{4} (x^4+1)^{-3/4} (4x^3) = - \frac{x^3}{(x^4+1)^{3/4}} This is not the original integrand.

Let's differentiate our answer. ddx((x4+1x4)1/4+C)=14(x4+1x4)3/4(4x3(x4)4x3(x4+1)x8)=14(x4+1x4)3/4(4x74x74x3x8)=14(x4+1x4)3/4(4x3x8)=x5(x4+1x4)3/4=1x5(x4+1)3/4x3=1x2(x4+1)3/4\frac{d}{dx} \left( - \left(\frac{x^4 + 1}{x^4}\right)^{1/4} + C \right) = - \frac{1}{4} \left(\frac{x^4 + 1}{x^4}\right)^{-3/4} \left(\frac{4x^3(x^4) - 4x^3(x^4+1)}{x^8} \right) = -\frac{1}{4} \left(\frac{x^4 + 1}{x^4}\right)^{-3/4} \left( \frac{4x^7 - 4x^7 - 4x^3}{x^8} \right) = -\frac{1}{4} \left(\frac{x^4 + 1}{x^4}\right)^{-3/4} \left( \frac{-4x^3}{x^8} \right) = \frac{x^{-5}}{\left( \frac{x^4+1}{x^4} \right)^{3/4}} = \frac{1}{x^5 \frac{(x^4+1)^{3/4}}{x^3}} = \frac{1}{x^2 (x^4+1)^{3/4}} This matches the original integrand.

The provided correct answer is incorrect.

Common Mistakes & Tips

  • Be careful with algebraic manipulations, especially when dealing with fractional exponents.
  • Remember to substitute back to the original variable after integration.
  • Always check your answer by differentiating to see if you get back the original integrand.

Summary

We solved the given indefinite integral by first manipulating the integrand to isolate a suitable term for substitution. After performing the substitution and integrating, we substituted back to express the result in terms of the original variable, x. The final answer is (x4+1x4)14+C - {\left( {{{{x^4} + 1} \over {{x^4}}}} \right)^{{1 \over 4}}} + C. The correct answer provided is incorrect.

Final Answer

The final answer is \boxed{-{\left( {{{{x^4} + 1} \over {{x^4}}}} \right)^{{1 \over 4}}} + c}, which corresponds to option (B).

Practice More Indefinite Integration Questions

View All Questions