163k views
0 votes
Find the first 3 iterations of the function here:

G(x) =-1|X-2|+3 if you have an initial value of 0.5.

User Krase
by
4.9k points

1 Answer

7 votes

Answer:

1.5, 2.5, 2.5

Explanation:

G(x) = -|x-2| + 3

x=0 = 0.5

x1 = -|0.5-2| + 3

= -|-1.5| + 3

= -1.5 + 3

x1 = 1.5

x2 = -|1.5-2| + 3

= -|-0.5| + 3

= -0.5 + 3

x2 = 2.5

x3 = -|2.5-2| + 3

= -|0.5| + 3

= -0.5 + 3

x3 = 2.5

User Shatiz
by
4.6k points