The following function defines a recursive sequence. f(0)=-4 f(1)=12 f(n)=-3xf(n-1)-2xf(n-2); for n > 1 Which of the following sequences is defined by this recursive function? -4, 12, -28, 60, ... -4, -12, -28, -60, ... -4, 12, -18, 54, ... -4, 12, -18, -54, ...
@terenzreignz
Please help! D:
@cwrw238 Can you help me?
The notation is a little odd but the problem actually isn't that bad.
n represents the term of the function that you want to find.
Okay.
So, for n = 2, that means it's saying \[f(2) = -3(f(1)) - 2(f(0))\]
We know both of those values (they're given) so we can just plug in. \[f(2) = -3(12) - 2(-4)\]\[f(2) = -28\]
Now we know f(2), which means we can evaluate f(3), because f(3) is just \[f(3) = -3(f(2)) - 2(f(1))\]
Do you follow?
Yes.
Ok. :D
:D Can you walk me through the evaluation real quick though? ._.
\[f(3) = -3(f(2) - 2(f(1))\]\[f(3) = -3(-28) - 2(12)\] Simplify that. :)
Ah, thank you so much!
Okay, so I got 84 - 24 or, 60. What do I do with that?
That's the next entry in the sequence.
So far the sequence we've generated is -4, 12, -28, 60.
Is that all I need for the answer?
You tell me. :P
I think so.
Join our real-time social learning platform and learn together with your friends!