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}$?
2026-04-29 11:20:46.1777461646
Integrating: $\int \frac{dx}{x(7+\ln^{2}x)}$
116 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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}$$