A English

Integration by substitution Questions in English

Class 12 Mathematics · 7-1.Indefinite Integral · Integration by substitution

594+

Questions

English

Language

100%

With Solutions

Showing 47 of 594 questions in English

451
DifficultMCQ
If $\int \frac{\sqrt[4]{x}}{\sqrt{x}+\sqrt[4]{x}} d x=\frac{2}{3}\left[A \sqrt[4]{x^3}+B \sqrt[4]{x^2}+C \sqrt[4]{x}+D \log (1+\sqrt[4]{x})\right]+K$ then $\frac{2}{3}(A+B+C+D)=$
A
$\frac{2}{3}$
B
$-\frac{2}{3}$
C
$\frac{4}{3}$
D
$-\frac{4}{3}$

Solution

(B) Let $I = \int \frac{\sqrt[4]{x}}{\sqrt{x}+\sqrt[4]{x}} dx$.
Substitute $u = \sqrt[4]{x}$,then $x = u^4$ and $dx = 4u^3 du$.
Substituting these into the integral:
$I = \int \frac{u}{u^2+u} (4u^3 du) = 4 \int \frac{u^4}{u(u+1)} du = 4 \int \frac{u^3}{u+1} du$.
Using polynomial division,$\frac{u^3}{u+1} = u^2 - u + 1 - \frac{1}{u+1}$.
$I = 4 \int (u^2 - u + 1 - \frac{1}{u+1}) du = 4 (\frac{u^3}{3} - \frac{u^2}{2} + u - \log|u+1|) + K$.
$I = \frac{4}{3}u^3 - 2u^2 + 4u - 4 \log(u+1) + K$.
Factoring out $\frac{2}{3}$:
$I = \frac{2}{3} [2u^3 - 3u^2 + 6u - 6 \log(u+1)] + K$.
Substituting $u = \sqrt[4]{x}$:
$I = \frac{2}{3} [2 \sqrt[4]{x^3} - 3 \sqrt[4]{x^2} + 6 \sqrt[4]{x} - 6 \log(1+\sqrt[4]{x})] + K$.
Comparing with the given form,we get $A=2, B=-3, C=6, D=-6$.
Thus,$\frac{2}{3}(A+B+C+D) = \frac{2}{3}(2 - 3 + 6 - 6) = \frac{2}{3}(-1) = -\frac{2}{3}$.
452
EasyMCQ
$\int (\log x)^m x^n \, dx =$
A
$\int t^m e^{nt} \, dt, t = e^x$
B
$\int t^m e^{(n+1)t} \, dt, t = e^x$
C
$\int t^m e^{(n+1)t} \, dt, x = e^t$
D
$\int t^m e^{nt} \, dt, x = e^t$

Solution

(C) Let $I = \int (\log x)^m x^n \, dx$.
Substitute $\log x = t$,which implies $x = e^t$.
Then,differentiating both sides with respect to $t$,we get $dx = e^t \, dt$.
Substituting these into the integral:
$I = \int t^m (e^t)^n \cdot e^t \, dt$
$I = \int t^m e^{nt} \cdot e^t \, dt$
$I = \int t^m e^{(n+1)t} \, dt$.
Thus,the correct substitution is $x = e^t$ and the resulting integral is $\int t^m e^{(n+1)t} \, dt$.
453
MediumMCQ
$\int \frac{d x}{4+5 \cos x} = $
A
$-\frac{1}{3} \log \left|\frac{3+\tan \frac{x}{2}}{3-\tan \frac{x}{2}}\right|+C$
B
$\frac{1}{3} \log \left|\frac{3+\tan \frac{x}{2}}{3-\tan \frac{x}{2}}\right|+C$
C
$-\frac{1}{9} \log \left|\frac{3-\tan \frac{x}{2}}{3+\tan \frac{x}{2}}\right|+C$
D
$\frac{1}{9} \log \left|\frac{3-\tan \frac{x}{2}}{3+\tan \frac{x}{2}}\right|+C$

Solution

(B) Let $I = \int \frac{dx}{4+5 \cos x}$.
Using the substitution $\cos x = \frac{1-\tan^2(x/2)}{1+\tan^2(x/2)}$ and $dx = \frac{2 du}{1+u^2}$ where $u = \tan(x/2)$:
$I = \int \frac{\frac{2 du}{1+u^2}}{4+5\left(\frac{1-u^2}{1+u^2}\right)} = \int \frac{2 du}{4(1+u^2) + 5(1-u^2)} = \int \frac{2 du}{4+4u^2+5-5u^2} = \int \frac{2 du}{9-u^2}$.
Using the formula $\int \frac{dx}{a^2-x^2} = \frac{1}{2a} \ln \left| \frac{a+x}{a-x} \right| + C$:
$I = 2 \times \frac{1}{2(3)} \ln \left| \frac{3+u}{3-u} \right| + C = \frac{1}{3} \ln \left| \frac{3+\tan(x/2)}{3-\tan(x/2)} \right| + C$.
454
EasyMCQ
If $\int \sqrt{x}(1-x^3)^{-\frac{1}{2}} dx = \frac{2}{3} g(f(x)) + c$,then
A
$f(x)=\sqrt{x}, g(x)=\sin^{-1} x$
B
$f(x)=x^{\frac{3}{2}}, g(x)=\sin^{-1} x$
C
$f(x)=x^{\frac{3}{2}}, g(x)=\cos^{-1} x$
D
$f(x)=\sqrt{x}, g(x)=\cos^{-1} x$

Solution

(B) Let $I = \int \sqrt{x}(1-x^3)^{-\frac{1}{2}} dx$.
Substitute $t = x^{\frac{3}{2}}$,then $dt = \frac{3}{2} x^{\frac{1}{2}} dx$,which implies $\sqrt{x} dx = \frac{2}{3} dt$.
Since $x^3 = (x^{\frac{3}{2}})^2 = t^2$,the integral becomes:
$I = \int (1-t^2)^{-\frac{1}{2}} \left(\frac{2}{3} dt\right) = \frac{2}{3} \int \frac{1}{\sqrt{1-t^2}} dt$.
Integrating,we get $I = \frac{2}{3} \sin^{-1}(t) + c$.
Substituting $t = x^{\frac{3}{2}}$ back,we have $I = \frac{2}{3} \sin^{-1}(x^{\frac{3}{2}}) + c$.
Comparing this with $\frac{2}{3} g(f(x)) + c$,we identify $f(x) = x^{\frac{3}{2}}$ and $g(x) = \sin^{-1} x$.
455
EasyMCQ
If $f(x) = \frac{x}{(1 + nx^n)^{1/n}}$ for $n \geq 2$,then $\int x^{n-2} f(x) dx =$
A
$\frac{1}{n(n-1)}(1 + nx^n)^{1 - 1/n} + C$
B
$\frac{1}{(n-1)}(1 + nx^n)^{1 - 1/n} + C$
C
$\frac{1}{n(n-1)}(1 + nx^n)^{1 + 1/n} + C$
D
$\frac{1}{n+1}(1 + nx^n)^{1 + 1/n} + C$

Solution

(A) Given $\int x^{n-2} f(x) dx = \int x^{n-2} \cdot \frac{x}{(1 + nx^n)^{1/n}} dx = \int \frac{x^{n-1}}{(1 + nx^n)^{1/n}} dx$.
Let $t = 1 + nx^n$.
Then $dt = n \cdot n x^{n-1} dx = n^2 x^{n-1} dx$,which implies $x^{n-1} dx = \frac{1}{n^2} dt$.
Substituting these into the integral:
$\int \frac{1}{n^2} \cdot t^{-1/n} dt = \frac{1}{n^2} \left[ \frac{t^{-1/n + 1}}{-1/n + 1} \right] + C$.
$= \frac{1}{n^2} \left[ \frac{t^{(n-1)/n}}{(n-1)/n} \right] + C = \frac{1}{n^2} \cdot \frac{n}{n-1} \cdot t^{(n-1)/n} + C$.
$= \frac{1}{n(n-1)} (1 + nx^n)^{1 - 1/n} + C$.
456
MediumMCQ
$\int \frac{1+x \cos x}{x\left[1-x^2\left(e^{\sin x}\right)^2\right]} d x=$
A
$\frac{1}{2} \log \left|\frac{\left(x e^{\sin x}\right)^2}{\left(x e^{\sin x}\right)^2+1}\right|+c$
B
$-\frac{1}{2} \log \left|\frac{\left(x e^{\sin x}\right)^2}{\left(x e^{\sin x}\right)^2+1}\right|+c$
C
$\frac{1}{2} \log \left|\frac{\left(x e^{\sin x}\right)^2}{\left(x e^{\sin x}\right)^2-1}\right|+c$
D
$-\frac{1}{2} \log \left|\frac{\left(x e^{\sin x}\right)^2}{\left(x e^{\sin x}\right)^2-1}\right|+c$

Solution

(D) Let $I = \int \frac{1+x \cos x}{x[1-x^2(e^{\sin x})^2]} dx$.
Multiply the numerator and denominator by $e^{\sin x}$:
$I = \int \frac{(1+x \cos x) e^{\sin x}}{x e^{\sin x}[1-(x e^{\sin x})^2]} dx$.
Let $t = x e^{\sin x}$.
Then $dt = [e^{\sin x} + x e^{\sin x} \cos x] dx = e^{\sin x}(1+x \cos x) dx$.
Substituting these into the integral:
$I = \int \frac{dt}{t(1-t^2)} = \int \frac{dt}{t(1-t)(1+t)}$.
Using partial fractions:
$\frac{1}{t(1-t)(1+t)} = \frac{1}{t} + \frac{1}{2(1-t)} - \frac{1}{2(1+t)}$.
Integrating:
$I = \ln|t| - \frac{1}{2} \ln|1-t| - \frac{1}{2} \ln|1+t| + C = \ln|t| - \frac{1}{2} \ln|1-t^2| + C$.
$I = \frac{1}{2} \ln|t^2| - \frac{1}{2} \ln|1-t^2| + C = \frac{1}{2} \ln \left| \frac{t^2}{1-t^2} \right| + C$.
Substituting back $t = x e^{\sin x}$:
$I = \frac{1}{2} \ln \left| \frac{(x e^{\sin x})^2}{1-(x e^{\sin x})^2} \right| + C = -\frac{1}{2} \ln \left| \frac{(x e^{\sin x})^2}{(x e^{\sin x})^2-1} \right| + C$.
457
MediumMCQ
$\int \frac{d x}{(x-1) \sqrt{x+2}} = $
A
$\frac{2}{\sqrt{3}} \log \left|\frac{\sqrt{x+2}+\sqrt{3}}{\sqrt{x+2}-\sqrt{3}}\right|+C$
B
$\frac{-1}{\sqrt{3}} \log \left|\frac{\sqrt{x+2}-\sqrt{3}}{\sqrt{x+2}+\sqrt{3}}\right|+C$
C
$\frac{1}{\sqrt{3}} \log \left|\frac{\sqrt{x+2}+\sqrt{3}}{\sqrt{x+2}-\sqrt{3}}\right|+C$
D
$\frac{1}{\sqrt{3}} \log \left|\frac{\sqrt{x+2}-\sqrt{3}}{\sqrt{x+2}+\sqrt{3}}\right|+C$

Solution

(D) Let $I = \int \frac{d x}{(x-1) \sqrt{x+2}}$.
Substitute $t = \sqrt{x+2}$,which implies $t^2 = x+2$,so $x = t^2 - 2$.
Then $dx = 2t \, dt$.
Substituting these into the integral:
$I = \int \frac{2t \, dt}{(t^2 - 2 - 1)t} = \int \frac{2 \, dt}{t^2 - 3}$.
Using the standard integral formula $\int \frac{dx}{x^2 - a^2} = \frac{1}{2a} \log \left| \frac{x-a}{x+a} \right| + C$:
$I = 2 \times \frac{1}{2\sqrt{3}} \log \left| \frac{t-\sqrt{3}}{t+\sqrt{3}} \right| + C$.
$I = \frac{1}{\sqrt{3}} \log \left| \frac{\sqrt{x+2}-\sqrt{3}}{\sqrt{x+2}+\sqrt{3}} \right| + C$.
458
DifficultMCQ
The parametric form of a curve is $x = \frac{t^3}{t^2 - 1}$,$y = \frac{t}{t^2 - 1}$,then $\int \frac{dx}{x - 3y} =$
A
$\frac{1}{2} \log(t^2 - 1) + C$
B
$2 \log(t(t^2 - 1)) + C$
C
$\frac{1}{4} \log(\frac{t}{t^2 - 3}) + C$
D
$\frac{5}{2} \log(t + \frac{1}{t^2}) + C$

Solution

(A) Given $x = \frac{t^3}{t^2 - 1}$ and $y = \frac{t}{t^2 - 1}$.
First,calculate $x - 3y$:
$x - 3y = \frac{t^3}{t^2 - 1} - 3 \left( \frac{t}{t^2 - 1} \right) = \frac{t^3 - 3t}{t^2 - 1}$.
Next,find $dx$ by differentiating $x$ with respect to $t$:
$dx = \frac{d}{dt} \left( \frac{t^3}{t^2 - 1} \right) dt = \frac{(t^2 - 1)(3t^2) - t^3(2t)}{(t^2 - 1)^2} dt = \frac{3t^4 - 3t^2 - 2t^4}{(t^2 - 1)^2} dt = \frac{t^4 - 3t^2}{(t^2 - 1)^2} dt$.
Now,substitute these into the integral:
$\int \frac{dx}{x - 3y} = \int \frac{\frac{t^4 - 3t^2}{(t^2 - 1)^2} dt}{\frac{t^3 - 3t}{t^2 - 1}} = \int \frac{t^2(t^2 - 3)}{(t^2 - 1)^2} \cdot \frac{t^2 - 1}{t(t^2 - 3)} dt = \int \frac{t}{t^2 - 1} dt$.
Let $u = t^2 - 1$,then $du = 2t dt$,so $t dt = \frac{1}{2} du$.
$\int \frac{1}{2u} du = \frac{1}{2} \log|u| + C = \frac{1}{2} \log(t^2 - 1) + C$.
459
DifficultMCQ
$\int \frac{d x}{(x-3)^{\frac{4}{5}}(x+1)^{\frac{6}{5}}} = $
A
$\frac{5}{4} \sqrt[5]{\frac{x-3}{x+1}} + C$
B
$\frac{5}{4} \left(\frac{x+1}{x-3}\right)^{\frac{1}{5}} + C$
C
$\frac{1}{5} \left(\frac{x-3}{x+1}\right)^{\frac{1}{5}} + C$
D
$\frac{5}{4} \left(\frac{x-3}{x+4}\right)^{\frac{4}{5}} + C$

Solution

(A) Let $I = \int \frac{d x}{(x-3)^{\frac{4}{5}}(x+1)^{\frac{6}{5}}}$.
We can rewrite the integral as:
$I = \int \frac{d x}{(x+1)^2 \left(\frac{x-3}{x+1}\right)^{\frac{4}{5}}}$.
Let $t = \frac{x-3}{x+1}$.
Then,$dt = \frac{(x+1)(1) - (x-3)(1)}{(x+1)^2} dx = \frac{4}{(x+1)^2} dx$.
Thus,$\frac{dx}{(x+1)^2} = \frac{dt}{4}$.
Substituting these into the integral:
$I = \int \frac{1}{t^{\frac{4}{5}}} \cdot \frac{dt}{4} = \frac{1}{4} \int t^{-\frac{4}{5}} dt$.
$I = \frac{1}{4} \cdot \frac{t^{\frac{1}{5}}}{\frac{1}{5}} + C = \frac{5}{4} t^{\frac{1}{5}} + C$.
Substituting back $t = \frac{x-3}{x+1}$:
$I = \frac{5}{4} \left(\frac{x-3}{x+1}\right)^{\frac{1}{5}} + C$.
460
DifficultMCQ
If $\int \frac{\sin ^3 x}{\left(\cos ^4 x+3 \cos ^2 x+1\right) \tan ^{-1}(\sec x+\cos x)} d x=f(x)+C$,then $e^{f(x)}=$
A
$\tan ^{-1}(\sec x+\cos x)$
B
$\tan (\sec x+\cos x)$
C
$\frac{1}{\cos ^4 x+3 \cos ^2 x+1}$
D
$\frac{\sin x}{\sin ^3 x+\cos ^4 x+1}$

Solution

(A) Let $I = \int \frac{\sin ^3 x}{(\cos ^4 x + 3 \cos ^2 x + 1) \tan ^{-1}(\sec x + \cos x)} dx$.
Let $t = \tan ^{-1}(\sec x + \cos x)$.
Then $dt = \frac{1}{1 + (\sec x + \cos x)^2} (\sec x \tan x - \sin x) dx$.
$dt = \frac{1}{1 + (\frac{1}{\cos x} + \cos x)^2} (\frac{\sin x}{\cos ^2 x} - \sin x) dx$.
$dt = \frac{\cos ^2 x}{\cos ^2 x + (1 + \cos ^2 x)^2} \cdot \frac{\sin x (1 - \cos ^2 x)}{\cos ^2 x} dx$.
$dt = \frac{\sin x \cdot \sin ^2 x}{\cos ^2 x + 1 + 2 \cos ^2 x + \cos ^4 x} dx = \frac{\sin ^3 x}{\cos ^4 x + 3 \cos ^2 x + 1} dx$.
Thus,$I = \int \frac{dt}{t} = \ln |t| + C = \ln |\tan ^{-1}(\sec x + \cos x)| + C$.
Given $f(x) = \ln |\tan ^{-1}(\sec x + \cos x)|$,we have $e^{f(x)} = \tan ^{-1}(\sec x + \cos x)$.
461
DifficultMCQ
Evaluate the integral: $\int \frac{1}{(\sin x + \cos x + \sqrt{2} \sqrt{\sin 2x})^2} dx$
A
$\frac{-(1+3 \sqrt{\tan x})}{\left(3+\tan ^2 x\right)^3}+C$
B
$\frac{-(1+3 \sqrt{\tan x})}{3(1+\sqrt{\tan x})^3}+C$
C
$\frac{-(1+\sqrt{\tan x})}{3(1+3 \sqrt{\tan x})^2}+C$
D
$\frac{1}{(1+3 \sqrt{\tan x})^3}+C$

Solution

(B) Given integral $I = \int \frac{1}{(\sin x + \cos x + \sqrt{2} \sqrt{\sin 2x})^2} dx$.
We can rewrite the denominator as $(\sqrt{\sin x} + \sqrt{\cos x})^4$.
Thus,$I = \int \frac{dx}{(\sqrt{\sin x} + \sqrt{\cos x})^4} = \int \frac{dx}{\cos^2 x (\sqrt{\tan x} + 1)^4} = \int \frac{\sec^2 x}{(\sqrt{\tan x} + 1)^4} dx$.
Let $\tan x = t^2$,then $\sec^2 x dx = 2t dt$.
Substituting these into the integral: $I = \int \frac{2t dt}{(t+1)^4} = 2 \int \frac{t+1-1}{(t+1)^4} dt = 2 \int \left( \frac{1}{(t+1)^3} - \frac{1}{(t+1)^4} \right) dt$.
Integrating term by term: $I = 2 \left[ \frac{(t+1)^{-2}}{-2} - \frac{(t+1)^{-3}}{-3} \right] + C = 2 \left[ \frac{1}{3(t+1)^3} - \frac{1}{2(t+1)^2} \right] + C$.
Simplifying: $I = \frac{2}{3(t+1)^3} - \frac{1}{(t+1)^2} + C = \frac{2 - 3(t+1)}{3(t+1)^3} + C = \frac{2 - 3t - 3}{3(t+1)^3} + C = \frac{-(1+3t)}{3(1+t)^3} + C$.
Substituting $t = \sqrt{\tan x}$,we get $I = \frac{-(1+3\sqrt{\tan x})}{3(1+\sqrt{\tan x})^3} + C$.
462
MediumMCQ
Evaluate the integral: $\int \frac{\cos ^4 x}{\left(\sin ^2 x+\sin ^{-3} x \cos ^5 x\right)^3} d x$
A
$\frac{1}{5}\left(1+\cot ^5 x\right)^{-2}+C$
B
$\frac{1}{10}\left(1+\cot ^2 x\right)^{-5}+C$
C
$\frac{1}{10}\left(1+\cot ^5 x\right)^{-2}+C$
D
$\frac{1}{5}\left(1+\cot ^5 x\right)^{-5}+C$

Solution

(C) Let $I = \int \frac{\cos ^4 x}{\left(\sin ^2 x+\sin ^{-3} x \cos ^5 x\right)^3} d x$.
Factor out $\sin ^2 x$ from the denominator:
$I = \int \frac{\cos ^4 x}{\left(\sin ^2 x(1+\sin ^{-5} x \cos ^5 x)\right)^3} d x = \int \frac{\cos ^4 x}{\sin ^6 x(1+\cot ^5 x)^3} d x$.
This simplifies to:
$I = \int \frac{\cot ^4 x \operatorname{cosec}^2 x}{(1+\cot ^5 x)^3} d x$.
Let $1+\cot ^5 x = y$.
Then $5 \cot ^4 x(-\operatorname{cosec}^2 x) d x = d y$,which implies $\cot ^4 x \operatorname{cosec}^2 x d x = -\frac{1}{5} d y$.
Substituting these into the integral:
$I = -\frac{1}{5} \int y^{-3} d y = -\frac{1}{5} \left(\frac{y^{-2}}{-2}\right) + C = \frac{1}{10} y^{-2} + C$.
Substituting back $y = 1+\cot ^5 x$:
$I = \frac{1}{10}(1+\cot ^5 x)^{-2} + C$.
463
EasyMCQ
If $\int \frac{\sin \left(x-\frac{\pi}{4}\right)}{2+\sin 2 x} d x=-\frac{1}{\sqrt{2}} \tan ^{-1}(f(x))+C$,then $f(x)=$
A
$\sin x-\cos x$
B
$\sqrt{2} \cos \left(x-\frac{\pi}{4}\right)$
C
$\sin \left(x-\frac{\pi}{4}\right)$
D
$\sqrt{2} \tan \left(x-\frac{\pi}{4}\right)$

Solution

(B) Given the integral $I = \int \frac{\sin \left(x-\frac{\pi}{4}\right)}{2+\sin 2 x} d x$.
Using the identity $\sin 2x = 1 - (1 - \sin 2x) = 1 - (\sin x - \cos x)^2$,the denominator becomes $2 + \sin 2x = 3 - (\sin x - \cos x)^2$. This is not the most direct path.
Alternatively,note that $2 + \sin 2x = 1 + (1 + \sin 2x) = 1 + (\sin x + \cos x)^2$.
Thus,$I = \int \frac{\sin x \cos(\pi/4) - \cos x \sin(\pi/4)}{1 + (\sin x + \cos x)^2} dx = \frac{1}{\sqrt{2}} \int \frac{\sin x - \cos x}{1 + (\sin x + \cos x)^2} dx$.
Let $t = \sin x + \cos x$,then $dt = (\cos x - \sin x) dx$,which implies $-dt = (\sin x - \cos x) dx$.
Substituting these into the integral:
$I = \frac{1}{\sqrt{2}} \int \frac{-dt}{1 + t^2} = -\frac{1}{\sqrt{2}} \tan^{-1}(t) + C$.
Substituting $t = \sin x + \cos x$ back,we get $I = -\frac{1}{\sqrt{2}} \tan^{-1}(\sin x + \cos x) + C$.
Comparing this with the given form $-\frac{1}{\sqrt{2}} \tan^{-1}(f(x)) + C$,we find $f(x) = \sin x + \cos x$.
Since $\sin x + \cos x = \sqrt{2} \left( \frac{1}{\sqrt{2}} \sin x + \frac{1}{\sqrt{2}} \cos x \right) = \sqrt{2} \cos(x - \frac{\pi}{4})$,the correct option is $B$.
464
DifficultMCQ
If $0 < x < 1$ and $\int \frac{dx}{\sqrt{x^2-x^5}} = \frac{1}{3} \log |f(x)| + C$,then $f\left(\frac{1}{2}\right) = $
A
$\frac{(\sqrt{8}-\sqrt{7})}{(\sqrt{8}+\sqrt{7})}$
B
$\frac{(\sqrt{8}+\sqrt{7})}{(\sqrt{8}-\sqrt{7})}$
C
$2(\sqrt{8}-\sqrt{7})$
D
$2(\sqrt{8}-\sqrt{7})^2$

Solution

(A) We have $I = \int \frac{dx}{\sqrt{x^2(1-x^3)}} = \int \frac{dx}{x\sqrt{1-x^3}}$.
Multiply numerator and denominator by $x^2$:
$I = \int \frac{x^2 dx}{x^3\sqrt{1-x^3}}$.
Let $t = \sqrt{1-x^3}$,then $t^2 = 1-x^3$,so $2t dt = -3x^2 dx$,which means $x^2 dx = -\frac{2}{3}t dt$.
Also $x^3 = 1-t^2$.
Substituting these into the integral:
$I = \int \frac{-\frac{2}{3}t dt}{(1-t^2)t} = -\frac{2}{3} \int \frac{dt}{1-t^2} = -\frac{2}{3} \cdot \frac{1}{2} \log \left| \frac{1+t}{1-t} \right| + C = \frac{1}{3} \log \left| \frac{1-t}{1+t} \right| + C$.
Substituting $t = \sqrt{1-x^3}$ back:
$I = \frac{1}{3} \log \left| \frac{1-\sqrt{1-x^3}}{1+\sqrt{1-x^3}} \right| + C$.
Thus,$f(x) = \frac{1-\sqrt{1-x^3}}{1+\sqrt{1-x^3}}$.
For $x = \frac{1}{2}$,$x^3 = \frac{1}{8}$,so $1-x^3 = \frac{7}{8}$.
$f\left(\frac{1}{2}\right) = \frac{1-\sqrt{7/8}}{1+\sqrt{7/8}} = \frac{\sqrt{8}-\sqrt{7}}{\sqrt{8}+\sqrt{7}}$.
465
MediumMCQ
If $\int \frac{dx}{x (\sqrt{x^4 - 1})} = \frac{1}{k} \sec^{-1} (x^k)$,then the value of $k = $
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(B) Let $I = \int \frac{dx}{x \sqrt{x^4 - 1}}$.
Multiply the numerator and denominator by $x$:
$I = \int \frac{x \ dx}{x^2 \sqrt{(x^2)^2 - 1}}$.
Let $x^2 = t$,then $2x \ dx = dt$,or $x \ dx = \frac{dt}{2}$.
Substituting these into the integral:
$I = \int \frac{dt/2}{t \sqrt{t^2 - 1}} = \frac{1}{2} \int \frac{dt}{t \sqrt{t^2 - 1}}$.
We know that $\int \frac{dt}{t \sqrt{t^2 - 1}} = \sec^{-1}(t) + C$.
Therefore,$I = \frac{1}{2} \sec^{-1}(t) + C = \frac{1}{2} \sec^{-1}(x^2) + C$.
Comparing this with the given expression $\frac{1}{k} \sec^{-1}(x^k)$,we get $k = 2$.
466
EasyMCQ
If $f(x) = \frac{1}{(\cos^2 x) \sqrt{1 + \tan x}}$,then its anti-derivative $F(x) = . . . . . . .$,given $F(0) = 4$.
A
$\sqrt{1 + \tan x} + 4$
B
$\frac{2}{3} (1 + \tan x)^{3/2}$
C
$2 (\sqrt{1 + \tan x} + 1)$
D
$\sqrt{1 + \tan x} + 2$

Solution

(C) We are given $f(x) = \frac{1}{\cos^2 x \sqrt{1 + \tan x}} = \sec^2 x (1 + \tan x)^{-1/2}$.
Let $t = 1 + \tan x$. Then $dt = \sec^2 x \ dx$.
Substituting these into the integral:
$F(x) = \int f(x) \ dx = \int (1 + \tan x)^{-1/2} \sec^2 x \ dx = \int t^{-1/2} \ dt$.
Integrating with respect to $t$:
$F(x) = \frac{t^{1/2}}{1/2} + C = 2 \sqrt{t} + C = 2 \sqrt{1 + \tan x} + C$.
Given $F(0) = 4$,we substitute $x = 0$:
$F(0) = 2 \sqrt{1 + \tan 0} + C = 2 \sqrt{1 + 0} + C = 2 + C$.
Since $F(0) = 4$,we have $2 + C = 4$,which implies $C = 2$.
Thus,$F(x) = 2 \sqrt{1 + \tan x} + 2 = 2 (\sqrt{1 + \tan x} + 1)$.
467
DifficultMCQ
$\int \frac{\sec x}{\sqrt{\sin (2 x + \theta) + \sin \theta}} d x =$
A
$\sqrt{(\tan x + \tan \theta) \sec \theta} + c$
B
$\sqrt{2 (\tan x + \tan \theta) \sec \theta} + c$
C
$\sqrt{2 (\sin x + \tan \theta) \sec \theta} + c$
D
$\sqrt{2 (\cos x + \tan \theta) \sec \theta} + c$

Solution

(B) Given $I = \int \frac{\sec x}{\sqrt{\sin (2 x + \theta) + \sin \theta}} d x$
Using the formula $\sin C + \sin D = 2 \sin (\frac{C + D}{2}) \cos (\frac{C - D}{2})$:
$\Rightarrow I = \int \frac{\sec x}{\sqrt{2 \sin (\frac{2 x + 2 \theta}{2}) \cos (\frac{2 x + \theta - \theta}{2})}} d x$
$\Rightarrow I = \int \frac{\sec x}{\sqrt{2 \sin (x + \theta) \cos x}} d x$
$\Rightarrow I = \int \frac{\sec x}{\sqrt{2 (\sin x \cos \theta + \cos x \sin \theta) \cos x}} d x$
Divide numerator and denominator by $\cos x$ inside the square root:
$\Rightarrow I = \int \frac{\sec x}{\sqrt{2 \cos^2 x (\tan x \cos \theta + \sin \theta)}} d x$
$\Rightarrow I = \int \frac{\sec x}{\sqrt{2} \cos x \sqrt{\tan x \cos \theta + \sin \theta}} d x$
$\Rightarrow I = \frac{1}{\sqrt{2}} \int \frac{\sec^2 x}{\sqrt{\tan x \cos \theta + \sin \theta}} d x$
Let $t = \tan x \cos \theta + \sin \theta$,then $dt = \sec^2 x \cos \theta d x$,so $\sec^2 x d x = \frac{dt}{\cos \theta}$.
$\Rightarrow I = \frac{1}{\sqrt{2} \cos \theta} \int t^{-1/2} dt$
$\Rightarrow I = \frac{1}{\sqrt{2} \cos \theta} \cdot 2 t^{1/2} + C$
$\Rightarrow I = \sqrt{\frac{2}{\cos^2 \theta}} \sqrt{\tan x \cos \theta + \sin \theta} + C$
$\Rightarrow I = \sqrt{2 \sec^2 \theta (\tan x \cos \theta + \sin \theta)} + C$
$\Rightarrow I = \sqrt{2 \sec \theta (\tan x + \tan \theta)} + C$
468
MediumMCQ
Find the value of $k$ if $\int \cos ^k(x) \sin (x) d x = \frac{-1}{4} \cos ^4(x) + C$.
A
$4$
B
$3$
C
$2$
D
$1$

Solution

(B) Given the integral: $\int \cos ^k(x) \sin (x) d x = \frac{-1}{4} \cos ^4(x) + C$.
Let $I = \int \cos ^k(x) \sin (x) d x$.
Substitute $t = \cos x$,then $dt = -\sin x d x$,which implies $\sin x d x = -dt$.
Substituting these into the integral,we get:
$I = \int t^k (-dt) = -\int t^k dt$.
Integrating $t^k$ with respect to $t$ gives:
$I = -\frac{t^{k+1}}{k+1} + C$.
Substituting back $t = \cos x$:
$I = -\frac{\cos^{k+1} x}{k+1} + C$.
Comparing this with the given expression $\frac{-1}{4} \cos^4(x) + C$,we have:
$\frac{1}{k+1} = \frac{1}{4}$ and $k+1 = 4$.
Therefore,$k = 3$.
469
MediumMCQ
$\int \frac{\sin x-\cos x}{\sqrt{\sin 2 x}} \, dx$ is equal to
A
$-\log |\sin x-\cos x+\sqrt{\sin 2 x}|+C$
B
$-\log |\sin x+\cos x-\sqrt{\sin 2 x}|+C$
C
$-\log |\sin x+\cos x+\sqrt{\sin 2 x}|+C$
D
$-\log |\sin x-\cos x-\sqrt{\sin 2 x}|+C$

Solution

(C) Let $I = \int \frac{\sin x - \cos x}{\sqrt{\sin 2x}} \, dx$.
We know that $\sin 2x = 1 - (1 - \sin 2x) = 1 - (\sin^2 x + \cos^2 x - 2 \sin x \cos x) = 1 - (\sin x - \cos x)^2$.
Alternatively,we can write $\sin 2x = (\sin x + \cos x)^2 - 1$.
So,$I = \int \frac{\sin x - \cos x}{\sqrt{(\sin x + \cos x)^2 - 1}} \, dx$.
Let $t = \sin x + \cos x$.
Then $dt = (\cos x - \sin x) \, dx$,which implies $(\sin x - \cos x) \, dx = -dt$.
Substituting these into the integral:
$I = \int \frac{-dt}{\sqrt{t^2 - 1}} = -\int \frac{dt}{\sqrt{t^2 - 1}}$.
Using the standard integral formula $\int \frac{dx}{\sqrt{x^2 - a^2}} = \log |x + \sqrt{x^2 - a^2}| + C$,we get:
$I = -\log |t + \sqrt{t^2 - 1}| + C$.
Substituting $t = \sin x + \cos x$ back:
$I = -\log |\sin x + \cos x + \sqrt{(\sin x + \cos x)^2 - 1}| + C$.
Since $(\sin x + \cos x)^2 - 1 = 1 + \sin 2x - 1 = \sin 2x$,we have:
$I = -\log |\sin x + \cos x + \sqrt{\sin 2x}| + C$.
470
MediumMCQ
If $\int \sqrt[3]{x}\left\{1+\sqrt[3]{x^4}\right\}^{1 / 7} d x=A\left(1+\sqrt[3]{x^4}\right)^B+c$,then the value of $A B$ is equal to
A
$3 / 2$
B
$3 / 4$
C
$3 / 32$
D
$4 / 3$

Solution

(B) Let $I = \int \sqrt[3]{x}\left(1+\sqrt[3]{x^4}\right)^{\frac{1}{7}} d x = \int x^{\frac{1}{3}}\left(1+x^{\frac{4}{3}}\right)^{\frac{1}{7}} d x$.
Let $1+x^{\frac{4}{3}} = t$.
Then,$\frac{4}{3} x^{\frac{1}{3}} d x = d t$,which implies $x^{\frac{1}{3}} d x = \frac{3}{4} d t$.
Substituting these into the integral,we get:
$I = \int t^{\frac{1}{7}} \cdot \frac{3}{4} d t = \frac{3}{4} \int t^{\frac{1}{7}} d t$.
Integrating,we have:
$I = \frac{3}{4} \cdot \frac{t^{\frac{1}{7}+1}}{\frac{1}{7}+1} + c = \frac{3}{4} \cdot \frac{t^{\frac{8}{7}}}{\frac{8}{7}} + c = \frac{3}{4} \cdot \frac{7}{8} t^{\frac{8}{7}} + c = \frac{21}{32} \left(1+x^{\frac{4}{3}}\right)^{\frac{8}{7}} + c$.
Comparing this with $A\left(1+\sqrt[3]{x^4}\right)^B+c$,we get $A = \frac{21}{32}$ and $B = \frac{8}{7}$.
Therefore,$A B = \frac{21}{32} \times \frac{8}{7} = \frac{3}{4}$.
471
MediumMCQ
$\int \frac{\sqrt{2} \sin x}{\sin \left(x+\frac{\pi}{4}\right)} d x$ is equal to
A
$x+\log \left|\sin \left(x-\frac{\pi}{4}\right)\right|+c$
B
$x-\log \left|\sin \left(x-\frac{\pi}{4}\right)\right|+c$
C
$x+\log \left|\sin \left(x+\frac{\pi}{4}\right)\right|+c$
D
$x-\log \left|\sin \left(x+\frac{\pi}{4}\right)\right|+c$

Solution

(D) Let $I = \int \frac{\sqrt{2} \sin x}{\sin \left(x+\frac{\pi}{4}\right)} d x$.
Using the substitution $t = x+\frac{\pi}{4}$,we have $x = t-\frac{\pi}{4}$ and $dx = dt$.
Substituting these into the integral:
$I = \int \frac{\sqrt{2} \sin \left(t-\frac{\pi}{4}\right)}{\sin t} dt$.
Using the identity $\sin(A-B) = \sin A \cos B - \cos A \sin B$:
$I = \int \sqrt{2} \frac{\sin t \cos \frac{\pi}{4} - \cos t \sin \frac{\pi}{4}}{\sin t} dt$.
Since $\cos \frac{\pi}{4} = \frac{1}{\sqrt{2}}$ and $\sin \frac{\pi}{4} = \frac{1}{\sqrt{2}}$:
$I = \int \sqrt{2} \frac{\left(\frac{1}{\sqrt{2}} \sin t - \frac{1}{\sqrt{2}} \cos t\right)}{\sin t} dt = \int \frac{\sin t - \cos t}{\sin t} dt$.
$I = \int (1 - \cot t) dt = t - \ln |\sin t| + c$.
Substituting back $t = x+\frac{\pi}{4}$:
$I = x + \frac{\pi}{4} - \ln |\sin (x+\frac{\pi}{4})| + c$.
Since $\frac{\pi}{4}$ is a constant,it can be absorbed into the constant $c$:
$I = x - \log |\sin (x+\frac{\pi}{4})| + c$.
472
DifficultMCQ
If $\int \frac{2x+3}{x(x+1)(x+2)(x+3)+1} dx = \frac{-1}{ax^2+bx+c} + \alpha$,then the value of $a+b+c$ is equal to
A
$3$
B
$4$
C
$5$
D
$6$

Solution

(C) We have,$\int \frac{2x+3}{x(x+1)(x+2)(x+3)+1} dx = \frac{-1}{ax^2+bx+c} + \alpha$.
Rearranging the denominator: $x(x+3)(x+1)(x+2)+1 = (x^2+3x)(x^2+3x+2)+1$.
Let $t = x^2+3x$,then $dt = (2x+3)dx$.
Substituting into the integral: $\int \frac{dt}{t(t+2)+1} = \int \frac{dt}{t^2+2t+1} = \int \frac{dt}{(t+1)^2}$.
Integrating gives: $-\frac{1}{t+1} + \alpha = \frac{-1}{x^2+3x+1} + \alpha$.
Comparing this with $\frac{-1}{ax^2+bx+c} + \alpha$,we get $a=1, b=3, c=1$.
Therefore,$a+b+c = 1+3+1 = 5$.
473
MediumMCQ
$\int \frac{2 \tan (x)}{1+2 \tan ^2(x)} d x=$
A
$\log \left|\cos ^2 x+\sin ^2 x\right|+c$
B
$\log \left|\frac{\cos ^2 x}{2}+\sin ^2 x\right|+c$
C
$\log \left|\cos ^2 x+\frac{\sin ^2 x}{2}\right|+c$
D
$\log \left|\frac{\cos ^2 x}{2}+\frac{\sin ^2 x}{2}\right|+c$

Solution

(B) We have $I = \int \frac{2 \tan x}{1+2 \tan^2 x} dx$.
Converting to $\sin x$ and $\cos x$:
$I = \int \frac{2 \frac{\sin x}{\cos x}}{1+2 \frac{\sin^2 x}{\cos^2 x}} dx = \int \frac{2 \sin x \cos x}{\cos^2 x + 2 \sin^2 x} dx$.
Using $\cos^2 x = 1 - \sin^2 x$,the denominator becomes $(1 - \sin^2 x) + 2 \sin^2 x = 1 + \sin^2 x$.
So,$I = \int \frac{2 \sin x \cos x}{1 + \sin^2 x} dx$.
Let $t = 1 + \sin^2 x$. Then $dt = 2 \sin x \cos x dx$.
Substituting these into the integral:
$I = \int \frac{dt}{t} = \log |t| + c_1 = \log |1 + \sin^2 x| + c_1$.
Since $1 = \cos^2 x + \sin^2 x$,we have $1 + \sin^2 x = \cos^2 x + 2 \sin^2 x$.
$I = \log |\cos^2 x + 2 \sin^2 x| + c_1 = \log |2(\frac{\cos^2 x}{2} + \sin^2 x)| + c_1$.
Using $\log(ab) = \log a + \log b$:
$I = \log 2 + \log |\frac{\cos^2 x}{2} + \sin^2 x| + c_1 = \log |\frac{\cos^2 x}{2} + \sin^2 x| + c$,where $c = c_1 + \log 2$.
474
EasyMCQ
$\int \frac{\cos^3(x)}{\sin^2(x)+\sin(x)} \, dx =$
A
$\log |\sin(x)| + \sin(x) + c$
B
$\log |\sin(x)| + \cos(x) + c$
C
$\log |\cos(x)| - \sin(x) + c$
D
$\log |\sin(x)| - \sin(x) + c$

Solution

(D) Let $I = \int \frac{\cos^3 x}{\sin^2 x + \sin x} \, dx$.
Using the identity $\cos^2 x = 1 - \sin^2 x$,we can rewrite the integral as:
$I = \int \frac{(1 - \sin^2 x) \cos x}{\sin^2 x + \sin x} \, dx$.
Substitute $\sin x = t$,which implies $\cos x \, dx = dt$.
Substituting these into the integral:
$I = \int \frac{1 - t^2}{t^2 + t} \, dt = \int \frac{(1 - t)(1 + t)}{t(t + 1)} \, dt$.
Canceling the common term $(1 + t)$:
$I = \int \frac{1 - t}{t} \, dt = \int \left( \frac{1}{t} - 1 \right) \, dt$.
Integrating with respect to $t$:
$I = \log |t| - t + C$.
Substituting back $t = \sin x$:
$I = \log |\sin x| - \sin x + C$.
475
EasyMCQ
Evaluate $\int \sin (\sqrt{k}) \, dk$ on $(0, \infty)$.
A
$2[\cos (\sqrt{k})-\sqrt{k} \sin (\sqrt{k})]+c$
B
$2[\cos (\sqrt{k})+\sqrt{k} \sin (\sqrt{k})]+c$
C
$2[\sqrt{k} \cos (\sqrt{k})-\sqrt{k} \sin (\sqrt{k})]+c$
D
$2[\sin (\sqrt{k})-\sqrt{k} \cos (\sqrt{k})]+c$

Solution

(D) Let $I = \int \sin (\sqrt{k}) \, dk$ for $k \in (0, \infty)$.
Substitute $k = t^2$,which implies $dk = 2t \, dt$.
Substituting these into the integral,we get:
$I = \int \sin(t) \cdot (2t \, dt) = 2 \int t \sin(t) \, dt$.
Using integration by parts,where $\int u \, dv = uv - \int v \, du$,let $u = t$ and $dv = \sin(t) \, dt$. Then $du = dt$ and $v = -\cos(t)$.
$I = 2 [t(-\cos(t)) - \int (-\cos(t)) \, dt]$
$I = 2 [-t \cos(t) + \int \cos(t) \, dt]$
$I = 2 [-t \cos(t) + \sin(t)] + c$
Substituting $t = \sqrt{k}$ back into the expression:
$I = 2[\sin(\sqrt{k}) - \sqrt{k} \cos(\sqrt{k})] + c$.
476
MediumMCQ
Let the equation of the curve passing through the point $(0,1)$ be given by $y=\int x^3 e^{x^4} d x$. If the equation of the curve is written in the form $x=f(y)$,then $f(y)=$
A
$\log |4 y-3|$
B
$(\log |4 y-3|)^{1 / 4}$
C
$(\log |4 y-3|)^{1 / 4}$
D
$\log |\frac{4 y-3}{4}|$

Solution

(B) Given the equation of the curve is $y = \int x^3 e^{x^4} dx$.
Let $t = x^4$,then $dt = 4x^3 dx$,which implies $x^3 dx = \frac{1}{4} dt$.
Substituting this into the integral,we get $y = \frac{1}{4} \int e^t dt = \frac{1}{4} e^t + C = \frac{1}{4} e^{x^4} + C$.
Since the curve passes through $(0,1)$,we substitute $x=0$ and $y=1$: $1 = \frac{1}{4} e^0 + C \Rightarrow 1 = \frac{1}{4} + C \Rightarrow C = \frac{3}{4}$.
Thus,the equation is $y = \frac{1}{4} e^{x^4} + \frac{3}{4}$.
Rearranging for $x$: $y - \frac{3}{4} = \frac{1}{4} e^{x^4} \Rightarrow 4y - 3 = e^{x^4}$.
Taking the natural logarithm on both sides: $\log_e |4y - 3| = x^4$.
Therefore,$x = (\log_e |4y - 3|)^{1/4}$.
Thus,$f(y) = (\log_e |4y - 3|)^{1/4}$.
477
EasyMCQ
$\int (1+e^{-x})^{-1} dx =$
A
$\log (1+e^{-x})+c$
B
$\log (1+e^x)+c$
C
$\log (1-e^x)+c$
D
$\log (e^x-1)+c$

Solution

(B) Let $I = \int (1+e^{-x})^{-1} dx = \int \frac{1}{1 + \frac{1}{e^x}} dx$
$I = \int \frac{e^x}{e^x+1} dx$
Let $u = e^x + 1$,then $du = e^x dx$.
Substituting these into the integral,we get:
$I = \int \frac{1}{u} du = \log |u| + C$
Substituting back $u = e^x + 1$:
$I = \log (e^x + 1) + C$.
478
EasyMCQ
$\int \frac{\cos x-\sin x}{5+\sin (2 x)} d x=$
A
$\frac{1}{2} \cot ^{-1}\left[\frac{1}{2}(\sin x+\cos x)\right]+c$
B
$\frac{1}{2} \tan ^{-1}\left[\frac{1}{2}(\sin x+\cos x)\right]+c$
C
$\frac{1}{2} \sin ^{-1}\left[\frac{1}{2}(\sin x+\cos x)\right]+c$
D
$\frac{1}{2} \cos ^{-1}\left[\frac{1}{2}(\sin x+\cos x)\right]+c$

Solution

(B) Let $I = \int \frac{\cos x-\sin x}{5+\sin 2 x} d x$.
We know that $\sin 2x = 1 - (1 - \sin 2x) = 1 - (\sin x - \cos x)^2$ is not helpful here,but $(\sin x + \cos x)^2 = \sin^2 x + \cos^2 x + 2 \sin x \cos x = 1 + \sin 2x$.
Thus,$\sin 2x = (\sin x + \cos x)^2 - 1$.
Substituting this into the integral:
$I = \int \frac{\cos x-\sin x}{5 + (\sin x + \cos x)^2 - 1} d x = \int \frac{\cos x-\sin x}{4 + (\sin x + \cos x)^2} d x$.
Let $t = \sin x + \cos x$. Then $dt = (\cos x - \sin x) dx$.
Substituting $t$ and $dt$ into the integral:
$I = \int \frac{dt}{4 + t^2} = \frac{1}{2} \tan^{-1}\left(\frac{t}{2}\right) + C$.
Substituting back $t = \sin x + \cos x$:
$I = \frac{1}{2} \tan^{-1}\left(\frac{\sin x + \cos x}{2}\right) + C$.
479
MediumMCQ
$\int e^{3 \log x}\left(x^4+1\right)^{-1} d x=$
A
$e^{3 \log x}+c$
B
$\frac{1}{4} \log \left(x^4+1\right)+c$
C
$\frac{1}{3} \log \left(x^4+1\right)+c$
D
$\frac{x^4}{x^4+1}$

Solution

(B) Given the integral $I = \int e^{3 \log x}(x^4+1)^{-1} dx$.
Using the property $e^{\log a} = a$,we have $e^{3 \log x} = e^{\log x^3} = x^3$.
So,$I = \int \frac{x^3}{x^4+1} dx$.
Let $t = x^4+1$.
Then $dt = 4x^3 dx$,which implies $x^3 dx = \frac{1}{4} dt$.
Substituting these into the integral,we get $I = \int \frac{1}{4t} dt = \frac{1}{4} \log|t| + C$.
Substituting back $t = x^4+1$,we obtain $I = \frac{1}{4} \log(x^4+1) + C$.
480
EasyMCQ
$\int \frac{\sin(2x)}{\sin^2(x) + 2\cos^2(x)} dx = $
A
$\log |1 + \cos^2(x)| + c$
B
$-\log |1 + \sin^2(x)| + c$
C
$\log |1 + \tan^2(x)| + c$
D
$-\log |1 + \cos^2(x)| + c$

Solution

(D) Let $I = \int \frac{\sin(2x)}{\sin^2(x) + 2\cos^2(x)} dx$.
Using the identity $\sin^2(x) = 1 - \cos^2(x)$,the denominator becomes $1 - \cos^2(x) + 2\cos^2(x) = 1 + \cos^2(x)$.
So,$I = \int \frac{\sin(2x)}{1 + \cos^2(x)} dx$.
Let $t = 1 + \cos^2(x)$.
Then $dt = 2\cos(x)(-\sin(x)) dx = -\sin(2x) dx$.
This implies $\sin(2x) dx = -dt$.
Substituting these into the integral:
$I = \int \frac{-dt}{t} = -\log |t| + c$.
Substituting back $t = 1 + \cos^2(x)$,we get $I = -\log |1 + \cos^2(x)| + c$.
Thus,option $D$ is correct.
481
MediumMCQ
$\int \frac{x^{n-1}}{x^{2n} + 4} dx =$
A
$\frac{1}{2n} \tan^{-1} \left( \frac{x^n}{2} \right) + c$
B
$\frac{n}{2} \tan^{-1} \left( \frac{x^n}{2} \right) + c$
C
$\frac{n}{2} \sin^{-1} \left( \frac{x^n}{2} \right) + c$
D
$\frac{1}{n} \tan^{-1} \left( \frac{x^n}{2} \right) + c$

Solution

(A) Let $I = \int \frac{x^{n-1}}{x^{2n} + 4} dx$.
Substitute $x^n = t$.
Then,differentiating both sides with respect to $x$,we get $n x^{n-1} dx = dt$,which implies $x^{n-1} dx = \frac{1}{n} dt$.
Substituting these into the integral,we get:
$I = \frac{1}{n} \int \frac{dt}{t^2 + 2^2}$.
Using the standard integral formula $\int \frac{dx}{x^2 + a^2} = \frac{1}{a} \tan^{-1} \left( \frac{x}{a} \right) + c$,we have:
$I = \frac{1}{n} \cdot \frac{1}{2} \tan^{-1} \left( \frac{t}{2} \right) + c$.
Substituting $t = x^n$ back,we get:
$I = \frac{1}{2n} \tan^{-1} \left( \frac{x^n}{2} \right) + c$.
482
EasyMCQ
$\int \frac{1 + \tan^{2} x}{1 - \tan^{2} x} dx =$
A
$\log \left( \frac{1 - \tan x}{1 + \tan x} \right) + c$
B
$\log \left( \frac{1 + \tan x}{1 - \tan x} \right) + c$
C
$\frac{1}{2} \log \left( \frac{1 - \tan x}{1 + \tan x} \right) + c$
D
$\frac{1}{2} \log \left( \frac{1 + \tan x}{1 - \tan x} \right) + c$

Solution

(D) Let $I = \int \frac{1 + \tan^{2} x}{1 - \tan^{2} x} dx$.
Since $1 + \tan^{2} x = \sec^{2} x$,we have $I = \int \frac{\sec^{2} x}{1 - \tan^{2} x} dx$.
Substitute $\tan x = t$,then $\sec^{2} x \ dx = dt$.
Substituting these into the integral,we get $I = \int \frac{dt}{1 - t^{2}}$.
Using the standard integral formula $\int \frac{dx}{a^{2} - x^{2}} = \frac{1}{2a} \log \left| \frac{a + x}{a - x} \right| + c$,we get $I = \frac{1}{2} \log \left| \frac{1 + t}{1 - t} \right| + c$.
Replacing $t$ with $\tan x$,we obtain $I = \frac{1}{2} \log \left| \frac{1 + \tan x}{1 - \tan x} \right| + c$.
483
MediumMCQ
$\int \frac{d x}{\sqrt{2 e^x-1}}=$
A
$2 \operatorname{Tan}^{-1}\left(\sqrt{2 e^x-1}\right)+c$
B
$2 \operatorname{Sin}^{-1}\left(\sqrt{2 e^x-1}\right)+c$
C
$2 \cos ^{-1}\left(\sqrt{2 e^x-1}\right)+c$
D
$2 \operatorname{Cosec}^{-1}\left(\sqrt{2 e^x-1}\right)+c$

Solution

(A) Let $I = \int \frac{d x}{\sqrt{2 e^x-1}}$.
Substitute $u = \sqrt{2 e^x-1}$. Then $u^2 = 2 e^x - 1$,which implies $2 e^x = u^2 + 1$,or $e^x = \frac{u^2+1}{2}$.
Taking the natural logarithm on both sides,$x = \ln\left(\frac{u^2+1}{2}\right)$.
Differentiating with respect to $u$,$dx = \frac{1}{\frac{u^2+1}{2}} \cdot \frac{2u}{2} du = \frac{2u}{u^2+1} du$.
Substituting these into the integral:
$I = \int \frac{1}{u} \cdot \frac{2u}{u^2+1} du = \int \frac{2}{u^2+1} du$.
Integrating,we get $I = 2 \operatorname{Tan}^{-1}(u) + c$.
Substituting back $u = \sqrt{2 e^x-1}$,we get $I = 2 \operatorname{Tan}^{-1}\left(\sqrt{2 e^x-1}\right) + c$.
484
MediumMCQ
If $\int \frac{dx}{e^x + 4e^{-x}} = f(x) + c$,then $f(x)$ is
A
$\frac{1}{2} \tan^{-1}(\frac{e^x}{2})$
B
$\frac{1}{2} \tan^{-1}(2e^x)$
C
$2 \tan^{-1}(\frac{e^x}{2})$
D
$2 \tan^{-1}(2e^x)$

Solution

(A) Given integral is $I = \int \frac{dx}{e^x + 4e^{-x}}$.
Multiply numerator and denominator by $e^x$:
$I = \int \frac{e^x dx}{e^{2x} + 4}$.
Let $u = e^x$,then $du = e^x dx$.
The integral becomes $I = \int \frac{du}{u^2 + 2^2}$.
Using the standard formula $\int \frac{dx}{x^2 + a^2} = \frac{1}{a} \tan^{-1}(\frac{x}{a}) + c$:
$I = \frac{1}{2} \tan^{-1}(\frac{u}{2}) + c$.
Substituting $u = e^x$ back,we get $I = \frac{1}{2} \tan^{-1}(\frac{e^x}{2}) + c$.
Thus,$f(x) = \frac{1}{2} \tan^{-1}(\frac{e^x}{2})$.
485
EasyMCQ
$\int \frac{2 t+1}{t^2+t+1} d t=$
A
$\log \left|t^2+t+1\right|+c$
B
$\log \left|t^2-t+1\right|+c$
C
$\log \left|t^2-2 t-1\right|+c$
D
$\log \left|t^2-3 t+1\right|+c$

Solution

(A) To solve the integral $\int \frac{2 t+1}{t^2+t+1} d t$,we use the method of substitution.
Let $u = t^2+t+1$.
Then,the derivative of $u$ with respect to $t$ is $\frac{du}{dt} = 2t+1$.
This implies $du = (2t+1) dt$.
Substituting these into the original integral,we get $\int \frac{1}{u} du$.
The integral of $\frac{1}{u}$ is $\log |u| + c$.
Substituting back $u = t^2+t+1$,we obtain $\log |t^2+t+1| + c$.
486
MediumMCQ
$\int \sin ^5 x \cdot \cos ^5 x \, dx =$
A
$\frac{\cos ^6 x}{60}\left(6 \sin ^4 x+3 \sin ^2 x+1\right)+c$
B
$-\frac{\sin ^6 x}{60}\left(6 \cos ^4 x+3 \cos ^2 x+1\right)+c$
C
$-\frac{\cos ^6 x}{60}\left(6 \sin ^4 x+3 \sin ^2 x+1\right)+c$
D
$\frac{\sin ^6 x}{60}\left(6 \cos ^4 x+3 \cos ^2 x+1\right)+c$

Solution

(C) Let $I = \int \sin ^5 x \cos ^5 x \, dx$.
We can rewrite the integral as:
$I = \int \cos ^5 x \sin ^4 x \sin x \, dx = \int \cos ^5 x (1 - \cos ^2 x)^2 \sin x \, dx$.
Let $\cos x = t$,then $-\sin x \, dx = dt$,or $\sin x \, dx = -dt$.
Substituting these into the integral:
$I = \int t^5 (1 - t^2)^2 (-dt) = -\int t^5 (t^4 - 2t^2 + 1) \, dt$.
$I = -\int (t^9 - 2t^7 + t^5) \, dt = -(\frac{t^{10}}{10} - 2 \frac{t^8}{8} + \frac{t^6}{6}) + C$.
$I = -\frac{t^6}{60} (6t^4 - 15t^2 + 10) + C$.
Substituting $t = \cos x$:
$I = -\frac{\cos ^6 x}{60} (6 \cos ^4 x - 15 \cos ^2 x + 10) + C$.
Using $\cos ^2 x = 1 - \sin ^2 x$:
$I = -\frac{\cos ^6 x}{60} [6(1 - \sin ^2 x)^2 - 15(1 - \sin ^2 x) + 10] + C$.
$I = -\frac{\cos ^6 x}{60} [6(1 - 2 \sin ^2 x + \sin ^4 x) - 15 + 15 \sin ^2 x + 10] + C$.
$I = -\frac{\cos ^6 x}{60} [6 - 12 \sin ^2 x + 6 \sin ^4 x - 15 + 15 \sin ^2 x + 10] + C$.
$I = -\frac{\cos ^6 x}{60} [6 \sin ^4 x + 3 \sin ^2 x + 1] + C$.
Thus,option $(c)$ is correct.
487
MediumMCQ
For $x < 1$,evaluate $\int \frac{x-x^2}{\sqrt{1-x}} d x$.
A
$\frac{4}{3}(1-x)^{3 / 2}-\frac{2}{5}(1-x)^{5 / 2}-2 \sqrt{1-x}+c$
B
$\frac{4}{3}(1-x)^{3 / 2}-\frac{2}{3}(1-x)^{5 / 2}-2 \sqrt{1-x}+c$
C
$\frac{2}{3}(1-x)^{3 / 2}-2 \sqrt{1-x}+c$
D
$-\frac{2}{15}(1-x)^{3 / 2}(3x+2)+c$

Solution

(D) Given $I = \int \frac{x-x^2}{\sqrt{1-x}} d x$.
Since $x-x^2 = x(1-x)$,we have $I = \int \frac{x(1-x)}{\sqrt{1-x}} d x = \int x \sqrt{1-x} d x$.
Let $1-x = t^2$,then $dx = -2t dt$.
Substituting these into the integral:
$I = \int (1-t^2) t (-2t) dt = 2 \int (t^4 - t^2) dt$.
Integrating with respect to $t$:
$I = 2 \left[ \frac{t^5}{5} - \frac{t^3}{3} \right] + c = \frac{2}{15} t^3 (3t^2 - 5) + c$.
Substituting $t = \sqrt{1-x}$ back:
$I = \frac{2}{15} (1-x)^{3/2} [3(1-x) - 5] + c = \frac{2}{15} (1-x)^{3/2} (-3x - 2) + c = -\frac{2}{15} (1-x)^{3/2} (3x+2) + c$.
488
MediumMCQ
$\begin{aligned} & \int \frac{dx}{(2 \sin x+\sec x)^4}=A(1+\tan x)^{-5} \\ & +B(1+\tan x)^{-6}+C(1+\tan x)^{-7}+k, \text{ then } \\ & A+B+C= \end{aligned}$
A
$\frac{-86}{105}$
B
$\frac{-1}{105}$
C
$\frac{-26}{105}$
D
$\frac{-16}{105}$

Solution

(D) Given the integral $I = \int \frac{dx}{(2 \sin x + \sec x)^4}$.
Multiply numerator and denominator by $\sec^4 x$:
$I = \int \frac{\sec^4 x}{(2 \sin x \cos x + 1)^4} dx = \int \frac{\sec^4 x}{(\sin 2x + 1)^4} dx$.
Alternatively,rewrite the denominator: $2 \sin x + \sec x = \frac{2 \sin x \cos x + 1}{\cos x} = \frac{\sin 2x + 1}{\cos x}$.
Thus,$I = \int \frac{\cos^4 x}{(\sin 2x + 1)^4} dx = \int \frac{\cos^4 x}{((\sin x + \cos x)^2)^4} dx = \int \frac{\cos^4 x}{(\sin x + \cos x)^8} dx$.
Divide numerator and denominator by $\cos^8 x$:
$I = \int \frac{\sec^4 x}{(1 + \tan x)^8} dx$.
Let $\tan x = t$,then $\sec^2 x dx = dt$. Since $\sec^2 x = 1 + t^2$,we have:
$I = \int \frac{1 + t^2}{(1 + t)^8} dt = \int \frac{(1 + t)^2 - 2t}{(1 + t)^8} dt = \int \frac{(1 + t)^2 - 2(1 + t - 1)}{(1 + t)^8} dt$
$I = \int \frac{dt}{(1 + t)^6} - 2 \int \frac{dt}{(1 + t)^7} + 2 \int \frac{dt}{(1 + t)^8}$
$I = -\frac{1}{5}(1 + t)^{-5} + \frac{2}{6}(1 + t)^{-6} - \frac{2}{7}(1 + t)^{-7} + k$
$I = -\frac{1}{5}(1 + \tan x)^{-5} + \frac{1}{3}(1 + \tan x)^{-6} - \frac{2}{7}(1 + \tan x)^{-7} + k$.
Comparing with the given form,$A = -\frac{1}{5}$,$B = \frac{1}{3}$,$C = -\frac{2}{7}$.
$A + B + C = -\frac{1}{5} + \frac{1}{3} - \frac{2}{7} = \frac{-21 + 35 - 30}{105} = -\frac{16}{105}$.
489
MediumMCQ
If $\int \frac{x^{\frac{1}{2}}}{\sqrt{a^3-x^3}} dx = P(x) + c$,then $P(x) =$
A
$\frac{1}{3} \sin^{-1}\left(\frac{x^3}{a^3}\right)$
B
$\frac{2}{3} \cos^{-1}\left(\frac{x}{a}\right)$
C
$\frac{2}{3} \sin^{-1}\left(\left(\frac{x}{a}\right)^{\frac{3}{2}}\right)$
D
$\frac{2}{3} \sin^{-1}\left(\left(\frac{x}{a}\right)^{\frac{1}{2}}\right)$

Solution

(C) Let $I = \int \frac{x^{\frac{1}{2}}}{\sqrt{a^3-x^3}} dx$.
Substitute $t = x^{\frac{3}{2}}$,then $dt = \frac{3}{2} x^{\frac{1}{2}} dx$,which implies $x^{\frac{1}{2}} dx = \frac{2}{3} dt$.
Also,$t^2 = (x^{\frac{3}{2}})^2 = x^3$.
Substituting these into the integral:
$I = \int \frac{\frac{2}{3} dt}{\sqrt{a^3 - t^2}} = \frac{2}{3} \int \frac{dt}{\sqrt{(\sqrt{a^3})^2 - t^2}}$.
Using the standard integral formula $\int \frac{du}{\sqrt{A^2 - u^2}} = \sin^{-1}(\frac{u}{A}) + c$:
$I = \frac{2}{3} \sin^{-1}\left(\frac{t}{\sqrt{a^3}}\right) + c$.
Substituting $t = x^{\frac{3}{2}}$ back:
$I = \frac{2}{3} \sin^{-1}\left(\frac{x^{\frac{3}{2}}}{a^{\frac{3}{2}}}\right) + c = \frac{2}{3} \sin^{-1}\left(\left(\frac{x}{a}\right)^{\frac{3}{2}}\right) + c$.
Thus,$P(x) = \frac{2}{3} \sin^{-1}\left(\left(\frac{x}{a}\right)^{\frac{3}{2}}\right)$.
490
DifficultMCQ
$\int \frac{1-x^7}{x(1+x^7)} dx = a \ln |x| + b \ln |x^7+1| + c \Rightarrow (a, b) = $
A
$(1, 2/7)$
B
$(1, -7/2)$
C
$(1, -2/7)$
D
$(2, -2/7)$

Solution

(C) We have the integral $I = \int \frac{1-x^7}{x(1+x^7)} dx$.
Multiply the numerator and denominator by $x^6$ to simplify the expression:
$I = \int \frac{x^6(1-x^7)}{x^7(1+x^7)} dx$.
Let $u = x^7$,then $du = 7x^6 dx$,which implies $x^6 dx = \frac{du}{7}$.
Substituting these into the integral:
$I = \int \frac{1-u}{u(1+u)} \cdot \frac{du}{7} = \frac{1}{7} \int \frac{1-u}{u(1+u)} du$.
Using partial fractions: $\frac{1-u}{u(1+u)} = \frac{A}{u} + \frac{B}{1+u}$.
$1-u = A(1+u) + Bu$.
For $u=0$,$A=1$.
For $u=-1$,$1-(-1) = B(-1) \Rightarrow B = -2$.
So,$I = \frac{1}{7} \int (\frac{1}{u} - \frac{2}{1+u}) du = \frac{1}{7} (\ln |u| - 2 \ln |1+u|) + C$.
Substituting $u = x^7$ back:
$I = \frac{1}{7} \ln |x^7| - \frac{2}{7} \ln |x^7+1| + C = \frac{7}{7} \ln |x| - \frac{2}{7} \ln |x^7+1| + C = 1 \ln |x| - \frac{2}{7} \ln |x^7+1| + C$.
Comparing this with $a \ln |x| + b \ln |x^7+1| + c$,we get $a = 1$ and $b = -2/7$.
491
DifficultMCQ
$\int \frac{d x}{x^{2 / 3}\left(1+x^{2 / 3}\right)}=$
A
$3 \operatorname{Sin}^{-1}\left(x^{1 / 3}\right)+c$
B
$3 \operatorname{Cos}^{-1}\left(x^{1 / 3}\right)+c$
C
$3 \operatorname{Tan}^{-1}\left(x^{1 / 3}\right)+c$
D
$3 \operatorname{Sec}^{-1}\left(x^{1 / 3}\right)+c$

Solution

(C) Let $I = \int \frac{d x}{x^{2 / 3}(1+x^{2 / 3})}$.
Substitute $x^{1/3} = t$. Then $x = t^3$,which implies $dx = 3t^2 dt$.
Substituting these into the integral:
$I = \int \frac{3t^2 dt}{(t^2)(1+t^2)} = \int \frac{3 dt}{1+t^2}$.
The integral of $\frac{1}{1+t^2}$ is $\tan^{-1}(t)$.
Therefore,$I = 3 \tan^{-1}(t) + c$.
Substituting back $t = x^{1/3}$,we get $I = 3 \tan^{-1}(x^{1/3}) + c$.
492
MediumMCQ
$\int \frac{x^{e-1}+e^{x-1}}{x^e+e^x} d x=$
A
$\frac{-1}{e} \log \left|x^e+e^x\right|+C$
B
$-e \log \left|x^{e}+e^x\right|+C$
C
$\frac{1}{e} \log \left|x^e+e^x\right|+C$
D
$e \log \left|x^{e}+e^x\right|+C$

Solution

(C) Let $I = \int \frac{x^{e-1}+e^{x-1}}{x^e+e^x} dx$ ... $(i)$
Put $x^e + e^x = t$ ... $(ii)$
Differentiating both sides with respect to $x$,we get:
$\frac{d}{dx}(x^e + e^x) = \frac{dt}{dx}$
$e x^{e-1} + e^x = \frac{dt}{dx}$
$(e x^{e-1} + e^x) dx = dt$
Factor out $e$:
$e(x^{e-1} + \frac{e^x}{e}) dx = dt$
$e(x^{e-1} + e^{x-1}) dx = dt$
$(x^{e-1} + e^{x-1}) dx = \frac{1}{e} dt$ ... $(iii)$
Substituting $(ii)$ and $(iii)$ into $(i)$:
$I = \int \frac{1}{t} \cdot \frac{1}{e} dt$
$I = \frac{1}{e} \int \frac{1}{t} dt$
$I = \frac{1}{e} \log |t| + C$
Substituting back $t = x^e + e^x$:
$I = \frac{1}{e} \log |x^e + e^x| + C$
493
MediumMCQ
$\int \frac{x+1}{x(1+x e^x)} d x$ is equal to
A
$\log \left|\frac{1+x e^x}{x e^x}\right|+C$
B
$\log \left|\frac{x e^x}{1+x e^x}\right|+C$
C
$\log \left|x e^x(1+x e^x)\right|+C$
D
$\log \left|1+x e^x\right|+C$

Solution

(B) Let $I = \int \frac{x+1}{x(1+x e^x)} d x$.
Multiply the numerator and denominator by $e^x$:
$I = \int \frac{e^x(x+1)}{x e^x(1+x e^x)} d x$.
Let $t = x e^x$. Then $dt = (e^x + x e^x) d x = e^x(1+x) d x$.
Substituting these into the integral,we get:
$I = \int \frac{dt}{t(1+t)}$.
Using partial fractions:
$\frac{1}{t(1+t)} = \frac{1}{t} - \frac{1}{1+t}$.
Integrating both terms:
$I = \int \left( \frac{1}{t} - \frac{1}{1+t} \right) dt = \log |t| - \log |1+t| + C = \log \left| \frac{t}{1+t} \right| + C$.
Substituting $t = x e^x$ back:
$I = \log \left| \frac{x e^x}{1+x e^x} \right| + C$.
494
DifficultMCQ
$\int \frac{f(x) g^{\prime}(x)-f^{\prime}(x) g(x)}{f(x) g(x)} \times [\log g(x)-\log f(x)] \, dx$ is equal to
A
$\log \left[\frac{g(x)}{f(x)}\right]+C$
B
$\frac{1}{2}\left[\log \frac{g(x)}{f(x)}\right]^2+C$
C
$\frac{g(x)}{f(x)} \log \left[\frac{g(x)}{f(x)}\right]+C$
D
$\log \left[\frac{g(x)}{f(x)}\right]-\frac{g(x)}{f(x)}+C$

Solution

(B) Let $I = \int \frac{f(x) g^{\prime}(x)-f^{\prime}(x) g(x)}{f(x) g(x)} [\log g(x)-\log f(x)] \, dx$.
We know that $\frac{d}{dx} \left( \log \frac{g(x)}{f(x)} \right) = \frac{d}{dx} (\log g(x) - \log f(x)) = \frac{g^{\prime}(x)}{g(x)} - \frac{f^{\prime}(x)}{f(x)} = \frac{f(x) g^{\prime}(x) - f^{\prime}(x) g(x)}{f(x) g(x)}$.
Thus,the integral becomes $I = \int \log \left[\frac{g(x)}{f(x)}\right] \cdot d\left( \log \frac{g(x)}{f(x)} \right)$.
Let $t = \log \left[\frac{g(x)}{f(x)}\right]$,then $dt = d\left( \log \frac{g(x)}{f(x)} \right)$.
Substituting this into the integral,we get $I = \int t \, dt = \frac{t^2}{2} + C$.
Substituting back the value of $t$,we get $I = \frac{1}{2} \left[ \log \frac{g(x)}{f(x)} \right]^2 + C$.
495
DifficultMCQ
If $\int \frac{d x}{\sqrt{\sin ^3 x \cos x}}=g(x)+c$,then $g(x)$ is equal to
A
$\frac{-2}{\sqrt{\cot x}}$
B
$\frac{-2}{\sqrt{\tan x}}$
C
$\frac{2}{\sqrt{\cot x}}$
D
$\frac{2}{\sqrt{\tan x}}$

Solution

(B) Given,$\int \frac{d x}{\sqrt{\sin ^3 x \cos x}}=g(x)+c$.
We can rewrite the integral as:
$\int \frac{d x}{\sqrt{\sin ^4 x \cdot \frac{\cos x}{\sin x}}} = \int \frac{d x}{\sin ^2 x \sqrt{\cot x}}$
This simplifies to:
$\int \operatorname{cosec}^2 x \cdot (\cot x)^{-1/2} d x$
Let $t = \cot x$,then $dt = -\operatorname{cosec}^2 x d x$,which implies $\operatorname{cosec}^2 x d x = -dt$.
Substituting these into the integral:
$\int -t^{-1/2} dt = -\frac{t^{1/2}}{1/2} + c = -2\sqrt{t} + c$
Substituting back $t = \cot x$:
$-2\sqrt{\cot x} + c = -\frac{2}{\sqrt{\tan x}} + c$
Therefore,$g(x) = -\frac{2}{\sqrt{\tan x}}$.
496
DifficultMCQ
$\int \frac{dx}{x^2 \sqrt{4+x^2}}$ is equal to
A
$\frac{1}{4} \sqrt{4+x^2}+C$
B
$\frac{-1}{4} \sqrt{4+x^2}+C$
C
$\frac{-1}{4x} \sqrt{4+x^2}+C$
D
$\frac{9}{4x} \sqrt{4+x^2}+C$

Solution

(C) Let $I = \int \frac{dx}{x^2 \sqrt{4+x^2}}$.
Substitute $x = 2 \tan \theta$,then $dx = 2 \sec^2 \theta \ d\theta$.
The integral becomes $I = \int \frac{2 \sec^2 \theta \ d\theta}{(4 \tan^2 \theta) \sqrt{4 + 4 \tan^2 \theta}}$.
Since $\sqrt{4(1 + \tan^2 \theta)} = 2 \sec \theta$,we have $I = \int \frac{2 \sec^2 \theta \ d\theta}{4 \tan^2 \theta \cdot 2 \sec \theta} = \frac{1}{4} \int \frac{\sec \theta}{\tan^2 \theta} \ d\theta$.
$I = \frac{1}{4} \int \frac{1/\cos \theta}{\sin^2 \theta / \cos^2 \theta} \ d\theta = \frac{1}{4} \int \frac{\cos \theta}{\sin^2 \theta} \ d\theta$.
Let $u = \sin \theta$,then $du = \cos \theta \ d\theta$. So $I = \frac{1}{4} \int u^{-2} \ du = \frac{1}{4} (-u^{-1}) + C = -\frac{1}{4 \sin \theta} + C$.
Since $\tan \theta = \frac{x}{2}$,we have $\sin \theta = \frac{x}{\sqrt{x^2+4}}$.
Thus,$I = -\frac{1}{4} \cdot \frac{\sqrt{x^2+4}}{x} + C = -\frac{\sqrt{4+x^2}}{4x} + C$.
497
DifficultMCQ
$\int \frac{dx}{\sqrt{x-x^2}}$ is equal to
A
$2 \sin^{-1} \sqrt{x} + C$
B
$2 \sin^{-1} x + C$
C
$2x \sin^{-1} x + C$
D
$\sin^{-1} \sqrt{x} + C$

Solution

(A) Let $I = \int \frac{dx}{\sqrt{x-x^2}}$.
We can rewrite the denominator as $\sqrt{x(1-x)}$.
So,$I = \int \frac{dx}{\sqrt{x} \sqrt{1-x}}$.
Let $\sqrt{x} = \sin \theta$. Then $x = \sin^2 \theta$.
Differentiating both sides with respect to $\theta$,we get $dx = 2 \sin \theta \cos \theta \, d\theta$.
Substituting these into the integral:
$I = \int \frac{2 \sin \theta \cos \theta \, d\theta}{\sin \theta \sqrt{1-\sin^2 \theta}}$
$I = \int \frac{2 \sin \theta \cos \theta \, d\theta}{\sin \theta \cos \theta}$
$I = \int 2 \, d\theta = 2\theta + C$.
Since $\sin \theta = \sqrt{x}$,we have $\theta = \sin^{-1} \sqrt{x}$.
Therefore,$I = 2 \sin^{-1} \sqrt{x} + C$.

7-1.Indefinite Integral — Integration by substitution · Frequently Asked Questions

1Are these 7-1.Indefinite Integral questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a 7-1.Indefinite Integral Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.