Solution to Summation of Series Homework Statement

  • Thread starter Thread starter sooyong94
  • Start date Start date
  • Tags Tags
    Series Summation
AI Thread Summary
The discussion centers on solving the summation of the series involving the function f(x) = √x + √(x+1). The user rationalizes the denominator to find that 1/f(x) simplifies to √(x+1) - √x. They then express the sum from 1 to 24 as a telescoping series, which collapses to √25 - √1. The final result of the summation is confirmed to be 4, with a note on minor formatting issues in the original post. The solution is validated and appreciated by other participants.
sooyong94
Messages
173
Reaction score
2

Homework Statement


Someone please check my work... :D

If ##f(x)=\sqrt{x}+\sqrt{x+1}## , find the value of
##\frac{1}{f(1)}+\frac{1}{f(2)}+\frac{1}{f(3)}+...+\frac{1}{f(24)}##

Homework Equations


Summation of series, rationalizing the denominator.


The Attempt at a Solution


##f(x)=\sqrt{x}+\sqrt{x+1}##
##f(x)=\sqrt{x}+\sqrt{x+1}(\frac{\sqrt{x}-\sqrt{x+1}}{\sqrt{x}-\sqrt{x+1}})##
##f(x)=\frac{x-(x+1)}{\sqrt{x}-\sqrt{x+1}}##
##\frac{1}{f(x)}=\sqrt{x+1}-\sqrt{x}##
##\frac{1}{f(1)}+\frac{1}{f(2)}+\frac{1}{f(3)}+...+\frac{1}{f(24)}##
##=\sum_{r=1}^{24} \sqrt{x+1}-\sqrt{x}##
##=(\sqrt{2}-\sqrt{1})+(\sqrt{3}-\sqrt{2})+(\sqrt{4}-\sqrt{3})+...+(\sqrt{24}-\sqrt{23})+(\sqrt{25}-\sqrt{24})##
##=\sqrt{25}-\sqrt{1}##
##=4##
 
Last edited by a moderator:
Physics news on Phys.org
I would have done it a bit shorter
\frac{1}{f(x)}=\frac{1}{\sqrt{x+1}+\sqrt{x}}=\frac{\sqrt{x+1}-\sqrt{x}}{(\sqrt{x+1}-\sqrt{x})(\sqrt{x+1}+\sqrt{x})}=\sqrt{x+1}-\sqrt{x}.
Your result is nevertheless correct.
 
Thanks a lot! :D
 
Your parentheses were slightly off.
 
Edited.
 
Back
Top