A Sum with Fractions and Roots

Algebra Level 2

Determine the sum 1 1 + 2 + 1 2 + 3 + 1 3 + 4 + + 1 99 + 100 . \frac{1}{\sqrt{1}+\sqrt{2}} + \frac{1}{\sqrt{2}+\sqrt{3}} + \frac{1}{\sqrt{3}+\sqrt{4}} + \cdots + \frac{1}{\sqrt{99} + \sqrt{100} }.


The answer is 9.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

17 solutions

William Cui
Oct 21, 2013

Since this sum looks pretty complex, let's try to simplify it down.

Let's look at the first fraction, 1 1 + 2 \frac{1}{\sqrt{1}+\sqrt{2}} . If we multiply this by 1 2 1 2 \frac{\sqrt{1}-\sqrt{2}}{\sqrt{1}-\sqrt{2}} , we obtain:

1 2 ( 1 + 2 ) × ( 1 2 ) \frac{\sqrt{1}-\sqrt{2}}{(\sqrt{1}+\sqrt{2})\times(\sqrt{1}-\sqrt{2})}

= 1 2 1 + 2 2 2 =\frac{\sqrt{1}-\sqrt{2}}{1+\sqrt{2}-\sqrt{2}-2}

= 1 2 1 =\frac{\sqrt{1}-\sqrt{2}}{-1}

= 2 1 =\sqrt{2}-\sqrt{1} .

Isn't that neat? We can try a couple more fractions, and soon realize that all of them are the same.

1 a + a + 1 = a + 1 a \frac{1}{\sqrt{a}+\sqrt{a+1}}=\sqrt{a+1}-\sqrt{a}

This is because the denominator will always be -1. (The two middle terms of the denominator when we are multiplying by the conjugate cancel out and a ( a + 1 ) = 1 a-(a+1)=-1 )

Now, we have simplified our complex sum to something much simpler.

2 1 + 3 2 + 4 3 + 98 + 100 99 \sqrt{2}-\sqrt{1}+\sqrt{3}-\sqrt{2}+\sqrt{4}-\sqrt{3}+\ldots-\sqrt{98}+\sqrt{100}-\sqrt{99}

All the terms besides the first and last one cancel out, so we are left with

= 100 1 =\sqrt{100}-\sqrt{1}

= 10 1 = 9 =10-1=\boxed{9}

i like your solution..

resha piley - 7 years, 7 months ago

very good ,,,,,,,

Mohd Shavez Msk - 7 years, 7 months ago

rly gd

Sorov Roy - 7 years, 7 months ago

thanks young master :)

Khansa Nabilah - 7 years, 7 months ago

I think, The problem is application of Telescopic

Qonitah Jannah - 6 years, 10 months ago

like the solution

radha hati - 7 years, 7 months ago

awesome man....

Vighnesh Raut - 7 years, 2 months ago

your answer is better

Wallace Soo - 6 years, 10 months ago

Thank you :)

Vaishnavi Gupta - 6 years, 10 months ago

amazing at 14

Aditya Angadi - 6 years, 10 months ago

easy solution

Vinoth Vinoth - 6 years, 10 months ago

In other words..the process of rationalising the denominator reduces the summation into a telescopic series.....

Abhay Liginlal - 6 years, 10 months ago

haha! Is this Calculus??

Ameerah Delacruz - 6 years, 10 months ago

Why did'nt you took 100 = 10 , 1 = 1 ? \sqrt{100} = -10 , \sqrt{1} = -1?

@William Cui @Arron Kau

sandeep Rathod - 6 years, 6 months ago

Log in to reply

@sandeep Rathod u asked the question 1 yr ago, so hope it still helps... The square root sign, more appropriately known as radical sign, represents the positive square root. So -10, -1 will not be taken into account....

Siddhant Chaudhari - 5 years, 5 months ago

I did the exactly same way as you did

Ayush Sharma - 6 years, 1 month ago

in which do yo read in genius

Debjyoti Chattopadhyay - 7 years, 6 months ago

in which class do you read in genius

Debjyoti Chattopadhyay - 7 years, 6 months ago
Daniel Chiu
Oct 20, 2013

The sum telescopes as follows: 1 n + n + 1 = n + 1 n ( n + 1 + n ) ( n + 1 n ) = n + 1 n \dfrac{1}{\sqrt{n}+\sqrt{n+1}}=\dfrac{\sqrt{n+1}-\sqrt{n}}{(\sqrt{n+1}+\sqrt{n})(\sqrt{n+1}-\sqrt{n})}=\sqrt{n+1}-\sqrt{n} Then, the sum is ( 2 1 ) + ( 3 2 ) + + ( 100 99 ) = 100 1 = 9 (\sqrt{2}-\sqrt{1})+(\sqrt{3}-\sqrt{2})+\cdots+(\sqrt{100}-\sqrt{99})=\sqrt{100}-\sqrt{1}=\boxed{9}

int i; double s=0.0; for(i=1;i<=99;i++) { s=s+(1/(sqrt(i)+sqrt(i+1)) } cout<<"Sum of Series="<<s;

Ijaz Ahmad - 6 years, 10 months ago

What?

Justine Anne Paola Evangelista - 7 years, 7 months ago

Log in to reply

We rationalize each term, and notice that different terms cancel.

Daniel Chiu - 7 years, 7 months ago

Thank you. :)

Almira Desierdo - 7 years, 7 months ago

he dude the soln. is hard

radha hati - 7 years, 7 months ago
Michael Tang
Dec 14, 2013

Each term of the sum is in the form 1 k + k + 1 \dfrac{1}{\sqrt{k} + \sqrt{k+1}} for some positive integer k . k. Rationalizing this expression, we have

1 k + k + 1 = k + 1 k ( k + k + 1 ) ( k + 1 k ) = k + 1 k 1 = k + 1 k . \begin{aligned} \dfrac{1}{\sqrt{k} + \sqrt{k+1}} &= \dfrac{\sqrt{k+1} - \sqrt{k}}{(\sqrt{k} + \sqrt{k+1})(\sqrt{k+1} - \sqrt{k})} \\ &= \dfrac{\sqrt{k+1}-\sqrt{k}}{1} = \sqrt{k+1}-\sqrt{k}. \end{aligned}

Therefore, the given sum is equal to

( 2 1 ) + ( 3 2 ) + + ( 100 99 ) (\sqrt2-\sqrt1)+(\sqrt3-\sqrt2)+\ldots+(\sqrt{100}-\sqrt{99})

and most of the terms cancel to give 1 + 100 = 9 . -\sqrt1 + \sqrt{100} = \boxed{9}.

you have multiplied by wrong conjugate the final answer should be √k - √k+1 i.e. 1 - √100 = 1 - 10= -9 so I would say that answer is -9 rather than +9. if i am wrong somewhere then please resolve my confusion, although i know I am right :D

Ayush Porwal - 7 years, 2 months ago

Log in to reply

If you multiply the denominator √k + √k+1 by √k - √k+1, you get k-(k+1) or -1 in the denominator, so once you get -9 you have to negate all of the terms at the end, still giving the answer of positive 9.

Nelson Niu - 7 years, 2 months ago

Log in to reply

Okay, I didn't noticed and went up confusing others guys, I give up.

Ayush Porwal - 7 years, 2 months ago

Thanks, u r right.

Ahmad Kamran Siddiqui - 7 years, 2 months ago

So the site must also provide me with my points, hope that sight makers take this notice :P

Ayush Porwal - 7 years, 2 months ago

I was also confused.

Afzaal Sandhu - 7 years, 2 months ago

unique and short cut method

Singh Ajeet - 7 years, 2 months ago

did it the same way

Max B - 7 years, 1 month ago

did the same way and, yes bulba bulba bulbasaur, liked it!

Kartik Sharma - 7 years, 1 month ago

if the above given patter was in the form 1 / √k+1 + √k then you would have been right. I am now confused because how does the change in pattern of square roots in denominator will make a difference in the answer????? :/

Ayush Porwal - 7 years, 2 months ago

Log in to reply

Remember that addition is commutative, so both the possibilities are true but sum of positive number must be positive. +9 is logicaly true.

Ahmad Kamran Siddiqui - 7 years, 2 months ago

Log in to reply

I don't think if its correct. and what about denominator confusion? read my query above?

Ayush Porwal - 7 years, 2 months ago

Log in to reply

@Ayush Porwal yes i m wrong, and Mr. Nelson Niu,s answer is correct.

Ahmad Kamran Siddiqui - 7 years, 2 months ago
Adrabi Abderrahim
Oct 21, 2013

this can be rewritten as :

n = 1 99 1 n + n + 1 = \sum_{n=1}^{99}\frac{1}{\sqrt{n} + \sqrt{n+1}}=

n = 1 99 n n + 1 ( n + n + 1 ) ( n n + 1 ) = \sum_{n=1}^{99}\frac{\sqrt{n} - \sqrt{n+1}}{(\sqrt{n} + \sqrt{n+1})(\sqrt{n} - \sqrt{n+1})} =

n = 1 99 n n + 1 ( n ) ( n + 1 ) = \sum_{n=1}^{99}\frac{\sqrt{n} - \sqrt{n+1}}{(n)-(n+1)} =

n = 1 99 ( n n + 1 ) = n = 1 99 ( n + 1 n ) \sum_{n=1}^{99}-(\sqrt{n} - \sqrt{n+1}) = \sum_{n=1}^{99} (\sqrt{n+1} - \sqrt{n})

so it's ( 2 1 ) + ( 3 2 ) + . . . + ( 100 99 ) = 10 1 = 9 (\sqrt{2} - \sqrt{1}) + (\sqrt{3} - \sqrt{2}) + ... + (\sqrt{100} - \sqrt{99}) = 10 - 1 = 9

Justin Wong
Oct 20, 2013

Using conjugation, the sum is S = 1 1 + 2 × 1 2 1 2 + 1 2 + 3 × 2 3 2 3 + 1 9 9 + 1 00 × 9 9 1 00 9 9 1 00 S=\frac{1}{\sqrt1+\sqrt2}\times\frac{\sqrt1-\sqrt2}{\sqrt1-\sqrt2}+\frac{1}{\sqrt2+\sqrt3}\times\frac{\sqrt2-\sqrt3}{\sqrt2-\sqrt3}\cdots+\frac{1}{\sqrt99+\sqrt100}\times\frac{\sqrt99-\sqrt100}{\sqrt99-\sqrt100} .

Simplifying, S = 1 2 ( 1 + 2 ) ( 1 2 ) + 2 3 ( 2 + 3 ) ( 2 3 ) + + 9 9 1 00 ( 9 9 + 1 00 ) ( 9 9 1 00 ) S=\frac{\sqrt1-\sqrt2}{(\sqrt1+\sqrt2)(\sqrt1-\sqrt2)}+\frac{\sqrt2-\sqrt3}{(\sqrt2+\sqrt3)(\sqrt2-\sqrt3)}+\cdots+\frac{\sqrt99-\sqrt100}{(\sqrt99+\sqrt100)(\sqrt99-\sqrt100)} .

Rationalizing the denominator with ( a + b ) ( a b ) (a+b)(a-b) , S = 1 2 1 + 2 3 1 + + 9 9 1 00 1 S=\frac{\sqrt1-\sqrt2}{-1}+\frac{\sqrt2-\sqrt3}{-1}+\cdots+\frac{\sqrt99-\sqrt100}{-1} .

Adding the fractions, S = 1 2 + 2 3 + 3 4 + + 9 9 1 00 1 S=\frac{\sqrt1-\sqrt2+\sqrt2-\sqrt3+\sqrt3-\sqrt4+\cdots+\sqrt99-\sqrt100}{-1} .

Combining like terms, S = 1 1 00 1 = 1 10 1 = 9 1 = 9 S=\frac{\sqrt1-\sqrt100}{-1}=\frac{1-10}{-1}=\frac{-9}{-1}=9 .

It might be better if I added that ( a + b ) ( a b ) = a 2 b 2 (a+b)(a-b)=a^2-b^2 or just left that out altogether... I don't know.

Justin Wong - 7 years, 7 months ago

Log in to reply

It would be better to add that in.

In fact, it would be best to show it for the general term as Daniel has done, as opposed to requiring your audience to manually verify it for each term.

Calvin Lin Staff - 7 years, 7 months ago

i like your solution ............can u my friend......

Mohd Shavez Msk - 7 years, 7 months ago

genious

mohsin khan - 7 years, 7 months ago

it can be solved more easily

radha hati - 7 years, 7 months ago

Rationalize every term, you will get- √100-√1= 9

solve it than say

radha hati - 7 years, 7 months ago
Snehdeep Arora
Oct 21, 2013

This question can easily be solved using the Telescoping series :

Series can be written as Σ 1 ( n ) + ( n + 1 ) \Sigma \frac{1}{(\sqrt{n})+(\sqrt{n+1})} which we can rationalize and write as Σ n + 1 n \Sigma \sqrt{n+1}-\sqrt{n} (upper and lower limits are 99 and 1 respectively).Putting the limits 10 1 = 9 \sqrt{10}-\sqrt1 = \boxed9

what do u thnk everyone knows the telescoping theory

radha hati - 7 years, 7 months ago

Log in to reply

you can read about it

Snehdeep Arora - 7 years, 7 months ago
Andres Fabrega
Oct 20, 2013

Rationalizing yields: sqrt(2)-sqrt(1)-sqrt(2)+sqrt(3)......-sqrt(99)+sqrt(100). All terms except sqrt(100) and -sqrt(1) cancel out. Therefore, the expression equals sqrt(100)-sqrt(1)=10-1=9

Hahn Lheem
Oct 23, 2013

All terms are of the form 1 ( n + n + 1 \frac{1}{(\sqrt{n}+\sqrt{n+1}} . When we multiply the numerator and the denominator by the conjugate of the denominator, we get n n + 1 1 \frac{\sqrt{n}-\sqrt{n+1}}{-1} , which is equal to n + 1 n \sqrt{n+1}-\sqrt{n} . Our problem now looks like this: 2 1 + 3 2 + 4 3 + . . . + 100 99 \sqrt{2}-\sqrt{1}+\sqrt{3}-\sqrt{2}+\sqrt{4}-\sqrt{3}+...+\sqrt{100}-\sqrt{99} . We can see that this is a telescoping sum. After simplifying with mass cancellation, we are left with 100 1 = 10 1 = 9 \sqrt{100}-\sqrt{1}=10-1=\boxed{9} .

nice answer

sonu sekar - 7 years, 7 months ago

Rationalize the terms so 1/(sqrt(1)+sqrt(2)) becomes (sqrt(2)-sqrt(1)) similarly 1/(sqrt(2)+sqrt(3)) becomes (sqrt(3)-sqrt(2)) and 1/(sqrt(3)+sqrt(4)) becomes (sqrt(4)-sqrt(3))
and so on
last term is 1/(sqrt(99)+sqrt(100)) becomes (sqrt(100)-sqrt(99)) adding all the terms we will get sqrt(100)-sqrt(1)=10-1=9

u r soln. is like ur pic

radha hati - 7 years, 7 months ago
Anjani Choudhary
Oct 24, 2013

rationalise each and every term and you wiil get '1' as denominator in each term ...every term will be cancelled except sqtr(100)-sqrt(1) ....hence answer will be 9.

Raizel D
Nov 12, 2015

Let's start by writing it as a summation with sigma notation: n = 1 99 1 n + n + 1 \sum_{n=1}^{99} \frac{1}{\sqrt{n}+\sqrt{n+1}}

Now, we can rationalize the denominator: n = 1 99 1 n + n + 1 n + 1 n n + 1 n \sum_{n=1}^{99} \frac{1}{\sqrt{n}+\sqrt{n+1}} \cdot \frac{\sqrt{n+1}-\sqrt{n}}{\sqrt{n+1}-\sqrt{n}}

And simplify: n = 1 99 n + 1 n ( n + 1 ) 2 ( n ) 2 = n = 1 99 n + 1 n ( n + 1 ) ( n ) = n = 1 99 n + 1 n 1 = n = 1 99 ( n + 1 n ) \begin{aligned} \sum_{n=1}^{99} \frac{\sqrt{n+1}-\sqrt{n}}{(\sqrt{n+1})^2-(\sqrt{n})^2} &= \sum_{n=1}^{99} \frac{\sqrt{n+1}-\sqrt{n}}{(n+1)-(n)} \\ &= \sum_{n=1}^{99} \frac{\sqrt{n+1}-\sqrt{n}}{1} \\ &= \sum_{n=1}^{99} \left( \sqrt{n+1}-\sqrt{n}\right) \end{aligned}

Because of the commutative law of addition, we have a rule that n = 1 n = k ( a n ± b n ) = n = 1 n = k a n ± n = 1 n = k b n . \sum_{n=1}^{n=k} (a_n \pm b_n) = \sum_{n=1}^{n=k}a_n \pm \sum_{n=1}^{n=k}b_n .

Following that rule gets us n = 1 99 ( n + 1 n ) = n = 1 99 n + 1 n = 1 99 n . \sum_{n=1}^{99} \left( \sqrt{n+1}-\sqrt{n}\right) = \sum_{n=1}^{99} \sqrt{n+1}- \sum_{n=1}^{99}\sqrt{n} .

Now, we can make the substitution m = n + 1 m=n+1 in the first summation. Doing so makes the lower limit of n = 1 n=1 become m = 2 m=2 and the upper limit of 99 99 become 100 100 , giving us m = 2 100 m n = 1 99 n . \sum_{m=2}^{100} \sqrt{m}- \sum_{n=1}^{99}\sqrt{n} .

We can rewrite these sums to have the same limits by removing a term from each of them: ( m = 2 99 m + 100 ) ( n = 2 99 n + 1 ) \left(\sum_{m=2}^{99} \sqrt{m} +\sqrt{100}\right) - \left( \sum_{n=2}^{99}\sqrt{n} + \sqrt{1} \right)

Distributing the negative and rearranging the terms gives us the following: m = 2 99 m + 100 n = 2 99 n 1 = m = 2 99 m n = 2 99 n + 100 1 = m = 2 99 m n = 2 99 n + 10 1 = m = 2 99 m n = 2 99 n + 9 \begin{aligned} \sum_{m=2}^{99} \sqrt{m} +\sqrt{100} - \sum_{n=2}^{99}\sqrt{n} - \sqrt{1} &= \sum_{m=2}^{99} \sqrt{m} - \sum_{n=2}^{99}\sqrt{n} +\sqrt{100} - \sqrt{1} \\&= \sum_{m=2}^{99} \sqrt{m} - \sum_{n=2}^{99}\sqrt{n} +10-1 \\&= \sum_{m=2}^{99} \sqrt{m} - \sum_{n=2}^{99}\sqrt{n} +9 \end{aligned}

Even though the two summations use different index variables, they are the exact same thing. Using this fact, we get ( m = 2 99 ( m ) n = 2 99 n ) + 9 = 0 + 9 = 9 \left( \sum_{m=2}^{99} \left( \sqrt{m}\right) - \sum_{n=2}^{99}\sqrt{n} \right) +9 = 0+9=\boxed{9}

Moderator note:

Good observation of the telescoping series, and how the terms cancel.

Kushagra Sahni
May 5, 2014

Can be -11 as well.

Mayur Gohil
Mar 24, 2014

its easy understanding, rationalise the denominator of every term and then simplify

John Doe
Mar 22, 2014

Factorise each term in the series. Subsequent terms will keep cancelling, leaving only sqrt(100)-sqrt(1)

i Dont understand this method

zarree khan - 7 years, 2 months ago
Mohamed Mahmoud
Dec 6, 2013

1 x + x + 1 = 1 x + x + 1 x x + 1 x x + 1 = x x + 1 1 = x + 1 x \frac{1}{\sqrt{x}+\sqrt{x+1}}=\frac{1}{\sqrt{x}+\sqrt{x+1}}*\frac{\sqrt{x}-\sqrt{x+1}}{\sqrt{x}-\sqrt{x+1}}=\frac{\sqrt{x}-\sqrt{x+1}}{-1}=\sqrt{x+1}-\sqrt{x}

so the problem now could be written as follow

( 2 1 ) + ( 3 2 ) + ( 4 3 ) + . . . . . . . . . . . . . . + ( 100 99 ) = 100 1 = 9 (\sqrt{2}-\sqrt{1})+(\sqrt{3}-\sqrt{2})+(\sqrt{4}-\sqrt{3})+..............+(\sqrt{100}-\sqrt{99})=\sqrt{100}-\sqrt{1}=\boxed{9}

Shubham Kumar
Oct 27, 2013

T(r) = 1/(sqrt{r} + sqrt{r+1}) = sqrt{r+1} - sqrt{r} ...............{After rationalisation}

Therefore, from ques. T(1) + T(2) +...+ T(99) = sqrt{100} - sqrt{1} = 10 - 1 = 9. {Ans.}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...