Partial sum for series, sum of cubes

Click For Summary

Homework Help Overview

The discussion revolves around the series of alternating cubes, specifically the series 1³ - 2³ + 3³ - 4³ + 5³ - 6³ + ... Participants are examining the sequence of partial sums for this series and attempting to derive a formula for these sums.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to find the steps leading to the formula for the partial sums but encounters difficulties with their calculations for even and odd cubes. Some participants suggest using functional equations to approach the problem, while others question the method of subtraction used in the calculations.

Discussion Status

Participants are actively discussing various methods to derive the partial sums, with some providing alternative approaches and others seeking clarification on the steps taken. There is no explicit consensus on the correct method yet, but the conversation is exploring different avenues for understanding the problem.

Contextual Notes

There is mention of specific formulas for the sums of cubes for both even and odd integers, and participants are trying to reconcile these with the overall series. The discussion highlights potential misunderstandings in the application of these formulas and the need for careful consideration of the indices used in calculations.

Dobsn
Messages
2
Reaction score
0

Homework Statement



I have this series

1^{3}-2^{3}+3^{3}-4^{3}+5^{3}-6^{3} + \ldots


Homework Equations



and sequence of partial sums for this series that is:

S_n = \sum_{k=0}^{n}(-1)^{k+1} k^3 = \dfrac{1 + (-1)^n(4n^3 + 6n^2-1)}8 =\begin{cases} \dfrac{2n^3+3n^2}4; & n \text{ is even}\\ \dfrac{1-3n^2-2n^3}4; & n \text{ is odd} \end{cases}

What I need to are finding the steps to this partial sums formula

The Attempt at a Solution



I've tried by finding partial sums for even and odd cubes and then substracting them, but it gives wrong solution.
Odd: n^2(2n^2-1)
Even: 2n^2(n+1)^2

Any tip appreaciated. :)
 
Physics news on Phys.org
Dobsn said:
I've tried by finding partial sums for even and odd cubes and then substracting them, but it gives wrong solution.
Odd: n^2(2n^2-1)
Even: 2n^2(n+1)^2
Please post your working.
 
These are partial sums for even and odd numbers already:

even:
S_n =\sum\limits_{k=0}^n {{2n^2(n+1)^2}}

odd:
S_n =\sum\limits_{k=0}^n {n^2(2n^2-1)}

and substracting even from odd partial sums gets me:

S_n =\sum\limits_{k=0}^n {-4^3-3n^2}

And that doesn't get me to:
S_n = \sum_{k=0}^{n}(-1)^{k+1} k^3 = \dfrac{1 + (-1)^n(4n^3 + 6n^2-1)}8 =\begin{cases} \dfrac{2n^3+3n^2}4; & n \text{ is even}\\ \dfrac{1-3n^2-2n^3}4; & n \text{ is odd} \end{cases}
 
Why don't you make use of a functional equation for both the even and the odd sums, then do the subtraction? For example, you can say f(0)=0, f(x+1)=f(x)+(2x+1)^3 for the sum of the cubes of the first x odd naturals. Then, you can solve that functional equation (I hope you know how to do that?) Do the same for the even naturals, then subtract.
 
Dobsn said:
even:
S_n =\sum\limits_{k=0}^n {{2n^2(n+1)^2}}
odd:
S_n =\sum\limits_{k=0}^n {n^2(2n^2-1)}
and substracting even from odd partial sums gets me:
S_n =\sum\limits_{k=0}^n {-4^3-3n^2}
Presumably you meant
S_n =\sum\limits_{k=0}^n {-4n^3-3n^2}
I assume you intended to take the difference of two consecutive sums, one odd, one even. But you appear to have taken differences using the same n. You need to use, say, 2n and 2n+1. And to complete the inductive step you will need to do 2n-1 to 2n as well.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
7
Views
4K
Replies
14
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K