latentcorpse said:
...or that lol!
would't my method work as well?
Doing it your way, you'd have to evaluate [tex]\int ln(x^2+4)[/tex] which evaluates to
[tex]4 tan^{-1}\left(\frac{x}{2}\right) + x \left(ln(x^2+4) - 2\right)[/tex]
My way seems to be easier.
Let me summarize what happens your way, I switched v's to x's.
[tex]\int \frac{x^2}{x^2+4} dx = \int \frac{x}{2} \frac{2x}{x^2+4} dx = \frac{x}{2} ln(x^2+4) - \frac{1}{2} \int ln(x^2+4) dx = \frac{x}{2} ln(x^2+4) - \frac{1}{2} \left(4 tan^{-1}\left(\frac{x}{2}\right) + x \left(ln(x^2+4) - 2\right)\right)[/tex]
Now obviously [tex]\frac{x}{2} ln(x^2+4)[/tex] will cancel and you will be left with
[tex]x - 2 tan^{-1}\left(\frac{x}{2}\right)[/tex]
This is the exact same answer you get if you do it my way:
[tex]\int \frac{x^2}{x^2+4} dx = \int 1 - \frac{4}{x^2+4} dx = x - 4\left(\frac{1}{2} tan^{-1}\left(\frac{x}{2}\right)\right) = x - 2 tan^{-1}\left(\frac{x}{2}\right)[/tex]