FUNCTIONS · GRAPH INTUITION
Function transformations
Transformations let you predict how a graph changes without plotting every point again. A single parent function can generate an entire family of related graphs.
1. The master transformation form
Starting from a parent function \(y=f(x)\), a broad family of transformations can be written as
The parameters act in different directions: \(h\) and \(b\) affect the input and therefore the graph horizontally; \(a\) and \(k\) act on the output and therefore vertically.
2. Horizontal and vertical shifts
Vertical shift
Every output increases by \(k\). The graph moves up by \(k\) when \(k>0\), and down when \(k<0\).
Horizontal shift
The same output now occurs at an input \(h\) units larger. The graph moves right by \(h\).
3. Stretches and compressions
The reciprocal in the horizontal rule comes from solving \(bx=u\), so \(x=u/b\): features that originally occurred at \(u\) now occur at \(u/b\).
4. Reflections
Across the x-axis
Every y-value changes sign.
Across the y-axis
Every input changes sign.
5. Transformation order matters
When several transformations are combined, read the formula structurally rather than applying a memorized visual order. For
6. Worked example
Transform the parent parabola \(f(x)=x^2\) into
The graph moves right 3, stretches vertically by factor 2, and moves down 4. The parent vertex \((0,0)\) becomes \((3,-4)\), while the axis of symmetry becomes \(x=3\).
This is faster and more informative than calculating a large table of values from scratch.
7. Common mistakes
Horizontal sign reversal: \(f(x-3)\) moves right, not left. Horizontal scale: \(f(2x)\) compresses by \(1/2\), not stretches by 2. Missing parentheses: \(f(2(x-3))\) and \(f(2x-3)\) describe different transformations.
8. Quick practice
Describe the transformation from \(f(x)\) to \(g(x)= -\tfrac12 f(x+2)+3\).
Solution
Shift left 2, vertically compress by factor \(1/2\), reflect across the x-axis, then shift up 3.