
David W. answered 06/08/15
Tutor
4.7
(90)
Experienced Prof
A recursive formula always has two parts:
1. the starting value for f(1)
2. the recursion equation for f(n) as a function of f(n-1) [ the term before it ]
The sequence in the problem can be generated by the formula:
f(n) = (-1/2)*f(n-1) for n > 1
f(1) = 9.6 for n=1
1. the starting value for f(1)
2. the recursion equation for f(n) as a function of f(n-1) [ the term before it ]
The sequence in the problem can be generated by the formula:
f(n) = (-1/2)*f(n-1) for n > 1
f(1) = 9.6 for n=1