Ask your own question, for FREE!
Mathematics 16 Online
OpenStudy (amtran_bus):

Sequence help (I hate these)

OpenStudy (amtran_bus):

Let me type

OpenStudy (joshawad):

What is the sequence?

OpenStudy (amtran_bus):

\[S_{n}= 2(S_{n-1)}-4\]

OpenStudy (amtran_bus):

I know this reads as "double the previous term and subtract 4" They give S1 as 6.

OpenStudy (amtran_bus):

So the previous term is 5, right?

OpenStudy (amtran_bus):

They give S1, which is 6, and want S5

OpenStudy (amtran_bus):

So I do not know if the previous term is supposed to be 5, or what they give, 6.

OpenStudy (joshawad):

Sorry I don't recognize the problem

OpenStudy (amtran_bus):

Any ideas?? I hope it is really not this hard.

OpenStudy (mathmate):

This is a recurrence relation where one term depends on the previous, but the buck stops at n=0, which is usually a constant, say k, or the starting term. An easy way (but involves a little more work) to solve this is to expand the sequence and try to find the pattern. Say we have a sequence with a starting term S0=k, and the recurrence relation is S(n)=aS(n-1)-b Then S(0)=k S(1)=ak-b S(2)=a(ak-b)-b=a^2k-ab-b S(3)=a(a(ak-b)-b)-b=a^3k-a^2b-ab-b=a^3k-b(a^2+a+1) S(4)=a(a(a(ak-b)-b)-b)-b=a^4k--a^3b-a^2b-ab-b=a^4k-b(a^3+a^2+a+1) So for the nth term, S(n)=a^n(k)-b(a^(n-1)+a^(n-2)+....+a+1) =a^n(k)-b(a^n-1)/(a-1) ........ using the identity (a^n-1)/(a-1)=a^(n-1)+....a^2+a+1 So can you take it from here? Note: there are more advanced ways of solving this problem involving a little more theory, but simpler calculations. These are typically computer science subject matter (discrete math or combinatorics). If you're working on these courses, we will take a different approach.

OpenStudy (amtran_bus):

Well, I was told in a PM to start with 6 cause it is s1. Here is what I did.|dw:1465314489514:dw|

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!