Unlike if we had just x in the numerature, here the chain rule will do us no good. Integration by parts in this case also is little help - we end up with expressions at least as difficult as we started with. For example:
Int x2/(1+x2)dx = x2tan-1x - Int 2x tan-1x dx
In this case, a very simple approach is to simply add and subtract 1 from the denominator:
Int x2/(1+x2)dx = Int (x2+1-1)/(1+x2)dx= Int (1+x2)/(1+x2) - 1/(1+x2)dx = Int 1 - 1/(1+x2)dx
From here, do you know know you to solve the problem?