- Sep 5, 2000
- 9,173
- 6
- 81
my roomate and i both thought that if you have a graph f(x) and its transformed to f(x+2) it move RIGHT 2 units...but everywhere i look online it says it moves left. wtf? uhhh
Originally posted by: Kazaam
wtf now im looking thru my notes and it says: the graph of y=f(x-k) is the graph of y=f(x) shifted to the right by k units if k is positive and to the left by k units if k is negative.
Originally posted by: DrPizza
How about a circle?
(x-2)^2 + (y+3)^2 = 25
Center (2,-3) radius 5. Think about which way it gets moved.
If you agree that y = x^2 + 10 is a parabola moved up by 10 units, rewrite it as
(y-10)=x^2. Ahhhh, again, change the sign.
-- -- - - - - --
Now, lets look at y=x^2, and a table of values
x|y
----
1|1
2|4
3|9
4|16
And, compare y = (x-2)^2 to it.
x|y
----
1|1
2|0
3|1
4|4
5|9
6|16
Note: the x values that are 2 greater have the same y values as before. Hence, it's shifted to the RIGHT for x-2. Why? Because (12-2)^2 is the same as (10)^2. You need values that are 2 greater than before in order to get the same y values.
Originally posted by: hdeck
a circle isn't a function!