SOLUTION: Find the first five outputs of the following recursively defined function:
f(1)=8,(thats given) f(n+1)=-f(n)+6
its not really a permutation but i didnt know what category to
Algebra.Com
Question 59891: Find the first five outputs of the following recursively defined function:
f(1)=8,(thats given) f(n+1)=-f(n)+6
its not really a permutation but i didnt know what category to put it in
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
Find the first five outputs of the following recursively defined function:
f(1)=8,(thats given) f(n+1)=-f(n)+6
---------------
f(1)=8
f(2)=-f(1)+6=-2
f(3)=-f(2)+6=8
f(4)=-f(3)+6=-2
f(5)=-f(4)+6=8
Cheers,
Stan H.
RELATED QUESTIONS
If a sequence is defined recursively by f(1)= -2 and f(n-1) = 3(n-1)-4, then find the... (answered by ikleyn)
find the first five values of the recursive function
f(1)= 5; f(n) = f(n-1) +... (answered by stanbon)
A sequence is defined recursively by f(1) = 16 and f(n) = f(n-1) + 2n
Find... (answered by robertb)
Suppose f is a polynomial function of degree Six such that f(n) =1/n for n=1,2,3,4,5,6,7. (answered by josgarithmetic)
Enter the first four terms of the sequence defined by the rule given... (answered by ikleyn)
Find the first three terms of f(n + 1) = f(n) + 8, if f(1) = 27.
(answered by ewatrrr)
A sequence is defined recursively by f(1)=20 and fn=f(n-1)-4n find... (answered by ikleyn)
The range of the function f: N→N defined by f(x)=... (answered by stanbon,tommyt3rd)
The range of the function f: N→N defined by f(x)=... (answered by tommyt3rd)