I need help answering this question :) @jim_thompson5910
which question
An explicit sequence is basically a formula with variables. So let's say you had the formula a = 3n + 5 If you wanted to know the first and 5th terms, you would plug in n = 1 and n = 5 respectively into the formula above. This directly gives you the first and fifth terms of the sequence.
A recursive formula on the other hand isn't direct because each term relies on a previous term or terms. So if you have a recursive sequence that relies on the previous term, then you can't directly find the fifth term. You would need to find the first, second, third, then the fourth terms just to get the fifth term A good example is the Fibonacci function: you need to know the previous two terms to get the next term
that's the basics of it anyway
Thank you Jim :)
yw
Join our real-time social learning platform and learn together with your friends!