Question
Starting from the graph of , describe the transformations needed to get . Sketch the final graph.
(CBSE 11 & JEE Main — functions chapter)
Solution — Step by Step
Compare with :
- : horizontal shift right by 3 units
- Factor of : vertical stretch by factor 2
- Negative sign: reflection about the x-axis
- : vertical shift up by 5 units
The standard order is: horizontal shift → stretch/reflect → vertical shift.
- Start with (standard parabola, vertex at origin)
- Replace with : shift right 3 → , vertex at
- Multiply by : stretch vertically by 2 and reflect → , vertex at , opens downward
- Add : shift up 5 → , vertex at
- Vertex: — this is the maximum point (parabola opens downward)
- Axis of symmetry:
- Direction: Opens downward (coefficient is negative)
- Narrower than (stretched by factor 2)
- y-intercept: Set :
Why This Works
Each algebraic modification to a function corresponds to a geometric transformation of its graph. The rules are consistent across all functions — not just parabolas.
graph TD
A["Graph Transformation"] --> B{"What changed in equation?"}
B -->|"f(x) → f(x-h)"| C["Shift RIGHT by h<br/>(opposite sign!)"]
B -->|"f(x) → f(x+h)"| D["Shift LEFT by h"]
B -->|"f(x) → f(x) + k"| E["Shift UP by k"]
B -->|"f(x) → f(x) - k"| F["Shift DOWN by k"]
B -->|"f(x) → af(x), a>1"| G["Vertical STRETCH<br/>by factor a"]
B -->|"f(x) → af(x), 0<a<1"| H["Vertical COMPRESS"]
B -->|"f(x) → -f(x)"| I["Reflect about<br/>x-axis"]
B -->|"f(x) → f(-x)"| J["Reflect about<br/>y-axis"]
The tricky part is that horizontal transformations are “opposite” to what you’d expect: shifts RIGHT (not left), and compresses horizontally (not stretches). Vertical transformations are intuitive: stretches up, shifts up.
Alternative Method — Plot Key Points
Take 3-4 points on : , , , . Apply each transformation to the coordinates:
Original → shift right 3 → → multiply y by → → shift up 5 →
Original → → →
Plot the transformed points and connect smoothly.
For JEE: the order matters when combining transformations. For , apply in this order: (1) horizontal shift by , (2) horizontal scale by , (3) vertical scale by , (4) vertical shift by . Getting the order wrong is the number one source of errors.
Common Mistake
The most common error: shifts left instead of right. Students think “minus means left.” But substituting into gives — the original y-intercept now appears at , which is a shift to the RIGHT. Always test with a specific point if you’re unsure.