Solve Sequence Question: Find Sum of 2x3x4+3x4x5+4x5x6... to n Terms

  • Thread starter Thread starter asd1249jf
  • Start date Start date
  • Tags Tags
    Sequence
AI Thread Summary
The discussion focuses on solving a sequence problem involving the expression U(r) = r(r+1)(r+2)(r+3) and demonstrating that U(r + 1) - U(r) equals 4(r+1)(r+2)(r+3). Participants explore defining V(r) as U(r + 1) - U(r) and how to find the sum to n terms of the series 2x3x4 + 3x4x5 + 4x5x6. They clarify that the sum involves 1/4 of the summation of V(r), which leads to a telescoping series. The final conclusion emphasizes that the 1/4 factor is necessary to simplify the expression for V(r) in the summation.
asd1249jf

Homework Statement


U( r ) = r(r+1)(r+2)(r+3), show that U (r + 1) - U ( r ) = 4(r+1)(r+2)(r+3) Hence, find the sum to n terms of the series 2x3x4 + 3x4x5 + 4x5x6 +...



Homework Equations



Sequence Knowledge..

The Attempt at a Solution



I can't even TOUCH on the problem. Can you please help?
 
Physics news on Phys.org
Hi l46kok! :smile:
l46kok said:
U( r ) = r(r+1)(r+2)(r+3), show that U (r + 1) - U ( r ) = 4(r+1)(r+2)(r+3)

I assume you can do that?
Hence, find the sum to n terms of the series 2x3x4 + 3x4x5 + 4x5x6 +...

ok, define U(r + 1) - U( r ) = V(r).

Then the question is asking you for 1/4 ∑ V(r).

Hint: what is V(r) + V(r+1), in terms of Us ? :wink:
 
tiny-tim said:
Hi l46kok! :smile:I assume you can do that?ok, define U(r + 1) - U( r ) = V(r).

Then the question is asking you for 1/4 ∑ V(r).

Hint: what is V(r) + V(r+1), in terms of Us ? :wink:

U( r ) = r(r+1)(r+2)(r+3), show that U (r + 1) - U ( r ) = 4(r+1)(r+2)(r+3)

U(r+1) is = (r+1)(r+2)(r+3)(r+4)

so U(r+1) - U( r ) = (r+1)(r+2)(r+3)(r+4) - r(r+1)(r+2)(r+3)

let (r+1)(r+2)(r+3) = z

= z((r+4)-r)

= 4z

= 4(r+1)(r+2)(r+3)
Then if we say V(r) = U(r+1) - U( r )

V(r) + V(r + 1) = U(r+1) - U(r) + U(r+2) - U(r+1)

= U(r+2) - U(r)

Then we're finding 1/4 of Summation of V(r) so

Summation of 0.25V(r) = 0.25 U(r+n) - U(r)

?? is this it?

oh yeah and where did the 1/4 come from?
 
Last edited by a moderator:
l46kok said:
U( r ) = r(r+1)(r+2)(r+3), show that U (r + 1) - U ( r ) = 4(r+1)(r+2)(r+3)

U(r+1) is = (r+1)(r+2)(r+3)(r+4)

so U(r+1) - U( r ) = (r+1)(r+2)(r+3)(r+4) - r(r+1)(r+2)(r+3)

let (r+1)(r+2)(r+3) = z

= z((r+4)-r)

= 4z

= 4(r+1)(r+2)(r+3)
Excellent!



Then if we say V(r) = U(r+1) - U( r )

V(r) + V(r + 1) = U(r+1) - U(r) + U(r+2) - U(r+1)

= U(r+2) - U(r)

Then we're finding 1/4 of Summation of V(r) so

Summation of 0.25V(r) = 0.25 U(r+n) - U(r)

?? is this it?

oh yeah and where did the 1/4 come from?
Since V(r)= U(r+1)- U(r), V(1)+ v(2)= U(2)- U(1)+ U(3)- U(2)= U(3)- U(1).

V(1)+ V(2)+ V(3)= U(2)- U(1)+ U(3)- U(2)+ U(4)- U(3)= U(4)- U(1).

V(1)+ V(2)+ V(3)+ V(4)= U(2)- U(1)+ U(3)- U(2)+ U(4)- U(3)+ U(5)- U(4)= U(5)- U(1).

Get the point? This is a "telescoping series" \sum_{i=1}^n V(i)= U(n+1)- U(1)[/iyrc].<br /> <br /> The &quot;1/4&quot; is to get rid of the &quot;4&quot; in the formula for V(r). Since V(r)= 4(r+1)(r+2)(r+3), the sum you are asked to do is (1/4)(V(1)+ V(2)+ ...+ V(n)).
 
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
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top