Integrate $\int \frac{dx}{(x^2+c)^\frac{3}{2}}$

105 Views Asked by At

Using Mathematica, I found a simple result

$$ \int \frac{dx}{(x^2+c)^\frac{3}{2}} = \frac{x}{c\sqrt{x^2+c}} + const$$

where $c$ is a constant.

But I am unable to get this result by hand - I don't know what method to use. Any ideas?

2

There are 2 best solutions below

1
On BEST ANSWER

HINT:

If $c>0$ set $x=\sqrt c\tan\theta$

If $c<0,c=-d$(say) set $x=\sqrt d\sec\theta$

See : Trigonometric substitutions

0
On

Hint

Use substitution $x=\sqrt c \sinh(y)$ so $dx=\sqrt c \cosh(y)$ and $$I=\int \frac{dx}{(x^2+c)^\frac{3}{2}} =\frac 1c \int \frac{dy}{\cosh^2(y)}=\tanh(y)$$ Now, go back to $x$.

I am sure that you can take from here.