Transforming functions is about changing their input or output values in a systematic way. Let's explore how this works using the exercise provided.
\(y = f(-x)\) implies a horizontal reflection of the original function's graph across the y-axis. To convert a point from the graph of \(y = f(x)\) to the graph of \(y = f(-x)\), we simply negate the \(x\)-coordinate.
For instance, the point (3, 6) on \(y = f(x)\) maps to (-3, 6) on \(y = f(-x)\). Here’s a quick reference for some common transformations:
- Horizontal shifts: \(y = f(x \pm h)\)
- Vertical shifts: \(y = f(x) \pm k\)
- Reflections: \(y = f(-x)\) or \(y = -f(x)\)
- Stretches and Compressions: \(y = af(x)\) or \(y = f(bx)\)