I have a question on how to evaluate this integral:
$\int (5-x^2+\frac{18}{x^4})dx$
Is this correct?
$\int (5-x^2+\frac{18}{x^4})dx$
$ \int 5 dx = 5x + C$
$ \int -x^2 = \frac {-x^3}{3}= -\frac{1}{3}x^3 +C $
$ \int \frac {18}{x^4} = \int 18x^{-4} dx = \frac {18x^{-3}}{3}=6x^{-3} + C$
So, $\int (5-x^2+\frac{18}{x^4})dx= 5x-\frac{1}{3}x^3+6x^{-3}+C$