Addition Series: Sum of Successive Terms

  • Thread starter Thread starter rajeshmarndi
  • Start date Start date
  • Tags Tags
    Addition
AI Thread Summary
The discussion focuses on deriving a formula for the sum of successive terms in a series that starts from (8+7+...+1) and continues down to 1. The user references the known formula for the sum of the first n natural numbers, n(n+1)/2, to build a more complex series. They aim to express the total sum as a combination of sums of squares and linear terms. The approach involves calculating the sum of k(k+1) for k from 1 to n, leading to a formula that incorporates both the sum of squares and the sum of integers. The conversation emphasizes the mathematical manipulation of series to achieve the desired result.
rajeshmarndi
Messages
319
Reaction score
0

Homework Statement


I want to have a formula of this kind,
(8+7+...+1) + (7+6+..+1) + (6+5+..+1) + ...1

Homework Equations

The Attempt at a Solution


I know , n+(n-1)+...+1 = n(n+1)/2
 
Physics news on Phys.org
So you want a formula for \frac{n(n+1)}{2}+\frac{(n-1)n}{2}+..., or \sum_{k=1}^{n}\frac{k(k+1)}{2}=\frac{1}{2}\sum_{k=1}^{n}(k(k+1))=\frac{1}{2}(\sum_{k=1}^{n}k^{2}+\sum_{k=1}^{n}k).
 
  • Like
Likes rajeshmarndi
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top