write an explicit formula for the sequence 4, 1.5, -1, -3.5
what have you tried?
well i figured out how to write the recursive formula but I cant figure out the explicit
show me the recurrsive
\[A _{n}=A _{n-1}-2.5\]
your missing a part, a recurrsive rule as the equation part, and also an A1 part. You need to be able to define where the sequence starts at.
where A1 = 4
good A1 = 4 A2 = A1 - 2.5 A3 = A2 - 2.5 A4 = A3 - 2.5 you agree that this is how it would progress recurrsively then right?
if so, then lets start defining the An terms in just A1 A1 = 4 A2 = A1 - 2.5 = 4 - 2.5 A3 = A2 - 2.5 = 4 - 2.5 - 2.5 = 4 -2.5(2) A4 = A3 - 2.5 = 4 - 2.5 - 2.5 - 2.5 = 4 -2.5(3) ..................... or to clean it up some lets write them like this A1 = 4 - 2.5(0) A2 = 4 - 2.5(1) A3 = 4 -2.5(2) A4 = 4 -2.5(3) notice that the nth A follows a pattern: An = 4 - 2.5(n-1) seems to fit
okay im kindof confused
Join our real-time social learning platform and learn together with your friends!