Find closed form expression for a given sum

Click For Summary
SUMMARY

The discussion focuses on finding a closed form expression for the sum $$\sum_{k=1}^{n^2}\dfrac{n-\lfloor\sqrt{k-1}\rfloor}{\sqrt{k}+\sqrt{k+1}}$$. Participants express gratitude towards kaliprasad for a clever solution while also noting the presence of a mistake in one of the proposed solutions. The conversation highlights the collaborative nature of mathematical problem-solving, with users sharing insights and corrections.

PREREQUISITES
  • Understanding of summation notation and closed form expressions
  • Familiarity with floor functions and their properties
  • Knowledge of square roots and their manipulation
  • Basic experience with mathematical proofs and corrections
NEXT STEPS
  • Research techniques for deriving closed form expressions in summations
  • Study the properties of floor functions in mathematical analysis
  • Explore advanced summation techniques, such as telescoping series
  • Learn about error correction in mathematical proofs and collaborative problem-solving
USEFUL FOR

Mathematicians, students studying advanced calculus, and anyone interested in mathematical problem-solving and summation techniques.

anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find a closed form expression for $$\sum_{k=1}^{n^2}\dfrac{n-\lfloor\sqrt{k-1}\rfloor}{\sqrt{k}+\sqrt{k+1}}$$.
 
Mathematics news on Phys.org
anemone said:
Find a closed form expression for $$\sum_{k=1}^{n^2}\dfrac{n-\lfloor\sqrt{k-1}\rfloor}{\sqrt{k}+\sqrt{k+1}}$$.

each term = $(n- \lfloor \sqrt{k-1}\rfloor)(\sqrt{k+1}-\sqrt{k})$

if we take k fron $m^2+1$ to $(m+1)^2$ that is (2m+1) terms we get

$(n- m)(\sqrt{k+1}-\sqrt{k})$

summing from $m^2+1$ to $(m+1)^2$ we get (n-m)



now we need to add (n-m) with m from 1 to n to get the sum as n^2 - n(n+1)/2 = n(n-1)/2
 
Thank you kaliprasad for your clever solution and sorry for the late reply...:(

I will share with you the quite similar but not completely the same solution with you and MHB:

Note that

$\begin{align*}\displaystyle \sum_{k=1}^{n^2}\dfrac{n-\lfloor\sqrt{k-1}\rfloor}{\sqrt{k}+\sqrt{k+1}}&=\sum_{m=1}^{n}\sum_{k=(m-1)^2+1}^{m^2}\dfrac{n-\lfloor\sqrt{k-1}\rfloor}{\sqrt{k}+\sqrt{k+1}}\\&=\sum_{m=1}^{n}\sum_{k=(m-1)^2+1}^{m^2}\dfrac{n-(m-1)}{\sqrt{k}+\sqrt{k+1}}\\&=\sum_{m=1}^{n}(n-m+1)\sum_{k=(m-1)^2+1}^{m^2}\dfrac{1}{\sqrt{k}+\sqrt{k+1}}\\&=\sum_{m=1}^{n}(n-m+1)\sum_{k=(m-1)^2+1}^{m^2}\sqrt{k}-\sqrt{k+1}\\&=\sum_{m=1}^{n}(n-m+1)(m-(m-1))\\&=\sum_{m=1}^{n}(n-m+1)\\&=n(n+1)-\dfrac{n(n+1)}{2}\\&=\dfrac{n(n+1)}{2}\end{align*}$
 
anemone said:
Thank you kaliprasad for your clever solution and sorry for the late reply...:(

I will share with you the quite similar but not completely the same solution with you and MHB:

Note that

$\begin{align*}\displaystyle \sum_{k=1}^{n^2}\dfrac{n-\lfloor\sqrt{k-1}\rfloor}{\sqrt{k}+\sqrt{k+1}}&=\sum_{m=1}^{n}\sum_{k=(m-1)^2+1}^{m^2}\dfrac{n-\lfloor\sqrt{k-1}\rfloor}{\sqrt{k}+\sqrt{k+1}}\\&=\sum_{m=1}^{n}\sum_{k=(m-1)^2+1}^{m^2}\dfrac{n-(m-1)}{\sqrt{k}+\sqrt{k+1}}\\&=\sum_{m=1}^{n}(n-m+1)\sum_{k=(m-1)^2+1}^{m^2}\dfrac{1}{\sqrt{k}+\sqrt{k+1}}\\&=\sum_{m=1}^{n}(n-m+1)\sum_{k=(m-1)^2+1}^{m^2}\sqrt{k}-\sqrt{k+1}\\&=\sum_{m=1}^{n}(n-m+1)(m-(m-1))\\&=\sum_{m=1}^{n}(n-m+1)\\&=n(n+1)-\dfrac{n(n+1)}{2}\\&=\dfrac{n(n+1)}{2}\end{align*}$

Hello Anemone,
Thanks

However In my solution there is a mistake you did not notice

I forgot to add the last value that is n to give n(n+1)/2
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K