Question

Start with the basic function f (x) = 2x. If you have an initial value of 1, then you end up with the
following iterations.
· f(1)= 2 *1 =2
· f2(1) = 2 * 2 * 1 = 4
· f3(1)= 2 * 2 * 2 * 1 = 8

Questions
1. If you continue this pattern, what do you expect would happen to the numbers as the
number of iterations grows? Check your result by conducting at least 10 iterations.
2. Repeat the process with an initial value of -1. What happens as the number of
iterations grows?

Answers

There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions