Ask your own question, for FREE!
Mathematics 7 Online
OpenStudy (anonymous):

Give a recurrence relation that describes the sequence 3, 6, 12, 24, 48, 96, 192, ....see screenshot..

OpenStudy (anonymous):

OpenStudy (amistre64):

a good first start is to see what the differences between terms are

OpenStudy (anonymous):

Also, check if they're all multiples of each other.

OpenStudy (amistre64):

3 6 12 24 48 96 192 3 6 12 24 48 96 <-- notice that each new term is double the one before it

OpenStudy (anonymous):

Which suggests that the series is given by powers of 2 multiplied by the original term.

OpenStudy (amistre64):

if we wanted an explicit formula, yes

OpenStudy (anonymous):

Oh yeah, recurrence relation. Just doubling will do for that.

OpenStudy (amistre64):

\[a_n = k~a_{n-1}\] \[a_n - k~a_{n-1}=0\] \[r^n - k~r^{n-1}=0\] \[r^{n-1}(r - k)=0~:~r=k\] \[a_n=C(k)^n\] when we know the first few terms \[a_1=C(k)^1=M\] \[C=\frac Mk\] i just learneded that the other day ....

OpenStudy (anonymous):

so if n=1 then p(n)=1? because 1^2 =1?

OpenStudy (anonymous):

@amistre64

OpenStudy (amistre64):

p(1) is just the first term thats in front, it has to be defined in order to be able to actually start creating the sequence from the rule. p(1) = 3

OpenStudy (amistre64):

the rule can be seen from the difference levels; the second row is the number that is added to the "top left" to get to the number on the "top right": to get from 3 to 6, you have to add 3. to get from 6 to 12, you have to add 6; to get from n to n+1, you have to double n 3 6 12 24 48 96 192 3 6 12 24 48 96 <-- notice that each new term is double the one before it

OpenStudy (anonymous):

so it would be n^2 for the n-1?

OpenStudy (anonymous):

No, An=2A(n-1)

OpenStudy (anonymous):

Got it! the first answer is 3 and second one is 2! Thanks!

OpenStudy (anonymous):

Yeah, it's An=3*2^n.

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!