y = -1/2 * f(x – 1) + 2
Transformations:
Start with the original function.
- : The negative means Flip over x-axis
1/2: The 1/2 means Shrink every point by cutting the heights in half (multiply by 1/2).
f(x-1): Shift entire graph Right 1 unit
+ 2: Shift entire graph Up 2 units
Point (-2, 2):
x = -2 >> Shift Right 1 to get x = -1
y = 2 >> Flip over x-axis to get -2, then Shrink by 1/2 to get -2*(1/2) = -1, then shift Up 2 to get -1 + 2 = 1
So, the new point is (-1, 1)