Skip to main content
Back to Definite Integration
JEE Main 2024
Definite Integration
Definite Integration
Hard

Question

The value of the integral 01xdx(1+x)(1+3x)(3+x)\int\limits_0^1 {{{\sqrt x dx} \over {(1 + x)(1 + 3x)(3 + x)}}} is :

Options

Solution

Key Concepts and Formulas

  • Substitution Rule for Definite Integrals: If u=g(x)u = g(x) is a differentiable function whose range is an interval II, and ff is continuous on II, then abf(g(x))g(x)dx=g(a)g(b)f(u)du\int_a^b f(g(x))g'(x) dx = \int_{g(a)}^{g(b)} f(u) du.
  • Partial Fraction Decomposition: A technique used to express a rational function as a sum of simpler rational functions. For a rational function of the form P(x)Q(x)\frac{P(x)}{Q(x)}, where Q(x)Q(x) can be factored, we can decompose it into simpler fractions. In this problem, we will treat xx as a variable and perform partial fraction decomposition on the expression involving x\sqrt{x}.
  • Standard Integrals: Knowledge of standard integral forms, particularly those involving inverse trigonometric functions like 1a2+u2du=1aarctan(ua)+C\int \frac{1}{a^2+u^2} du = \frac{1}{a} \arctan\left(\frac{u}{a}\right) + C.

Step-by-Step Solution

Step 1: Strategic Substitution To simplify the integrand, we observe the presence of x\sqrt{x}. Let u=xu = \sqrt{x}. Then u2=xu^2 = x, and differentiating both sides with respect to uu, we get 2udu=dx2u \, du = dx. We also need to change the limits of integration. When x=0x = 0, u=0=0u = \sqrt{0} = 0. When x=1x = 1, u=1=1u = \sqrt{1} = 1. Substituting these into the integral, we get: 01xdx(1+x)(1+3x)(3+x)=01u(2udu)(1+u2)(1+3u2)(3+u2)=201u2du(1+u2)(1+3u2)(3+u2)\int_0^1 \frac{\sqrt{x} \, dx}{(1+x)(1+3x)(3+x)} = \int_0^1 \frac{u \cdot (2u \, du)}{(1+u^2)(1+3u^2)(3+u^2)} = 2 \int_0^1 \frac{u^2 \, du}{(1+u^2)(1+3u^2)(3+u^2)}

Step 2: Partial Fraction Decomposition Now we need to decompose the rational function u2(1+u2)(1+3u2)(3+u2)\frac{u^2}{(1+u^2)(1+3u^2)(3+u^2)}. Let y=u2y = u^2. Then the expression becomes y(1+y)(1+3y)(3+y)\frac{y}{(1+y)(1+3y)(3+y)}. We decompose this into partial fractions: y(1+y)(1+3y)(3+y)=A1+y+B1+3y+C3+y\frac{y}{(1+y)(1+3y)(3+y)} = \frac{A}{1+y} + \frac{B}{1+3y} + \frac{C}{3+y} Multiplying both sides by (1+y)(1+3y)(3+y)(1+y)(1+3y)(3+y), we get: y=A(1+3y)(3+y)+B(1+y)(3+y)+C(1+y)(1+3y)y = A(1+3y)(3+y) + B(1+y)(3+y) + C(1+y)(1+3y) To find the constants AA, BB, and CC, we can substitute specific values of yy:

  • Let y=1y = -1: 1=A(13)(31)+B(0)+C(0)-1 = A(1 - 3)(3 - 1) + B(0) + C(0) 1=A(2)(2)=4A    A=14-1 = A(-2)(2) = -4A \implies A = \frac{1}{4}
  • Let y=13y = -\frac{1}{3}: 13=A(0)+B(113)(313)+C(0)-\frac{1}{3} = A(0) + B\left(1 - \frac{1}{3}\right)\left(3 - \frac{1}{3}\right) + C(0) 13=B(23)(83)=B(169)    B=13916=316-\frac{1}{3} = B\left(\frac{2}{3}\right)\left(\frac{8}{3}\right) = B\left(\frac{16}{9}\right) \implies B = -\frac{1}{3} \cdot \frac{9}{16} = -\frac{3}{16}
  • Let y=3y = -3: 3=A(0)+B(0)+C(13)(19)-3 = A(0) + B(0) + C(1 - 3)(1 - 9) 3=C(2)(8)=16C    C=316-3 = C(-2)(-8) = 16C \implies C = -\frac{3}{16} So, the partial fraction decomposition is: y(1+y)(1+3y)(3+y)=1/41+y3/161+3y3/163+y\frac{y}{(1+y)(1+3y)(3+y)} = \frac{1/4}{1+y} - \frac{3/16}{1+3y} - \frac{3/16}{3+y} Substituting back y=u2y = u^2: u2(1+u2)(1+3u2)(3+u2)=14(1+u2)316(1+3u2)316(3+u2)\frac{u^2}{(1+u^2)(1+3u^2)(3+u^2)} = \frac{1}{4(1+u^2)} - \frac{3}{16(1+3u^2)} - \frac{3}{16(3+u^2)}

Step 3: Integrating the Partial Fractions Now we integrate the decomposed terms with respect to uu from 00 to 11. The integral becomes: 201(14(1+u2)316(1+3u2)316(3+u2))du2 \int_0^1 \left( \frac{1}{4(1+u^2)} - \frac{3}{16(1+3u^2)} - \frac{3}{16(3+u^2)} \right) du We can integrate each term separately:

  • Term 1: 0114(1+u2)du=140111+u2du=14[arctan(u)]01=14(arctan(1)arctan(0))=14(π40)=π16\int_0^1 \frac{1}{4(1+u^2)} du = \frac{1}{4} \int_0^1 \frac{1}{1+u^2} du = \frac{1}{4} [\arctan(u)]_0^1 = \frac{1}{4} (\arctan(1) - \arctan(0)) = \frac{1}{4} \left(\frac{\pi}{4} - 0\right) = \frac{\pi}{16}.
  • Term 2: 01316(1+3u2)du=3160111+(3u)2du\int_0^1 \frac{3}{16(1+3u^2)} du = \frac{3}{16} \int_0^1 \frac{1}{1+(\sqrt{3}u)^2} du. Let v=3uv = \sqrt{3}u, so dv=3dudv = \sqrt{3} du, which means du=13dvdu = \frac{1}{\sqrt{3}} dv. When u=0u=0, v=0v=0. When u=1u=1, v=3v=\sqrt{3}. 3160311+v213dv=3163[arctan(v)]03=316(arctan(3)arctan(0))=316(π30)=π348\frac{3}{16} \int_0^{\sqrt{3}} \frac{1}{1+v^2} \cdot \frac{1}{\sqrt{3}} dv = \frac{3}{16\sqrt{3}} [\arctan(v)]_0^{\sqrt{3}} = \frac{\sqrt{3}}{16} (\arctan(\sqrt{3}) - \arctan(0)) = \frac{\sqrt{3}}{16} \left(\frac{\pi}{3} - 0\right) = \frac{\pi\sqrt{3}}{48}
  • Term 3: 01316(3+u2)du=3160113(1+u2/3)du=1160111+(u/3)2du\int_0^1 \frac{3}{16(3+u^2)} du = \frac{3}{16} \int_0^1 \frac{1}{3(1 + u^2/3)} du = \frac{1}{16} \int_0^1 \frac{1}{1+(u/\sqrt{3})^2} du. Let w=u/3w = u/\sqrt{3}, so dw=13dudw = \frac{1}{\sqrt{3}} du, which means du=3dwdu = \sqrt{3} dw. When u=0u=0, w=0w=0. When u=1u=1, w=1/3w=1/\sqrt{3}. 11601/311+w23dw=316[arctan(w)]01/3=316(arctan(13)arctan(0))=316(π60)=π396\frac{1}{16} \int_0^{1/\sqrt{3}} \frac{1}{1+w^2} \cdot \sqrt{3} dw = \frac{\sqrt{3}}{16} [\arctan(w)]_0^{1/\sqrt{3}} = \frac{\sqrt{3}}{16} \left(\arctan\left(\frac{1}{\sqrt{3}}\right) - \arctan(0)\right) = \frac{\sqrt{3}}{16} \left(\frac{\pi}{6} - 0\right) = \frac{\pi\sqrt{3}}{96}

Step 4: Combining the Integrated Terms Now we combine the results of the integration and multiply by the factor of 2 from Step 1. The integral is: 2(π16π348π396)2 \left( \frac{\pi}{16} - \frac{\pi\sqrt{3}}{48} - \frac{\pi\sqrt{3}}{96} \right) To combine the terms with 3\sqrt{3}, we find a common denominator: 2(π162π396π396)=2(π163π396)2 \left( \frac{\pi}{16} - \frac{2\pi\sqrt{3}}{96} - \frac{\pi\sqrt{3}}{96} \right) = 2 \left( \frac{\pi}{16} - \frac{3\pi\sqrt{3}}{96} \right) Simplify the fraction 396\frac{3}{96}: 396=132\frac{3}{96} = \frac{1}{32}. 2(π16π332)2 \left( \frac{\pi}{16} - \frac{\pi\sqrt{3}}{32} \right) Distribute the 2: 2π162π332=π8π3162 \cdot \frac{\pi}{16} - 2 \cdot \frac{\pi\sqrt{3}}{32} = \frac{\pi}{8} - \frac{\pi\sqrt{3}}{16} Factor out π8\frac{\pi}{8}: π8(132)\frac{\pi}{8} \left( 1 - \frac{\sqrt{3}}{2} \right)

Common Mistakes & Tips

  • Incorrectly changing limits of integration: Always ensure that the limits of integration are correctly transformed according to the substitution made.
  • Algebraic errors in partial fraction decomposition: Carefully check the calculations when solving for the constants AA, BB, and CC. A small error here will propagate through the entire solution.
  • Errors in standard integral forms: Double-check the formulas for integrals of the form 1a2+u2du\int \frac{1}{a^2+u^2} du and related forms.
  • Simplifying radicals and fractions: Pay close attention to simplifying expressions involving square roots and fractions to avoid errors in the final answer.

Summary

The problem was solved by first applying a substitution u=xu = \sqrt{x} to simplify the integrand and change the limits of integration. This led to a rational function in terms of u2u^2, which was then decomposed into simpler partial fractions. Each of these partial fractions was integrated using standard integral formulas, particularly those involving arctangent. Finally, the results were combined and simplified to obtain the definite value of the integral.

The final answer is π8(132)\boxed{{\frac{\pi}{8}\left( {1 - \frac{\sqrt 3 }{2}} \right)}}, which corresponds to option (A).

Practice More Definite Integration Questions

View All Questions