Transforming graphs
In a nutshell
You can apply transformations to an unknown function by considering how specific coordinates would be affected by the transformations applied. Even if the function is unknown, function notation can still be used to describe the transformation.
Transforming unknown functions
When a function is unknown and f(x) is not given, it is still possible to transform the function if specific coordinates are provided. This can also help when drawing transformations of unknown functions.
Example
Points A(2,7), B(7,12) and C(5,16) lie on this function.
Write the new values of A, B and C in the following functions:
a: y=f(x+1)
b: y=−f(x)
c: y=f(x)−1
a: The tranformation of y=f(x+1) translates y=f(x) by the vector (−10), therefore:
A:(1,7), B:(6,12), C:(4,16)
b: y=−f(x) means the function is reflected in the x-axis, therefore:
A:(2,−7), A:(7,−12), B:(5,−16)
c: The transformation of y=f(x)−1 translates the function y=f(x) by the vector (0−1), therefore:
A:(2,6), B:(7,11), C:(5,15)