Which recursive sequence would produce the sequence 5,−21,109,… ?a1=5 and an=−an−1−4a1=5 and an=4an−1−5a1=5 and an=−5an−1+4a1=5 and an=−4an−1−1
Q. Which recursive sequence would produce the sequence 5,−21,109,… ?a1=5 and an=−an−1−4a1=5 and an=4an−1−5a1=5 and an=−5an−1+4a1=5 and an=−4an−1−1
Identify First Term: Identify the first term of the sequence.The first term given is a1=5. This is the starting point for our recursive sequence.
Find Pattern: Use the second term to find a pattern.The second term is −21. We need to find a recursive formula that, when applied to the first term (5), gives us the second term (−21).
Test First Formula: Test the first given recursive formula.a1=5 and an=−an−1−4Apply it to find the second term: a2=−a1−4=−5−4=−9This does not match the second term of the sequence −21, so this formula is incorrect.
Test Second Formula: Test the second given recursive formula.a1=5 and an=4an−1−5Apply it to find the second term: a2=4a1−5=4×5−5=20−5=15This does not match the second term of the sequence (−21), so this formula is also incorrect.
Test Third Formula: Test the third given recursive formula. a1=5 and an=−5an−1+4Apply it to find the second term: a2=−5a1+4=−5×5+4=−25+4=−21This matches the second term of the sequence (−21), so this formula could be correct. Let's test it with the third term.
Verify Third Term: Verify the third term with the third recursive formula.The third term is 109. Apply the formula to find the third term: a3=−5a2+4=−5∗(−21)+4=105+4=109This matches the third term of the sequence (109), so this formula is correct.
Test Fourth Formula: Test the fourth given recursive formula as a formality. a1=5 and an=−4an−1−1Apply it to find the second term: a2=−4a1−1=−4×5−1=−20−1=−21This matches the second term of the sequence (−21), but we need to check the third term to be sure.
Verify Third Term: Verify the third term with the fourth recursive formula.Apply the formula to find the third term: a3=−4a2−1=−4∗(−21)−1=84−1=83This does not match the third term of the sequence (109), so this formula is incorrect.
More problems from Identify a sequence as explicit or recursive