Efficiently Computing a Special Sum in Excel without Macros

  • Context: Undergrad 
  • Thread starter Thread starter KLoux
  • Start date Start date
  • Tags Tags
    Sum
Click For Summary
SUMMARY

Kerry seeks a method to compute the summation S = 1/1^2 + 1/2^2 + ... + 1/n^2 in Excel without using macros. The discussion reveals that a closed-form solution does not exist for this summation, which converges to approximately 1.644934066848226. Suggestions include using Excel's plotting capabilities to visualize the sum and fit a curve for approximation. Ultimately, Kerry considers writing a macro due to the limitations of Excel formulas for this specific computation.

PREREQUISITES
  • Understanding of Excel formulas and functions
  • Familiarity with mathematical series and convergence
  • Knowledge of curve fitting techniques
  • Basic programming skills for writing macros in Excel
NEXT STEPS
  • Research Excel's array formulas for summation
  • Learn about curve fitting techniques in Excel
  • Explore the use of Excel's built-in plotting tools
  • Study VBA for creating macros in Excel
USEFUL FOR

This discussion is beneficial for Excel users, mathematicians, and data analysts looking to compute complex summations without relying on macros, as well as those interested in mathematical convergence and approximation techniques.

KLoux
Messages
174
Reaction score
1
Hello! I am trying to find a way to compute the following in an Excel spreadsheet without the use of a macro:

\frac{1}{n^{2}}+\frac{1}{\left(n-1\right)^{2}}+\frac{1}{\left(n-2\right)^{2}}+...+1

Can I manipulate this into some form that would make it easier to put in Excel? I'm pretty stuck and any suggestions would be much appreciated!

Thanks,

Kerry

[EDIT] Just wanted to make it clearer - My goal is to have some formula in one cell that references just one other cell to get the result.
 
Mathematics news on Phys.org
Unfortunately, I do not believe a closed-form solution exists for the summation

S = 1/1^2 + 1/2^2 + ... + 1/n^2 = Sum of 1/k^2 from 1 to n.

The whole thing converges to 1.644934066848226436472415166646, or pi^2 / 6, as n goes to infinity.

What sort of accuracy do you need? You can always plot a range of it, and then fit a curve to it to make it look "close".
 
Ahh, I was afraid of that. I'll just write the macro.

Thanks for your help!

-Kerry
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K