Which recursive sequence would produce the sequence 1,−2,13,… ?a1=1 and an=−4an−1+2a1=1 and an=2an−1−4a1=1 and an=3an−1−5a1=1 and an=−5an−1+3
Q. Which recursive sequence would produce the sequence 1,−2,13,… ?a1=1 and an=−4an−1+2a1=1 and an=2an−1−4a1=1 and an=3an−1−5a1=1 and an=−5an−1+3
Calculate Second Term: To determine which recursive sequence produces the given sequence, we will calculate the second term using each of the provided recursive formulas and compare it to the second term in the sequence, which is −2.
First Recursive Formula: Using the first recursive formula: a1=1 and an=−4an−1+2. We calculate the second term: a2=−4a1+2=−4×1+2=−4+2=−2. This matches the second term of the given sequence.
Calculate Third Term: We will now calculate the third term using the same formula to see if it matches the third term of the sequence, which is 13. a3=−4a2+2=−4∗(−2)+2=8+2=10.This does not match the third term of the given sequence, so this recursive formula is incorrect.
Second Recursive Formula: Using the second recursive formula: a1=1 and an=2an−1−4. We calculate the second term: a2=2a1−4=2×1−4=2−4=−2. This matches the second term of the given sequence.
Calculate Third Term: We will now calculate the third term using the same formula to see if it matches the third term of the sequence, which is 13. a3=2a2−4=2∗(−2)−4=−4−4=−8.This does not match the third term of the given sequence, so this recursive formula is also incorrect.
Third Recursive Formula: Using the third recursive formula: a1=1 and an=3an−1−5. We calculate the second term: a2=3a1−5=3×1−5=3−5=−2. This matches the second term of the given sequence.
Calculate Second Term: We will now calculate the third term using the same formula to see if it matches the third term of the sequence, which is 13. a3=3a2−5=3∗(−2)−5=−6−5=−11.This does not match the third term of the given sequence, so this recursive formula is also incorrect.
Fourth Recursive Formula: Using the fourth recursive formula: a1=1 and an=−5an−1+3. We calculate the second term: a2=−5a1+3=−5×1+3=−5+3=−2. This matches the second term of the given sequence.
Calculate Third Term: We will now calculate the third term using the same formula to see if it matches the third term of the sequence, which is 13. a3=−5a2+3=−5∗(−2)+3=10+3=13.This matches the third term of the given sequence, so this recursive formula is correct.
More problems from Find derivatives of using multiple formulae