Evaluate the following indefinite integral.
$$ \int { \frac { 8 }{ 81+{ x }^{ 2 } } } dx $$
The answer is
$$ \frac { 8 }{ 9 } \arctan \left(\frac { x }{ 9 } \right)$$
I know that it has something to do with this integral
$$ \int { \frac { 1 }{ { x }^{ 2 }+1 } } dx =\arctan x +C $$
but i can't get it.
I think i can't make the algebra to find the antiderivative.
First get $\frac{8}{81}$ out of the integral (linearity) and you are left with: $\int\frac{1}{1+ (x/9)^2}dx$, now transform: $t = x/9$ so $9dt= dx$. You obtain $\frac{8}{81}\int\frac{9}{1+t^2}dt$. And now you of course obtain
$$ \begin{align} \int\frac{8}{81+x^2}dx &=\frac{8}{9} \arctan (t) + c \\ &= \frac{8}{9} \arctan (x/9) +c \end{align} $$