3

How to integrate $$\frac{1}{x\sqrt{x}}$$ I don't see how could I use u substitution or integration by parts. I tried both, but it just got worse(more complex). I haven't integrate in years and I just can't warp my head around this.

Edit: Thank you everybody who helped me. It was really simple and obvious. Now it is easy.

N. F. Taussig
  • 76,571

4 Answers4

4

Hint: $$ \frac{1}{x\sqrt{x}}=\frac{1}{x^{3/2}}=x^{-3/2} $$

now can you find a primitive?

Emilio Novati
  • 62,675
3

$$\int\frac{dx}{x\sqrt x}=\int\frac{dx}{x^{3/2}}=\int x^{-3/2}dx=\color{red}{-\frac{2}{\sqrt x}+\mathcal C}$$

3SAT
  • 7,512
2

Hint: $1/(x\sqrt x) = x^{-3/2}$ so its primitive is $-2x^{-1/2}$.

1

Notice, when $n>1$:

$$\int\frac{1}{x^n}\space\text{d}x=\int x^{-n}\space\text{d}x=\frac{x^{1-n}}{1-n}+\text{C}$$

Jan Eerland
  • 28,671