Integrating: $\int \frac{dx}{x(7+\ln^{2}x)}$

116 Views Asked by At

I'm trying to integrate: $$\int \frac{dx}{x(7+\log^{2}x)}$$
Can it be done without trig substitutions or without using $\tan^{-1}$?

2

There are 2 best solutions below

0
On BEST ANSWER

The final answer involves $\arctan$ and hence you cannot avoid trigonometric substitution.

Let $\ln(x) = t$. We then have $dt = \dfrac{dx}x$. Hence, we have $$I = \int \dfrac{dx}{x(7 + \ln^2(x))} = \int \dfrac{dt}{7+t^2}$$ Now set $t = \sqrt7 \tan(y)$. We then have $$I = \int \dfrac{\sqrt7 \sec^2(y) dy}{7 \sec^2(y)} = \dfrac1{\sqrt7} \arctan \left(\dfrac{t}{\sqrt{7}}\right) + \text{constant} = \dfrac1{\sqrt7} \arctan \left(\dfrac{\ln(x)}{\sqrt{7}}\right) + \text{constant}$$

0
On

Hint: for every differentiable function $u$, $$ \int\frac{u'(x)\mathrm dx}{7+u(x)^2}\stackrel{t=u(x)}{=}\int\frac{\mathrm dt}{7+t^2}\stackrel{t=\sqrt{7}s}{=}\frac1{\sqrt{7}}\int\frac{\mathrm ds}{1+s^2}=\text{____}. $$