How do you Find the nn-th term of the infinite sequence 1,-2/3,4/9,-8/27,…1,23,49,827,?

1 Answer
Jul 31, 2014

When looking at sequences, your mind should always be in a pattern-recognizing mode. Sometimes sequences seem daunting, but when you look at them in pieces, they're usually easier to tackle.

With this sequence, we can see that for each term, the numerator doubles, and the denominator triples. Also, it's important to note that each successive term flips sign. (positive to negative to positive)

To tackle the sign flips, we know we'll have to put in our formula a term raising -11 to a power involving nn. Since the sign flips happen every odd term in the sequence, the term in our formula will need to look something like this:

(-1)^(n-1)(1)n1

When nn is 1, this thing will equate out to (-1)^0(1)0, which is just 11. When nn is 2, it'll be -11, and so on. In our general formula, we'll multiply this bit against everything else, to cause the sign flips.

Since each successive numerator is double the previous one, we can use 2^(n-1)2n1 in the formula's numerator. At n = 1n=1, this will be 11, at n = 2n=2, it'll be 22, at n = 3n=3, it'll be 44, and so on.

For the denominator, we'll use 3^(n-1)3n1 This results in 1, 3, 9,1,3,9, etc..

Now, we simply piece them together:

x_n = (-1)^(n-1) * 2^(n-1)/3^(n-1)xn=(1)n12n13n1