SOLUTION: A function is defined by f(0)=0 and f(n)=f(n-1)+2n, for n > 0. Find f(4).

Algebra.Com
Question 1174550: A function is defined by f(0)=0 and f(n)=f(n-1)+2n, for n > 0. Find f(4).
Answer by ikleyn(52800)   (Show Source): You can put this solution on YOUR website!
.

You have an EXPLICIT formula to move from n= 0 to n= 1;

    then from n= 1 to n= 2;

    then from n= 2 to n= 3;

    then from n= 3 to n= 4.


So, do it as instructed, using the formula.


You are FULLY INSTRUCTED.



RELATED QUESTIONS

A sequence is defined recursively by f(1) = 16 and f(n) = f(n-1) + 2n Find... (answered by robertb)
If a sequence is defined recursively by f(0)=2 and f(n+1)=-2f(n)+3 for n>or=0 then f(2)... (answered by greenestamps)
The Fibonacci sequence, is defined by F_0 = 0, F_1 = 1, and F_n = F_{n - 2} + F_{n - 1}. (answered by CPhill,greenestamps)
The following function defines a recursive sequence: f(0) = -4 f(1) = 12 f(n) =... (answered by jim_thompson5910)
A function f is defined on the set of positive integers by f(1) = 1, f(3) = 3, f(2n) = n, (answered by greenestamps)
2. If a sequence is defined recursively by f(0)=2 and f(n+1)=-2f(n)+3 for n≥0 then (answered by MathLover1)
Let {F(n)} = {1,1,2,3,5,8,13,21,34,55,···} be the Fibonacci sequence defined by F(1) = (answered by AnlytcPhil)
let f be the function defined by f(x)=4x-3. Find f(4), f(1/4), f(0), f(a), and f(a+1) (answered by solver91311)
let f be the function defined by f(x)=4x-3. Find f(4), f(1/4), f(0), f(a), and... (answered by solver91311,mastergerwe)