How do you integrate int (x^2-1)/(x^(3/2))dx?

1 Answer
Dec 20, 2016

int {x^2 - 1}/{x^{3/2}} dx =2/3 x^{3/2} + 2 x^{- 1/2} + C

Explanation:

The integral is solved immediately if we make the previous division of the numerator between the denominator. To do this, we decompose the division into two terms and then simplify the powers of x:

int {x^2 - 1}/{x^{3/2}} dx = int (x^2/x^{3/2} - 1/x^{3/2}) dx = int x^{1/2} dx - int x^{- 3/2} dx =

= {x^{1/2 + 1}}/{1/2 + 1} - {x^{- 3/2 + 1}}/{- 3/2 + 1} + C = 2/3 x^{3/2} + 2 x^{- 1/2} + C.