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

Question

The integral 2x31x4+xdx\int {{{2{x^3} - 1} \over {{x^4} + x}}} dx is equal to : (Here C is a constant of integration)

Options

Solution

Key Concepts and Formulas

  • Integration by Substitution: If we can express an integral in the form f(g(x))g(x)dx\int f(g(x))g'(x) \, dx, then we can substitute u=g(x)u = g(x), so du=g(x)dxdu = g'(x) \, dx, and the integral becomes f(u)du\int f(u) \, du.
  • Logarithmic Differentiation/Integration: f(x)f(x)dx=lnf(x)+C\int \frac{f'(x)}{f(x)} \, dx = \ln|f(x)| + C.
  • Properties of Logarithms: lnalnb=lnab\ln a - \ln b = \ln \frac{a}{b}.

Step-by-Step Solution

Step 1: Factor the denominator. We start by factoring the denominator of the integrand: 2x31x4+xdx=2x31x(x3+1)dx\int \frac{2x^3 - 1}{x^4 + x} \, dx = \int \frac{2x^3 - 1}{x(x^3 + 1)} \, dx

Step 2: Manipulate the integrand to apply substitution. Divide both numerator and denominator by x2x^2 to get the form f(x)f(x)\frac{f'(x)}{f(x)}: 2x31x(x3+1)dx=2x1x2x2+1xdx\int \frac{2x^3 - 1}{x(x^3 + 1)} \, dx = \int \frac{2x - \frac{1}{x^2}}{x^2 + \frac{1}{x}} \, dx

Step 3: Perform the substitution. Let u=x2+1x=x2+x1u = x^2 + \frac{1}{x} = x^2 + x^{-1}. Then, dudx=2x1x2\frac{du}{dx} = 2x - \frac{1}{x^2}. Thus, du=(2x1x2)dxdu = (2x - \frac{1}{x^2}) \, dx. The integral becomes: 2x1x2x2+1xdx=duu\int \frac{2x - \frac{1}{x^2}}{x^2 + \frac{1}{x}} \, dx = \int \frac{du}{u}

Step 4: Integrate with respect to uu. duu=lnu+C\int \frac{du}{u} = \ln |u| + C

Step 5: Substitute back for xx. Substitute u=x2+1xu = x^2 + \frac{1}{x} back into the expression: lnu+C=lnx2+1x+C=lnx3+1x+C\ln |u| + C = \ln \left|x^2 + \frac{1}{x}\right| + C = \ln \left|\frac{x^3 + 1}{x}\right| + C

Step 6: Use logarithm properties to rewrite the expression. lnx3+1x+C=lnx3+1lnx+C\ln \left|\frac{x^3 + 1}{x}\right| + C = \ln |x^3 + 1| - \ln |x| + C We can rewrite this as: lnx3+1lnx+C=lnx3+1+Clnx+C \ln |x^3 + 1| - \ln |x| + C = \ln|x^3+1| + C' - \ln|x| + C'' where C=C+CC = C' + C''. This is equivalent to lnx3+1lnx+C=lnx3+1lnx+lneC=lnx3+1x+C\ln|x^3+1| - \ln|x| + C = \ln |x^3+1| - \ln |x| + \ln e^C = \ln\left| \frac{x^3+1}{x} \right| + C

Step 7: Compare with the options. The expression lnx3+1x+C\ln \left|\frac{x^3 + 1}{x}\right| + C matches option (C). However, we need to arrive at option (A). Let's manipulate the expression further.

Step 8: Re-examine the given answer and try to reach it.

Given answer is lnex3+1x2+C\ln_e \left| \frac{x^3 + 1}{x^2} \right| + C. Our current result is lnx3+1x+C\ln \left|\frac{x^3 + 1}{x}\right| + C. Somewhere we made a mistake. Let's go back to Step 2.

Step 2 (Revised): Instead of dividing by x2x^2, we should have kept xx in the denominator. 2x31x(x3+1)dx=2x31x4+xdx\int \frac{2x^3 - 1}{x(x^3 + 1)} \, dx = \int \frac{2x^3 - 1}{x^4 + x} \, dx Now, we want to write the numerator as a derivative of the denominator. Notice that the derivative of x4+xx^4 + x is 4x3+14x^3 + 1. Let's try to manipulate the integral to get this form: 2x31x4+xdx\int \frac{2x^3 - 1}{x^4 + x} \, dx It doesn't seem like we can directly write the numerator as a constant times the derivative of the denominator.

Let's try partial fraction decomposition instead. 2x31x(x3+1)=Ax+Bx2+Cx+Dx3+1\frac{2x^3 - 1}{x(x^3 + 1)} = \frac{A}{x} + \frac{Bx^2 + Cx + D}{x^3 + 1} 2x31=A(x3+1)+(Bx2+Cx+D)x=Ax3+A+Bx3+Cx2+Dx2x^3 - 1 = A(x^3 + 1) + (Bx^2 + Cx + D)x = Ax^3 + A + Bx^3 + Cx^2 + Dx Comparing coefficients: x3:2=A+Bx^3: 2 = A + B x2:0=Cx^2: 0 = C x:0=Dx: 0 = D Constant: 1=A-1 = A So, A=1A = -1, B=3B = 3, C=0C = 0, D=0D = 0. 2x31x(x3+1)dx=(1x+3x2x3+1)dx=1xdx+3x2x3+1dx\int \frac{2x^3 - 1}{x(x^3 + 1)} \, dx = \int \left( \frac{-1}{x} + \frac{3x^2}{x^3 + 1} \right) \, dx = -\int \frac{1}{x} \, dx + 3 \int \frac{x^2}{x^3 + 1} \, dx =lnx+lnx3+1+C=lnx3+1lnx+C=lnx3+1x+C= -\ln |x| + \ln |x^3 + 1| + C = \ln |x^3 + 1| - \ln |x| + C = \ln \left| \frac{x^3 + 1}{x} \right| + C The problem states that the answer is lnex3+1x2+C\ln_e \left| \frac{x^3 + 1}{x^2} \right| + C.

Let's examine where we went wrong.

We want to get lnx3+1x2+C\ln \left| \frac{x^3 + 1}{x^2} \right| + C. This is equal to lnx3+1lnx2+C=lnx3+12lnx+C\ln |x^3 + 1| - \ln |x^2| + C = \ln |x^3 + 1| - 2\ln |x| + C.

The correct split should give us 2x31x(x3+1)=Ax+Bx2+Cx+Dx3+1\frac{2x^3 - 1}{x(x^3 + 1)} = \frac{A}{x} + \frac{Bx^2 + Cx + D}{x^3 + 1} 2x31=A(x3+1)+x(Bx2+Cx+D)2x^3 - 1 = A(x^3 + 1) + x(Bx^2 + Cx + D) 2x31=Ax3+A+Bx3+Cx2+Dx2x^3 - 1 = Ax^3 + A + Bx^3 + Cx^2 + Dx 2=A+B2 = A + B, 0=C0 = C, 0=D0 = D, 1=A-1 = A. So A=1A = -1, B=3B = 3, C=0C = 0, D=0D = 0. 1x+3x2x3+1dx=lnx+lnx3+1+C\int \frac{-1}{x} + \frac{3x^2}{x^3 + 1} dx = -\ln |x| + \ln |x^3 + 1| + C This is still lnx3+1x+C\ln \left| \frac{x^3 + 1}{x} \right| + C.

Let's try to manipulate the equation to get the required answer. lnx3+1x=lnx3+1x2+lnx\ln \left| \frac{x^3 + 1}{x} \right| = \ln \left| \frac{x^3 + 1}{x^2} \right| + \ln |x|. This is not correct.

Let's check the given answer. lnx3+1x2+C\ln \left| \frac{x^3 + 1}{x^2} \right| + C. If we differentiate this, we get x2x3+13x2(x2)2x(x3+1)x4=3x42x42xx2(x3+1)=x42xx2(x3+1)=x32x(x3+1)\frac{x^2}{x^3 + 1} \cdot \frac{3x^2(x^2) - 2x(x^3 + 1)}{x^4} = \frac{3x^4 - 2x^4 - 2x}{x^2(x^3 + 1)} = \frac{x^4 - 2x}{x^2(x^3 + 1)} = \frac{x^3 - 2}{x(x^3 + 1)}. This is not equal to 2x31x(x3+1)\frac{2x^3 - 1}{x(x^3 + 1)}. So the answer is wrong.

The answer should be lnx3+1x+C\ln \left| \frac{x^3 + 1}{x} \right| + C.

Common Mistakes & Tips

  • Double-check the differentiation of the final answer to ensure it matches the original integrand.
  • Partial fraction decomposition can be useful when substitution doesn't immediately work.
  • Remember logarithm properties to simplify the final expression.

Summary

We factored the denominator, used partial fraction decomposition and integration, and simplified the expression using logarithm properties. The integral evaluates to lnx3+1x+C\ln \left| \frac{x^3 + 1}{x} \right| + C. The given correct answer, however, is lnx3+1x2+C\ln \left| \frac{x^3 + 1}{x^2} \right| + C. Since the provided correct answer is incorrect, we will derive what it should be. The correct answer to the integral is lnx3+1x+C\ln \left| \frac{x^3 + 1}{x} \right| + C.

Final Answer

The final answer is logex3+1x+C\boxed{{\log _e}\left| {{{{x^3} + 1} \over x}} \right| + C}. This corresponds to option (C).

Practice More Indefinite Integration Questions

View All Questions