Find Closed-Form Expression for Summation of n^2

  • Thread starter mnb96
  • Start date
  • Tags
    Summation
In summary: The conversation discusses how to find a closed-form expression for the summation Q_N, which is the sum of squares from 1 to N. The solution is N(N+1)(2N+1)/6 and the method involves summing equations and using a telescopic sum. Another user also mentions an equation form for the sum of squares.
  • #1
mnb96
715
5
Hello,
could anyone give me a hint on how to find a closed-form expression for the following summation:

[tex]Q_N = \sum_{z=1}^N z^2[/tex]

where z are positive integers from 1 to N.
Thanks.
 
Physics news on Phys.org
  • #2
The solution is N(N+1)(2N+1)/6. The trick is simple: take the equations: (k+1)^3-k^3=3k^2+3k+1, sum them up from k=1 to N.
 
  • #3
csopi said:
The solution is N(N+1)(2N+1)/6. The trick is simple: take the equations: (k+1)^3-k^3=3k^2+3k+1, sum them up from k=1 to N.

Uhm...you mean:

[tex]\sum_{k=1}^N \left( (k+1)^3-k^3 \right) = \sum_{k=1}^N \left( 3k^2+3k+1\right) [/tex]

But how can this help, if we don't know the value of the leftmost summation?
Evaluating the rightmost term also requires evaluating a summation of k2, which is what we are trying to find :confused:
 
  • #4
You do know, it's a telescopic sum and equals (N+1)^3-1. After that, you get an equation for Q_N
 
  • #5
csopi said:
You do know, it's a telescopic sum and equals (N+1)^3-1.

Ups! that's true...I should have noticed it immediately. Thanks.
 
  • #6
mnb96 said:
Hello,
could anyone give me a hint on how to find a closed-form expression for the following summation:

[tex]Q_N = \sum_{z=1}^N z^2[/tex]

where z are positive integers from 1 to N.
Thanks.

Also note the following equation form: (n^3 - n)/24. The sums of squares are a special case of this equation form, and incidentally, there are only 3 integers in N | the sum of squares is also square. This holds for 0, 1, 24 and no other.

- RF
 

1. What is a closed-form expression for summation of n^2?

A closed-form expression is a mathematical formula that gives the exact value of a sum or series without the need for iteration or approximation. In this case, the closed-form expression for summation of n^2 is n(n+1)(2n+1)/6.

2. How do you derive the closed-form expression for summation of n^2?

The closed-form expression for summation of n^2 can be derived using mathematical induction or the method of differences. Both methods involve manipulating the equation and using algebraic techniques to simplify it into the closed-form expression.

3. What is the significance of finding a closed-form expression for summation of n^2?

Finding a closed-form expression for summation of n^2 allows us to easily calculate the sum without having to manually add each term. It also allows us to analyze the behavior of the sum as n approaches infinity or for different values of n.

4. Can the closed-form expression for summation of n^2 be applied to other series?

Yes, the closed-form expression for summation of n^2 can be applied to other series with the same general form, such as summation of n^3 or n^4. However, the specific coefficients and exponents will differ depending on the series.

5. Can the closed-form expression for summation of n^2 be used to find the value of irrational numbers?

No, the closed-form expression for summation of n^2 can only be used to find the value of natural numbers and integers. It cannot be used to find the value of irrational numbers such as pi or e.

Similar threads

  • Linear and Abstract Algebra
Replies
8
Views
784
  • Linear and Abstract Algebra
Replies
2
Views
1K
Replies
2
Views
712
  • General Math
Replies
6
Views
839
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
11
Views
1K
  • Linear and Abstract Algebra
Replies
33
Views
3K
  • General Math
Replies
5
Views
947
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
Back
Top