Transformations of functions involve manipulating a function to change its position or shape. There are three primary types of transformations: reflections, shifts, and stretches. Understanding these transformations can simplify the concept significantly.
A reflection occurs when a function is flipped over a specific axis. For example, reflecting a function over the x-axis changes its output to negative, represented mathematically as \( f(x) \) becoming \( -f(x) \). This means that every point on the graph is mirrored across the x-axis.
A shift involves moving a function horizontally or vertically. The general form for a shift is given by \( f(x - h) + k \), where \( h \) indicates the horizontal shift and \( k \) indicates the vertical shift. For instance, if a function is shifted to the right by 3 units and up by 2 units, it would be expressed as \( f(x - 3) + 2 \).
A stretch occurs when a function is vertically stretched or compressed. This is represented by multiplying the function by a constant \( c \), resulting in \( c \cdot f(x) \). If \( c > 1 \), the function is stretched; if \( 0 < c < 1 \), it is compressed. This transformation alters the steepness of the graph.
To illustrate these transformations, consider the function \( f(x) = |x| \). If we apply the transformations, we can analyze the following functions:
- For \( p(x) = |x - 3| + 2 \), this represents a shift transformation, moving the graph 3 units to the right and 2 units up.
- For \( q(x) = -|x| \), this is a reflection over the x-axis, flipping the graph upside down.
- For \( r(x) = -2|x| \), this function combines both a reflection and a vertical stretch, as the negative sign indicates a reflection and the factor of 2 indicates a vertical stretch.
In summary, transformations of functions can be categorized into reflections, shifts, and stretches, each with specific mathematical representations. Recognizing these transformations helps in understanding how the graph of a function changes in response to different manipulations.