Help with Sequences?
The following function defines a recursive sequence: f(0) = -3 f(1) = 6 f(n) = -2 x f(n -1) - f(n - 2); for n > 1 Which of the following sequences is defined by this recursive function? -3, 6, -9, -12, … -3, 20, -95, 480, … -3, 6, -9, 12, … -3, -20, -95, -480, …
@Directrix
you can plug in numbers
f(0) = -3 f(1) = 6 that rules out two of the answers
Would it be D?
@perl
@Directrix @iGreen
Is this -2 --> -2 x f(n -1) - f(n - 2) supposed to be just -2 times f(n-1) or could it be -2 times {f(n -1) - f(n - 2)} ?
Yes, it is -2 x f(n -1) - f(n - 2)
So, for this: -3, 20, -95, 480, … 480 would have to be equal to -2* -95 - 20. Let's see. 480 =? 190 - 20 NO, That option is not correct.
Oh! Would it be C ?
-2 x -9 - 6 = 12.
Yes, the third option is what I got: -3, 6, -9, 12, …
It was correct.
Good to hear that.
Join our real-time social learning platform and learn together with your friends!