Question
Given , sketch the graphs of: (a) , (b) , (c) , (d) , (e) , (f) . Describe each transformation in words.
Solution — Step by Step
(a) : Shifts the parabola up by 3 units. Every point moves 3 units upward.
(b) : Shifts the parabola right by 2 units. The vertex moves from to .
Key insight: adding to inside the function moves the graph LEFT (counterintuitive). Subtracting from moves it RIGHT.
(c) : Reflects across the x-axis. The parabola opens downward instead of upward.
(d) : Reflects across the y-axis. For , this happens to give the same graph (since is an even function), but for most functions the reflection is visible.
(e) : Vertical stretch by factor 2. The parabola becomes narrower (steeper). Every y-coordinate doubles.
(f) : Horizontal compression by factor 2. The graph squeezes toward the y-axis. At , the function value is now instead of .
Why This Works
graph TD
A["Graph Transformation Type"] --> B["Changes OUTSIDE f: affect y-values"]
A --> C["Changes INSIDE f: affect x-values and reverse direction"]
B --> D["f x + k: shift UP by k"]
B --> E["-f x: reflect in x-axis"]
B --> F["a times f x: vertical stretch by a"]
C --> G["f x - h: shift RIGHT by h"]
C --> H["f -x: reflect in y-axis"]
C --> I["f bx: horizontal compress by b"]
The golden rule: transformations that happen outside (affecting the output) work as expected — add means up, multiply means stretch vertically. Transformations that happen inside (affecting the input) work in the opposite direction — adding to shifts left (not right), multiplying compresses (not stretches).
Why the reversal for horizontal transformations? Think about it: when , i.e., . The root has moved to the right. You need a larger to get the same input to , hence the graph shifts right.
Alternative Method
For JEE, when you need to sketch a transformed graph quickly, use these 3 anchor points: find where the function equals 0, where it is maximum/minimum, and one additional point. Transform these anchor points and connect smoothly.
For composed transformations like , apply in this order:
- Horizontal transformations first (inside-out): factor out the coefficient of , giving — shift right by , then compress horizontally by factor 3
- Vertical transformations next (outside-in): stretch by 2, then shift up 4
Common Mistake
Getting the direction of horizontal shifts backwards. shifts the graph LEFT by 2, not right. shifts RIGHT by 3, not left. The sign is opposite to what you might expect. If you keep getting confused, substitute a test point: for , the original point at now needs to give . So the point has moved right.