Roshan Mohanty13 Years agoint(x^3 / x+2) = int ( x^3 + 8 - 8 /(x+2))= int([x+2][x^2 - 2x +4 ] / [x+2]) - int(8/[x+2])= int(x^2 - 2x +4) - 8ln(x+2) +c=x^3/3 - x^2 + 4x - 8ln(x+2) + CPlzzz approve :)