Conjecturing Patterns for Sum of Powers Series

  • Thread starter Link
  • Start date
In summary, the above three points are valid for the sum of n^1, n^2, and n^3. They are not valid for the sum of n^4.
  • #1
Link
134
1
I am supposed to derive a conjecture for the series:

1^k + 2^k + 3^k +...+n^k

I know and have proved that the following are valid:

sum of n^1 = (1/2)(n^2 + n)

sum of n^2 = (1/6) (2n^3 + 3n^2 + n)

Sum of n^3 = (1/4)(n^4 +2n^3 + n^2)

sum of n^4 = (1/30) (6n^5 + 15n^4 + 10n^3 - n)

Anyone spot any patterns? I cant!
 
Physics news on Phys.org
  • #2
You can use polynomial curve fitting (eqivalent to using Lagrange Interpolating Polynomials) to solve it:

Recall that there is precisely one polynomial of degree n that passes through n+1 distinct points. It's simple in concept, but the formula is somewhat ugly, where: Suppose you are given three points, say

[tex] \left( x_{1}, y_{1}\right) ,\mbox{ } \left( x_{2}, y_{2}\right) ,\mbox{ and } \left( x_{3}, y_{3}\right) [/tex]

then the polynomial that interpolates (that is fits) those points is of degree 3-1=2, and will consist of three terms. It is

[tex]P(x) = y_{1}\frac{\left( x-x_{2}\right) \left( x-x_{3}\right) }{\left( x_{1}-x_{2}\right) \left( x_{1}-x_{3}\right)} + y_{2}\frac{\left( x-x_{1}\right) \left( x-x_{3}\right) }{\left( x_{2}-x_{1}\right) \left( x_{2}-x_{3}\right)} + y_{3}\frac{\left( x-x_{1}\right) \left( x-x_{2}\right) }{\left( x_{3}-x_{1}\right) \left( x_{3}-x_{2}\right)} [/tex]

since we wanted it to have the value [tex]y_{1}[/tex] at [tex]x_{1}[/tex], the first term does this and it is zero at [tex]x_{2}\mbox{ and } x_{3}[/tex] (this is the numerator) and the denominator ensures that at [tex] x_{1}[/tex] the numerator terms are corrected for so that it is still [tex]y_{1}[/tex] there. The other terms likewise.

To sum the k-th powers of the first n integers first note that the sum is a polynomial in n of degree k+1 (you have proved this for k=1,...,5 already), which can thus be completely specified by k+2 points, say the first k+2 points. Then find the polynomial in terms of n for (each k) by polynomial curve fitting as such:

[tex]\sum_{i=1}^{n} i^{k}=\sum_{i=1}^{k+2}\left(\sum_{m=1}^{i} m^{k} \prod_{j=1}^{k+2} \frac{n-j}{i-j} \right) [/tex]

where the terms in the product corresponding to j=i are omitted.

The [tex] \sum_{m=1}^{i} m^{k} [/tex] for i=1,..., k+2 terms are the [tex]y_{i}\mbox{'s}[/tex] , the "the first k+2 points" mentioned above.

I hope this was clear enough for you to follow. There's also a way using the Bernoulli numbers, I wasn't fond of it though.

-Ben
 
  • #4
Thank you, but isn't there some simpler way of doing this? Lagrange theorem and bernoulli numbers are not in our high school syllabus:frown:

I looked around mathworld and found that the Faulhabers formula is the correct generalization for the series?
 
  • #5
Hmm. Let f(k) be the required sum. Then

[tex]f'(k) = kf(k-1)[/tex].

Now f(0) = 0 and f(1) = n. Does this help? Maybe you should write out some actual numbers and look for patterns.

Carl
 
  • #6
Link said:
I looked around mathworld and found that the Faulhabers formula is the correct generalization for the series?

Yes.

Given that this is a high school problem, you might consider going for a weaker conjecture than trying to guess (or look up) an explicit formula for all values of k. What can you say about the formulas you've found so far? What kind of functions are they?
 

FAQ: Conjecturing Patterns for Sum of Powers Series

What is the purpose of "Conjecturing Patterns for Sum of Powers Series"?

The purpose of "Conjecturing Patterns for Sum of Powers Series" is to identify and analyze patterns in a series of numbers that are raised to different powers and then summed together. This can help in understanding the behavior and properties of these series, and can also aid in making predictions and solving problems related to them.

How is "Conjecturing Patterns for Sum of Powers Series" used in scientific research?

Scientists use "Conjecturing Patterns for Sum of Powers Series" to analyze data, make predictions, and test hypotheses in various fields such as mathematics, physics, and engineering. It can also be used to study natural phenomena and create models for complex systems.

What are some common techniques used in "Conjecturing Patterns for Sum of Powers Series"?

Some common techniques used in "Conjecturing Patterns for Sum of Powers Series" include finding closed-form solutions, using mathematical induction, and utilizing algorithms such as the power rule and the binomial theorem. Visual aids, such as graphs and diagrams, are also often used to help identify patterns.

How can "Conjecturing Patterns for Sum of Powers Series" be applied in real-life situations?

"Conjecturing Patterns for Sum of Powers Series" has various applications in real-life situations, such as in analyzing financial data, predicting stock market trends, and understanding population growth. It can also be used in engineering to design and optimize structures, and in physics to model and predict the behavior of physical systems.

What are the potential limitations of "Conjecturing Patterns for Sum of Powers Series"?

One limitation of "Conjecturing Patterns for Sum of Powers Series" is that it may not always provide a definitive solution or explanation, as it relies on identifying patterns and making conjectures rather than proving them. Additionally, it may not be applicable to all types of series, and may require a significant amount of computational power for more complex problems.

Similar threads

Replies
3
Views
1K
Replies
1
Views
1K
Replies
10
Views
1K
Replies
12
Views
2K
Replies
1
Views
1K
Replies
4
Views
1K
Back
Top