
Emily W. answered 05/14/22
High School and College Level Math and Science in Central Florida
Recursive formula is
a_n = a_n-1 + d
where d = common difference
Explicit formula is
a_n = a_1 + d*(n-1)
It kind of resembles point slope formula if you are looking at the first point (1, a1) which is (1,21)
(y - y1= m(x-x1) for comparison —> y = y1 + m(x-x1))
a_n is like y, stays a variable
a_1 is like y1 = 21
x1 will be = 1
d is like the slope = + 1
n is like x, stays a variable
explicit formula
a_n = 21 + 1(n-1)