How Do I Simplify Fractions Using Surds in the Summation Formula?

  • Context:
  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Fractions Simplify
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Albert1
Messages
1,221
Reaction score
0
$ a_n=(\dfrac{1}{\sqrt n+\sqrt {n-1}})\times(\dfrac{1}{\sqrt {n+1}+\sqrt {n-1}})\times(\dfrac{1}{\sqrt {n+1}+\sqrt n}) $
$S_n=a_1+a_2+a_3+-------+a_n$
$find:\,\, S_{2012}$
 
Mathematics news on Phys.org
Rationalizing the denominator of the expression $$a_n$$ we get:

$ a_n=\left(\dfrac{1}{\sqrt n+\sqrt {n-1}}\cdot \dfrac {\sqrt n-\sqrt {n-1}}{\sqrt n-\sqrt {n-1}}\right)\times\left(\dfrac{1}{\sqrt {n+1}+\sqrt {n-1}}\cdot \dfrac {\sqrt {n+1}-\sqrt {n-1}}{\sqrt {n+1}-\sqrt {n-1}}\right)\times\left(\dfrac{1}{\sqrt {n+1}+\sqrt {n}}\cdot \dfrac {\sqrt {n+1}-\sqrt {n}}{\sqrt {n+1}-\sqrt {n}}\right) $

$ a_n=\left(\dfrac {\sqrt {n}-\sqrt {n-1}}{1}\right)\times \left(\dfrac {\sqrt {n}-\sqrt {n+1}}{-1}\right) \times \left(\dfrac {\sqrt {n+1}-\sqrt {n-1}}{2}\right)$$ a_n=-\dfrac{1}{2}\left(\sqrt{n+1}+\sqrt{n-1}-2\sqrt{n}\right)$

$ a_n=-\dfrac{1}{2}\left(\sqrt{n+1}-\sqrt{n}\right)+\dfrac{1}{2}\left(\sqrt{n}-\sqrt{n-1}\right)$

This is clearly a telescoping series and to compute $$S_{2012}$$, we get:

$$S_{2012}=-\frac{1}{2}(\sqrt {2013}-\sqrt {1})+\frac{1}{2}(\sqrt{2012}-0)$$

$$S_{2012}=\frac{1}{2}-\frac{1}{2}(\sqrt{2013}-\sqrt{2012})$$
 
Last edited:
anemone said:
Rationalizing the denominator of the expression $$a_n$$ we get:$ a_n=-\dfrac{1}{2}\left(\sqrt{n+1}+\sqrt{n-1}-2\sqrt{n}\right)$

$ a_n=-\dfrac{1}{2}\left(\sqrt{n+1}-\sqrt{n}\right)+\dfrac{1}{2}\left(\sqrt{n}-\sqrt{n-1}\right)$

This is clearly a telescoping series and to compute $$S_{2012}$$, we get:

$$S_{2012}=-\frac{1}{2}(\sqrt {2013}-\sqrt {1})+\frac{1}{2}(\sqrt{2012}-0)$$

$$S_{2012}=\frac{1}{2}-(\sqrt{2013}-\sqrt{2012})-------(last \,\, step)$$
your last step is incorrect ,a typo happens
 
Albert said:
your last step is incorrect ,a typo happens

Yep, you're right Albert...I left off $$\frac{1}{2}$$ in front of the surds, I'm sorry and I will fix my first post so that I get the correct answer to this problem.