Evaluating indefinite integral: $ \int { \frac { 1 }{ \sqrt { 8-{ x }^{ 2 }-2x } } } \,dx$

101 Views Asked by At

How can i evaluate this indefinite integral.

$$ \int { \frac { 1 }{ \sqrt { 8-{ x }^{ 2 }-2x } } } \,dx$$

I know it involves completing square but i don't know how to do it.

2

There are 2 best solutions below

3
On BEST ANSWER

Hint:

$$8 - x^2 - 2x = 8 - (x^2 + 2x) = 8 - (x^2 + 2x + 1) + 1 = 9 - (x + 1)^2$$

Can you take it from here?

0
On

Hints:

$$8-x^2-2x=9-(x+1)^2\implies \sqrt{8-x^2-2x}=3\sqrt{1-\left(\frac{x+1}3\right)^2}$$

and now do remember the derivative of $\;\arcsin\;$ ...