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 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...
Back
Top