Friday, June 27, 2008

Geometric Sub-Sequence

Today I have a question inolving sub-sequences and recursively defined squences. I really like these questions, since when you solve it everything just fits in perfectly. Watch it here:

A sequence an is defined as:
a1 = 11
an + 1 = -0.5an + 4.5

bn is defined for natural n's as bn = an - 3

a) Prove that bn is a geometric sequence
b) Find the sum of all even positioned terms of bn.


Let's start with a, of course.

A sequence is a geometric sequence if the ratio of every two consecutive terms is constant. So, for our needs, we can show that bn + 1/bn is a constant, which proves that bn is a geometric sequence.

By definition:
bn = an - 3
bn + 1 = an + 1 - 3

Using the definition for an and an + 1:
bn = an - 3
bn + 1 = -0.5an + 4.5 - 3 = -0.5an + 1.5

Divide both terms:
(-0.5an + 1.5)/(an - 3) = -0.5(an - 3)/(an - 3) = -0.5

The quotient of two consecutive terms is a constant, so bn is a geometric sequence.

b) Since the ratio of consecutive terms in bn is -0.5, the ratio of consecutive even-positioned terms is that ratio squared, meaning (-0.5)2 = 0.25. Now that we have that quotient, we can find the sum of those even-positioned terms.

The formula for the sum of an infinite converging geometric series is a1/(1 - q). We have q, and now we need a1. In this case, the first term (which is given the symbol a1) is b2, since it's the first even-positioned term. Let's find it:

b2 = a2 + 4.5 - 3

Using the recursive definition:
a1 + 1 = -0.5a1 + 4.5
a2 = -0.5 * 11 + 4.5 - 3 = -1

So:
b2 = -1 - 3 = -4

Plug it in the formula:
-4/(1 - 0.25) = -4/0.75 = -4/(3/4) = -16/3

The sum of all even-positioned terms of bn is -16/3.

If you need math help in anything, go to Super Math Tips, sign up, and you can send any questions you want. They might be answered on this blog!

Hope you like it,
Nadav

nadavs

No comments: