Transformation Rules for Functions Flashcards
1
Q
f(x) + d
A
(x, y) -> (x, y + d) - vertical translation up d units
2
Q
f(x) - d
A
(x, y) -> (x, y - d ) - vertical translation down d units
3
Q
f(x + c)
A
(x, y) -> ( x - c , y) - horizontal translation left c units
4
Q
f(x - c)
A
(x, y) -> (x + c, y) - horizontal translation right c units
5
Q
A