For a positive constant, C, here are the rules for transforming a function f(x):
- y = f(x) + C Shifts the graph up the y axis by an amount = C
- y = f(x) - C Shifts the graph down the y-axis by an amount = C
- y = f(x + C) Shifts the graph to the left along the x-axis by an amount = C
- y = f(x - C) Shifts the graph to the right along the x-axis by an amount = C
- y = -f(x) Reflects the graph of f(x) across the x-axis
- y = f(-x) Reflects the graph of f(x) across the y-axis
- y = c*f(x) Stretches (warps) the graph by a factor of c
- y = (1/c) f(x) Flattens the graph by a factor of 1/c
a) f(x) = x2, so (x+4)2 = f(x+4) so rule 3 applies
b) f(x) = |x|, so |x| - 2 = f(x) -2 so rule 2 applies
c) f(x) = √x, so √(x-3) = f(x-3) so rule 2 applies
d) (f(x) = x2, so x2 + 1 = f(x) + 1. Which rule is that?