Find a formula that generates a sequence

  • Thread starter Thread starter nicnicman
  • Start date Start date
  • Tags Tags
    Formula Sequence
nicnicman
Messages
132
Reaction score
0

Homework Statement



Find a formula that generates the sequence:

2/(3 x 4), -3/(4 x 5), 4/(5 x 6), -5/(6 x 7), . . .

Homework Equations


The Attempt at a Solution



Here is what I have so far:

a_n = -1(n/((n + 1)(n + 2)))

Now, I'm stuck. The formula generates a negative number every time. I need a negative number every other time.
Any suggestions?
 
Last edited:
Physics news on Phys.org
Use something like (-1)^n?
 
Yeah, that will work. Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top