Examples
In this series of examples we will work with two basic functions,
and
Example 1
Graph f(x), f(x)+4, and f(x)-4 on the same coordinate system. Repeat this replacing f(x) with g(x).
Example 2
Graph f(x), f(x+2), f(x-2) on the same grid. Repeat for g(x)
Example 3
Graph f(x), f(x-1)+6,f(x+2)-7 on the same coordinate system. Repeat for g(x).
Example 4
Graph f(x) and -f(x) on the same grid. Repeat with g(x).
Example 5
Graph f(x) and f(-x). Repeat with g(x).
Example 6
Graph f(x), 2f(x), and 0.5f(x) on the same grid. Repeat for g(x).
Example 7
Graph f(x), f(2x), and f(0.5) on the same grid. Repeat with g(x).