3

Could someone please show me how to evaluate this integral (maybe doing all the steps)? $$\int_0^{\sqrt{3}}{\frac{\sqrt{1+x^2}}{x}}\,dx$$ I prefer if you avoid to follow the same method used by WolframAlpha (with $\csc$, $\sec$ ecc).
This is what I tried 'till now:

  1. Substitution with $\sqrt{1+x^2} = u$ I obtained: $$\int{\frac{u}{\sqrt{u^2-1}}\frac{u}{\sqrt{u^2-1}}}\,du = \int{\frac{u^2}{u^2-1}}\,du$$ But not knowing how to continue, I tried another substitution with $u^2 - 1 = s$ and I obtained: $$\int{\frac{s+1}{s} \frac{1}{2\sqrt{s+1}} }\,ds = \frac{1}{2}\int{\frac{s+1}{s\sqrt{s+1}}}\,ds$$ But, again, not knowing how to continue I decided to ask here.

Thanks in advance for the help!

Overflowh
  • 483

3 Answers3

2

$$\frac{u^2}{u^2-1}=1+\frac12\frac1{u-1}-\frac12\frac1{u+1}$$

Did
  • 279,727
2

For every $u \in \mathbb{R}\setminus\{-1,1\}$ we have $$ \frac{u^2}{u^2-1}=\frac{u^2-1+1}{u^2-1}=1+\frac{1}{u^2-1} =1+\frac{1}{2}\left(\frac{1}{u-1}-\frac{1}{u+1}\right), $$ and so $$ \int\frac{u^2}{u^2-1}du=\int\left[1+\frac{1}{2}\left(\frac{1}{u-1}-\frac{1}{u+1}\right)\right]du=u+\frac{1}{2}\ln\left|\frac{u-1}{u+1}\right| +C. $$

HorizonsMaths
  • 16,526
  • Oh.. now it's clear! I could not understand how to obtain the partial fractions.. Thank you :) – Overflowh Jun 21 '12 at 17:15
  • Ehm.. I'm sorry but.. could you tell me how you obtained $1+\frac{1}{2}(\frac{1}{u-1}-\frac{1}{u+1})$? I'm trying, but I can't find a simple ad immediate way.. – Overflowh Jun 21 '12 at 17:21
  • 1
    This is known as the method of partial fractions. Any calculus textbook should have an explanation (at least for cases like this with linear factors). – GEdgar Jun 21 '12 at 18:13
  • $$\frac{1}{u^2-1}=\frac{1}{2}\frac{u+1-(u-1)}{u^2-1}=...$$ – HorizonsMaths Jun 21 '12 at 18:32
1

Your first substitution was good, but the next one kind of got away from the solution. After you reach $\displaystyle\int \frac{u^2}{u^2-1} du$ apply partial fractions.

Ragib Zaman
  • 35,127