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

Question

If 1x1x1+xdx=g(x)+c\int {{1 \over x}\sqrt {{{1 - x} \over {1 + x}}} dx = g(x) + c} , g(1)=0g(1) = 0, then g(12)g\left( {{1 \over 2}} \right) is equal to :

Options

Solution

Key Concepts and Formulas

  • Integration by Substitution: f(g(x))g(x)dx=F(g(x))+C\int f(g(x))g'(x) dx = F(g(x)) + C, where F(u)=f(u)F'(u) = f(u).
  • Trigonometric Identities: sin2(x)+cos2(x)=1\sin^2(x) + \cos^2(x) = 1, sin1(x)+cos1(x)=π2\sin^{-1}(x) + \cos^{-1}(x) = \frac{\pi}{2}.
  • Standard Integrals: dxx21=lnx+x21+C\int \frac{dx}{\sqrt{x^2-1}} = \ln|x + \sqrt{x^2-1}| + C, dx1x2=sin1(x)+C\int \frac{dx}{\sqrt{1-x^2}} = \sin^{-1}(x) + C.

Step-by-Step Solution

Step 1: Rewrite the integral. We are given the integral: I=1x1x1+xdxI = \int \frac{1}{x} \sqrt{\frac{1-x}{1+x}} dx Multiply the numerator and denominator of the fraction inside the square root by (1+x)(1+x) to simplify: I=1x(1x)(1+x)(1+x)2dx=1x1x21+xdxI = \int \frac{1}{x} \sqrt{\frac{(1-x)(1+x)}{(1+x)^2}} dx = \int \frac{1}{x} \frac{\sqrt{1-x^2}}{1+x} dx This form doesn't immediately lead to a simpler integration. Instead, let's multiply by 1x\sqrt{1-x} in numerator and denominator inside the square root: I=1x1x1+x1x1xdx=1x1x1x2dxI = \int \frac{1}{x} \sqrt{\frac{1-x}{1+x} \cdot \frac{1-x}{1-x}} dx = \int \frac{1}{x} \frac{1-x}{\sqrt{1-x^2}} dx I=1xx1x2dx=1x1x2dxxx1x2dxI = \int \frac{1-x}{x\sqrt{1-x^2}} dx = \int \frac{1}{x\sqrt{1-x^2}} dx - \int \frac{x}{x\sqrt{1-x^2}} dx I=1x1x2dx11x2dxI = \int \frac{1}{x\sqrt{1-x^2}} dx - \int \frac{1}{\sqrt{1-x^2}} dx

Step 2: Evaluate the first integral using substitution. Let x=1tx = \frac{1}{t}. Then, dx=1t2dtdx = -\frac{1}{t^2} dt. Substituting these into the first integral: 1x1x2dx=11t11t2(1t2)dt=1/t21tt21tdt=1t21dt\int \frac{1}{x\sqrt{1-x^2}} dx = \int \frac{1}{\frac{1}{t}\sqrt{1-\frac{1}{t^2}}} \left(-\frac{1}{t^2}\right) dt = \int \frac{-1/t^2}{\frac{1}{t}\frac{\sqrt{t^2-1}}{t}} dt = \int \frac{-1}{\sqrt{t^2-1}} dt =1t21dt=lnt+t21+C1= -\int \frac{1}{\sqrt{t^2-1}} dt = -\ln|t + \sqrt{t^2-1}| + C_1 Substituting back t=1xt = \frac{1}{x}: =ln1x+1x21+C1= -\ln\left|\frac{1}{x} + \sqrt{\frac{1}{x^2}-1}\right| + C_1

Step 3: Evaluate the second integral. The second integral is a standard integral: 11x2dx=sin1(x)+C2\int \frac{1}{\sqrt{1-x^2}} dx = \sin^{-1}(x) + C_2

Step 4: Combine the results. Substituting the results from Step 2 and Step 3 back into the expression for II: I=ln1x+1x21sin1(x)+CI = -\ln\left|\frac{1}{x} + \sqrt{\frac{1}{x^2}-1}\right| - \sin^{-1}(x) + C Since sin1(x)=π2cos1(x)\sin^{-1}(x) = \frac{\pi}{2} - \cos^{-1}(x), we have: I=ln1x+1x21(π2cos1(x))+CI = -\ln\left|\frac{1}{x} + \sqrt{\frac{1}{x^2}-1}\right| - \left(\frac{\pi}{2} - \cos^{-1}(x)\right) + C I=ln1x+1x21+cos1(x)π2+CI = -\ln\left|\frac{1}{x} + \sqrt{\frac{1}{x^2}-1}\right| + \cos^{-1}(x) - \frac{\pi}{2} + C I=cos1(x)ln1x+1x21+CI = \cos^{-1}(x) - \ln\left|\frac{1}{x} + \sqrt{\frac{1}{x^2}-1}\right| + C' where C=Cπ2C' = C - \frac{\pi}{2}.

Step 5: Determine g(x). We are given that I=g(x)+cI = g(x) + c, so g(x)=cos1(x)ln1x+1x21g(x) = \cos^{-1}(x) - \ln\left|\frac{1}{x} + \sqrt{\frac{1}{x^2}-1}\right|

Step 6: Use the condition g(1) = 0 to verify. g(1)=cos1(1)ln11+1121=0ln1+0=0ln(1)=0g(1) = \cos^{-1}(1) - \ln\left|\frac{1}{1} + \sqrt{\frac{1}{1^2}-1}\right| = 0 - \ln|1+0| = 0 - \ln(1) = 0 This confirms our expression for g(x)g(x).

Step 7: Calculate g(1/2). g(12)=cos1(12)ln112+1(12)21=cos1(12)ln2+41g\left(\frac{1}{2}\right) = \cos^{-1}\left(\frac{1}{2}\right) - \ln\left|\frac{1}{\frac{1}{2}} + \sqrt{\frac{1}{(\frac{1}{2})^2}-1}\right| = \cos^{-1}\left(\frac{1}{2}\right) - \ln|2 + \sqrt{4-1}| g(12)=π3ln(2+3)g\left(\frac{1}{2}\right) = \frac{\pi}{3} - \ln(2+\sqrt{3}) Since ln(a)=ln(1a)\ln(a) = -\ln(\frac{1}{a}), g(12)=π3+ln(12+3)=π3+ln(23(2+3)(23))g\left(\frac{1}{2}\right) = \frac{\pi}{3} + \ln\left(\frac{1}{2+\sqrt{3}}\right) = \frac{\pi}{3} + \ln\left(\frac{2-\sqrt{3}}{(2+\sqrt{3})(2-\sqrt{3})}\right) g(12)=π3+ln(2343)=π3+ln(23)g\left(\frac{1}{2}\right) = \frac{\pi}{3} + \ln\left(\frac{2-\sqrt{3}}{4-3}\right) = \frac{\pi}{3} + \ln(2-\sqrt{3}) Multiply by 2+32+3\frac{2+\sqrt{3}}{2+\sqrt{3}} to rationalize the denominator of 313+1\frac{\sqrt{3}-1}{\sqrt{3}+1}. We can rewrite 232 - \sqrt{3} as (23)(2+3)2+3=432+3=12+3\frac{(2 - \sqrt{3})(2 + \sqrt{3})}{2 + \sqrt{3}} = \frac{4 - 3}{2 + \sqrt{3}} = \frac{1}{2 + \sqrt{3}}. We want to express it in the form 313+1\frac{\sqrt{3} - 1}{\sqrt{3} + 1}. 313+1=(31)(31)(3+1)(31)=323+131=4232=23\frac{\sqrt{3} - 1}{\sqrt{3} + 1} = \frac{(\sqrt{3} - 1)(\sqrt{3} - 1)}{(\sqrt{3} + 1)(\sqrt{3} - 1)} = \frac{3 - 2\sqrt{3} + 1}{3 - 1} = \frac{4 - 2\sqrt{3}}{2} = 2 - \sqrt{3}. Therefore, g(12)=π3+ln(313+1)g(\frac{1}{2}) = \frac{\pi}{3} + \ln\left(\frac{\sqrt{3}-1}{\sqrt{3}+1}\right).

Common Mistakes & Tips

  • Sign Errors: Be extra careful with negative signs during substitution and simplification.
  • Constant of Integration: Remember to include the constant of integration (+C) after each indefinite integral. However, we can combine them into a single constant at the end.
  • Simplifying Logarithms: Use logarithm properties to simplify the final expression.

Summary

We evaluated the given indefinite integral by using substitution and standard integral formulas. We then applied the condition g(1)=0g(1) = 0 to confirm our expression for g(x)g(x). Finally, we calculated g(12)g(\frac{1}{2}) and simplified the result to match one of the given options.

Final Answer The final answer is loge(313+1)+π3\boxed{{\log _e}\left( {{{\sqrt 3 - 1} \over {\sqrt 3 + 1}}} \right) + {\pi \over 3}}, which corresponds to option (A).

Practice More Indefinite Integration Questions

View All Questions