Summing Series (Sigma Notation)

AI Thread Summary
The discussion focuses on solving a summation series involving sigma notation. The user has derived expressions for the summation of r^3 and r^2 but is unsure how to subtract these two results. Guidance is provided on rewriting the fractions with a common denominator to facilitate the subtraction. After performing the subtraction, the user seeks assistance in factorizing the resulting expression, which may include a quadratic factor that cannot be simplified further with integer coefficients. The conversation emphasizes the importance of proper fraction manipulation and factorization in solving summation problems.
I-need-help
Messages
15
Reaction score
0

Homework Statement



a) nƩr2(r-1)r=1

Homework Equations



Using the summation series formulae...

The Attempt at a Solution



So far I have got:

r2(r-1) = r3-r2

Ʃr3 = \frac{1}{4}n2 (n+1)2

Ʃr2 = \frac{1}{6}n(n+1)(2n+1)

Therefore,

Ʃr3-r2 = \frac{1}{4}n2 (n+1)2 - \frac{1}{6}n(n+1)(2n+1)

But how do I subtract these two massive things from each other??

Thanks.
 
Physics news on Phys.org
They aren't that massive. Rewrite them as fractions:
\frac{n^2(n+1)^2}{4}-\frac{n(n+1)(2n+1)}{6}
Find a common denominator, rewrite both fractions so that both have that common denominator, and then subtract. It will be possible to factor things out.
 
It's pretty much just subtracting fractions. Get a common denominator:
The least common denominator of 4 and 6 is 12. To change the first denominator to 12, multiply both numerator and denominator by 3.
\frac{n^2(n+1)^2}{4}= \frac{3n^2(n+1)^2}{12}

To change the second denominator to 12, multiply both numerator and denominator by 4.
\frac{4n(n+1)(2n+1)}{12}

To subtract now, subtract the numerators:
\frac{3n^2(n+1)^2}{12}- \frac{4n(n+1)(2n+1)}{12}

You will need to multiply those:
3n^2(n+1)^2= 3n^2(n^2+ 2n+ 1)= 3n^4+ 6n^3+ 3n^2
4n(n+1)(2n+1)= 4n(2n^2+ 3n+ 1)= 8n^3+ 12n^2+ 4n

and now subtract.
 
eumyang said:
They aren't that massive. Rewrite them as fractions:
\frac{n^2(n+1)^2}{4}-\frac{n(n+1)(2n+1)}{6}
Find a common denominator, rewrite both fractions so that both have that common denominator, and then subtract. It will be possible to factor things out.

Yeah ok, I've done that, but the textbook answers want it to be "factorised", and I'm unsure how to do that after subtracting... Thanks for your help.
 
@HallsOfIvy

Hmm thanks, for the help, I'll try to factorise those now, since the book wants it to be factorised.
 
You will have a quadratic factor that cannot be factored further (with integer coefficients).
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
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