Hello it is simple but I can not evaluate the following integral:
$$\int \frac{1} {\sqrt{x^2-2x-8}}\,\mathrm{d}x$$
Give me a clue or show step by step solutions please.
Thank you very much.
Hello it is simple but I can not evaluate the following integral:
$$\int \frac{1} {\sqrt{x^2-2x-8}}\,\mathrm{d}x$$
Give me a clue or show step by step solutions please.
Thank you very much.
On
Hint: Complete the square and rewrite it as $\int \frac{1}{\sqrt{(x-1)^2-9}} dx$. Do a substitution $u=x-1$ and $du=dx$, then use trig substitution. I hope you can carry it on from there.
On
Use the substitution $u = x-1$, $\mathrm{d}u = \mathrm{d}x$ to get to $$\int \frac{\mathrm{d}u}{\sqrt{u^2-9}}$$ then apply the substitution $v = 3 \sec v \implies \mathrm{d}v = 3\sec v\tan v \, \mathrm{d}v$ to get to $$\int \sec v \, \mathrm{d}v$$ can you continue from there?
On
Rewrite in canonical form: $$I=\int\frac{\mathrm d\mkern1mu x}{\sqrt{x^2-2x-8}}=\int\frac{\mathrm d\mkern1mu x}{\sqrt{(x-1)^2-9}}=\int\frac{\mathrm d\mkern1mu x}{3\sqrt{\Bigl(\dfrac{x-1}3\Bigr)^2-1}}.$$ Now set $u=\dfrac{x-1}3$; you obtain: \begin{align*} I&=\int\frac{\mathrm d\mkern1mu u}{\sqrt{u^2-1}}=\operatorname{arcosh}u=\ln(u+\sqrt{u^2-1})\\ &=\operatorname{arcosh}\frac{x-1}3=\ln\Bigl(x-1+\sqrt{x^2-2x-8}\Bigr) \end{align*} modulo a constant.
$$\int \left(\frac{1}{\sqrt{x^2-2x-8}}\right)dx=\int \left(\frac{1}{\sqrt{(x-1)^2-9}}\right)dx$$
Substitute: $u=x$ and $du=dx$:
$$\int \left(\frac{1}{\sqrt{(u)^2-9}}\right)du$$
Substitute: $u=3\sec(s)$ and $du=3\tan(s)\sec(s)ds$. Then $\sqrt{u^2-9}=\sqrt{9\sec^2(s)-9}=3\tan(s)$ and $s=\sec^{-1}\left(\frac{u}{3}\right)$
$$3\int \frac{sec(s)}{3}dx=\int \sec(s)dx=\ln(\tan(s)+\sec(s))+c=$$
$$\ln(\tan(\sec^{-1}\left(\frac{u}{3}\right))+\sec(\sec^{-1}\left(\frac{u}{3}\right)))+c=$$
$$\ln(\tan(\frac{x-1}{3})+\sec(\frac{x-1}{3}))+c=$$
$$\ln\left(-\sqrt{x^2-2x-8}-x+1\right)+c$$