142k views
4 votes
If f (1) = 1 and f(n) = f(n - 1)? + 3 then find the value of f(4).

If f (1) = 1 and f(n) = f(n - 1)? + 3 then find the value of f(4).-example-1
User Delgan
by
7.8k points

1 Answer

4 votes

f(4)=364

Step-by-step explanation


f\mleft(n\mright)=f\mleft(n-1\mright)^2+3

In a recursive formula, each term is defined as a function of its preceding term(s). A recursive formula designates the starting term, a1, and the nth term of the sequence, an

so, we can find the first 4 terms

Step 1


\begin{gathered} f\mleft(n\mright)=f\mleft(n-1\mright)^2+3 \\ f(1)=1 \\ f(2)=f(2-1)^2+3 \\ f(2)=f(1)^2+3 \\ f(2)=(1)^2+3 \\ f(2)=4 \\ f(3)=f(3-1)^2+3 \\ f(3)=f(2)^2+3 \\ f(3)=(4)^2+3 \\ f(3)=19 \\ f(4)=f(4-1)^2+3 \\ f(4)=f(3)^2+3 \\ f(4)=(19)^2+3 \\ f(4)=364 \end{gathered}

hence, the answer is


f(4)=364

I hope this helps you

User Germano Plebani
by
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories