<span>f(x)=2x
f(1)=2*1=2
f^2(1)=2*2*1=4
f^3(1) =2*2*2*1=8
1. If you
continue this pattern, what do you expect would happen to the numbers as
the number of iterations grows?
I expect the numbers continue growing multiplying each time by 2.
Check your result by conducting at
least 10 iterations.
f^4(1) = f^3(1) * f(1) = 8*2 = 16
f^(5)(1) = f^4(1) * f(1) = 16 * 2 = 32
f^6 (1) = f^5 (1) * f(1) = 32 * 2 = 64
f^7 (1) = f^6 (1) * f(1) = 64 * 2 = 128
f^8 (1) = f^7 (1) * f(1) = 128 * 2 = 256
f^9 (1) = f^8 (1) * f(1) = 256 * 2 = 512
f^10 (1) = f^9 (1) * f(1) = 512 * 2 = 1024
2. Repeat the process with an initial value of −1.
What happens as the number of iterations grows?
f(-1) = 2(-1) = - 2
f^2 (-1) = f(-1) * f(-1) = - 2 * - 2 = 4
f^3 (-1) = f^2 (-1) * f(-1) = 4 * (-2) = - 8
f^4 (-1) = f^3 (-1) * f(-1) = - 8 * (-2) = 16
f^5 (-1) = f^4 (-1) * f(-1) = 16 * (-2) = - 32
As you see the magnitude of the number increases, being multiplied by 2 each time, and the sign is aleternated, negative positive negative positive ...
</span>
He right its 2/5 I took the yes to
Answer:
(f o g) = -5x+22
Step-by-step explanation:
f o g basically means f(g(x))
So:
f(g(x)) = -5(x-4)+2
f(g(x)) = -5x+20+2
f(g(x)) = -5x+22
Therefore: (f o g) = -5x+22
This is called function composition. Basically, the output of g(x) goes into the input of f(x).
Answer:
x= 0.6
Step-by-step explanation:
Answer:
f(x) = 4x + 10
Step-by-step explanation:
The given information is in the form f(x) = y.
f(0) = 10 means if x is 0, y is 10. This is the point (0,10)
Likewise, f(6) = 34
means when x is 6, y is 34. That is the point (6,34).
Slope is y-y / x-x
34-10 / 6-0
is 24/6.
The slope is 4.
The y-intercept is where x is 0, that is 10.
y=mx+b is slope-intercept form. Fill in the slope, 4 for m and the y-intercept, 10, for b.
y = 4x + 10
but they also asked to call it f, so for function notation, use f(x) instead of y.
f(x) = 4x + 10