Translations of Functions
Simple Explanation
A translation slides a graph to a new position without changing its shape at all. y = f(xβh) shifts the graph h units horizontally; y = f(x)+k shifts it k units vertically. Combined, y = f(xβh)+k moves the whole graph to a new location.
Why Do We Need It?
Once you know one function's shape, translation lets you instantly picture (and write the equation for) the same shape moved anywhere else on the plane β without re-deriving anything.
See It
A parabola y equals x squared, and a second identical parabola shifted 2 units right and 3 units up
Formula
Translating a Function
y = f(x β h) + k
Shifts the entire graph of y=f(x) horizontally by h units and vertically by k units, without changing its shape at all.
- h
- β the horizontal shift (right if h>0, left if h<0 β note the subtraction)
- k
- β the vertical shift (up if k>0, down if k<0)
When to use it: Whenever a graph needs to be moved to a new location without changing its shape.
Worked Example
Write the equation of a translated function
The graph of y = xΒ² is shifted 4 units left and 5 units down. Write the new equation.
Why Does This Work?
Replacing x with (xβh) means every output that used to occur at some x-value now occurs at x+h instead β shifting the whole graph right by h (and left if h is negative). Adding k separately shifts every output value up by k, with no effect on which x-values are used β the two shifts are independent.
Real-Life Example
Adjusting a schedule's start time
A factory's production graph over the day is shifted 2 hours later when the shift schedule changes, with no change to the shape of the day's pattern.
This is exactly a horizontal translation β the same production pattern, just occurring at a shifted time.
Practice
The graph of y = βx is shifted 3 units right and 2 units up. What is the new equation?
MediumCommon mistake
Getting the horizontal shift direction backwards β y=f(xβ3) shifts RIGHT (even though it looks like subtraction), while y=f(x+3) shifts LEFT.
Quick Review
- y = f(xβh) + k: horizontal shift h, vertical shift k.
- Horizontal shifts feel "backwards": (xβh) shifts right, (x+h) shifts left.
- Vertical shifts are intuitive: +k shifts up, βk shifts down.