Solving Series Summation Problem: Start & How-To

  • Thread starter Thread starter tykescar
  • Start date Start date
  • Tags Tags
    Series Summation
AI Thread Summary
The discussion revolves around solving a series summation problem involving the sums of cubes. Participants clarify the mathematical notation and suggest using induction to prove the statements for specific values of n. The initial focus is on summing the series from r=1 to n and then from r=n+1 to 2n, with advice to subtract the two sums for simplification. The conversation emphasizes the importance of clear mathematical expression and factoring in solving the problem. Overall, the thread aims to guide users through the steps of proving the series summation formulas.
tykescar
Messages
6
Reaction score
0
It isn't homework, it's in a textbook and I'm having trouble with it.

When r=1, summing to n the series of r^3 = (n^2)/4 (n+1)^2

Show that when r = (n+1), summing to 2n = (n^2)/4 (3n+1)(5n+3)

What order do you start the summation, and how do I begin?
 
Physics news on Phys.org
I'm sorry, but I just don't understand your question :frown: Can you please use mathematical notation, or explain it better? I know it is supposed to be about sums, but I really can't see what sums...
 
\sum_{r=1}^{n}r^3=\frac{n^2}{4}\right\left(n+1)\right^2

show that

\sum_{r=n+1}^{2n}r^3=\frac{n^2}{4}\right\left(3n+1)\right\left(5n+3)\right

I don't understand how to start
 
Last edited:
Aah, thanks for TeXing it, I understand now!

Let's first do the first sum. You should prove such a statements by induction. So, first prove the case n=1. Secondly, assume that n=k has been shown, and prove the case n=k+1.
 
hi tykescar! :wink:

just do the sum from 1 to 2n, subtract from it the sum from 1 to n, and do a bit of factoring …

what do you get? :smile:
 
Back
Top