I had to evaluate this integral .
$$ \int_0^{\pi/2} \frac{\cos x}{3 \cos x + \sin x} \, dx $$
Here is how I proceeded
Dividing $N^r$ And $D^r$ by $\cos^3 x$
$$ \int_0^{\pi/2} \frac{ \sec^2 x}{3 \sec^2 x + \tan x \sec^2 x}\, dx \\ $$
Substituting $\tan x = t$
$$ \int_0^\infty \frac{ 1 }{(1+t^2)(t+3)} \, dt \\ $$
Then by using Partial Fractions , I got the answer as
$$ \frac{1}{10} \log (t+3) - \frac{1}{20} \log (t^2 + 1) + \frac{3}{10} \arctan (t) \biggr|_{0}^{\infty} $$
But while substituting the limits , the answer comes out be be infinity which is wrong .
Is there any mistake in my approach ??
Actually, you should have obtained$$\int\frac1{(1+t^2)(t+3)}\,\mathrm dt=\frac3{10}\arctan(t)+\frac1{10}\log(3+t)-\frac1{20}\log(1+t^2).$$Now, note that\begin{align}\frac1{10}\log(3+t)-\frac1{20}\log(1+t^2)&=\frac1{20}\left(\log\bigl((3+t)^2\bigr)-\log(1+t^2)\right)\\&=\frac1{20}\log\left(\frac{(3+t)^2}{1+t^2}\right).\end{align}