14.1k views
4 votes
Find the third iterate, x3, of the function f(x) = 3x + 5 for an initial value of x0 = 1.

User Katie M
by
7.9k points

2 Answers

4 votes

\bf \begin{array}{llll} term&&value\\ \text{\textemdash\textemdash\textemdash}&&\text{\textemdash\textemdash\textemdash}\\ 0&&1\\ 1&&3(1)+5\implies 8\\ 2&&3(8)+5\implies 29\\ 3&&3(29)+5\implies \boxed{?} \end{array}
User Ugo Lfe
by
8.4k points
6 votes

Answer:

The value for the third iterate is 92.

Explanation:

We have the next :


f(x)=3x+5 ;
x_(0)=1

To solve it, let's go to replace the initial value on the equation and the result will be the first iterate. We will repeat two times more to find the third iterate, that is:


x_(1) ; First iterate


f(x_(0))=3*(1)+5


f(x)=8=x_(1)


x_(2) ; Second iterate


f(x_(1))=3*(8)+5


f(x)=29 = x_(2)


x_(3) ; Third iterate


f(x_(2))=3*(29)+5


f(x)=92 =x_(3)

User Trevor Clarke
by
8.5k points