Which recursive sequence would produce the sequence 9,−14,9,…?a1=9 and an=−an−1−5a1=9 and an=−5an−1−1a1=9 and an=4an−1−2a1=9 and an=−2an−1+4
Q. Which recursive sequence would produce the sequence 9,−14,9,…?a1=9 and an=−an−1−5a1=9 and an=−5an−1−1a1=9 and an=4an−1−2a1=9 and an=−2an−1+4
Test Recursive Formula 1: Let's test each given recursive formula by applying it to the initial term a1=9 to see if it produces the sequence 9,−14,9,….First, we'll test the recursive formula an=−an−1−5 with a1=9.a2=−a1−5=−9−5=−14a3=−a2−5=−(−14)−5=14−5=9This matches the given sequence 9,−14,9,….
Test Recursive Formula 2: Now let's test the second recursive formula an=−5an−1−1 with a1=9.a2=−5a1−1=−5×9−1=−45−1=−46This does not match the second term of the given sequence (−14), so this recursive formula is incorrect.
Test Recursive Formula 3: Next, we'll test the third recursive formula an=4an−1−2 with a1=9.a2=4a1−2=4×9−2=36−2=34This does not match the second term of the given sequence (−14), so this recursive formula is incorrect.
Test Recursive Formula 4: Finally, let's test the fourth recursive formula an=−2an−1+4 with a1=9.a2=−2a1+4=−2×9+4=−18+4=−14a3=−2a2+4=−2×(−14)+4=28+4=32This does not match the third term of the given sequence (9), so this recursive formula is incorrect.
More problems from Find derivatives of using multiple formulae