What is the solution to this infinite series problem?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
camilus
Messages
146
Reaction score
0
can anyone find a solution without using a calculator??

This is the problem:


Find the positive interger k for which [tex]\sum \limits_{n=4}^k {1 \over \sqrt{n} + \sqrt{n+1}} = 10[/tex]
 
Physics news on Phys.org
Hint: Multiply numerator and denominator by sqrt(n) - sqrt(n+1)
 
I suspect this will become something call telescoping series
 
Maxima

Has anyone used Maxima as a CAS? I used Maxima to check my answer to this problem and it just gives me a huge sum of radicals. When I used its float command it gave me 9.9999999999996 as the sum for my answer. Are all of the CAS's this limited?
 
Rationalize for the computer

sennyk said:
Has anyone used Maxima as a CAS? I used Maxima to check my answer to this problem and it just gives me a huge sum of radicals. When I used its float command it gave me 9.9999999999996 as the sum for my answer. Are all of the CAS's this limited?

If I rationalize the denominator first, it then gives me the correct answer. If anyone has any experiences with other CAS's, please share.
 
This is a very easy problem because it reduces to:

[tex]\sum \limits_{n=4}^k - \sqrt{n} + \sqrt{n+1}} = 10[/tex]