Things You'll Need
Instructions
Decide upon the transformation. An arbitary function can be transformed using the following rules. In order to shift the graph in the x direction, you use f(x+t) where t is the shift in the graph. In order to shift the graph in the y direction you use f(x)+y where y is the shift in the graph. For example to shift the square root function to the right by 1 and up by 2, the following equation would be used: y= (SQRT(x-1) ) + 2
Make a table of the graph to determine some key values. Following the example:
x=1 x+1=2 (SQRT(x+1) ) + 2=3.41
x=2 x+1=3 (SQRT(x+1) ) + 2= 3.73
x=3 x+1=4 (SQRT(x+1) ) + 2= 4
Plot the values for x along the x axis and the values for (SQRT(x+1) ) + 2 along the y axis. The graph should be translated to the right by 1 unit and up by 2 units.