The Four Transformation Types
Every transformation is one of these four
Vertical Translation
g(x) = f(x) + k
Shifts the graph k units up (down if k < 0). Affects y-values โ adds k to every output.
g(x) = f(x) โ 2 โ down 2
Horizontal Translation
g(x) = f(x + h)
Shifts the graph โh units (opposite sign!). Inside the parentheses โ affects x โ does the opposite.
g(x) = f(x + 2) โ left 2 (NOT right!)
Vertical Dilation
g(x) = aยทf(x)
Stretches vertically by factor |a|. If a < 0, also reflects over the x-axis.
g(x) = โ2f(x) โ stretch ร2, flip over x-axis
Horizontal Dilation
g(x) = f(bx)
Stretches horizontally by factor 1/|b|. If b < 0, also reflects over the y-axis.
g(x) = f(2x) โ compress by ยฝ (NOT stretch ร2)
The Two Golden Rules
Memorise these โ they explain everything
Inside parentheses โ x-values
Transformations inside f(โฆ) affect the x-values and do the OPPOSITE of what they look like.
f(x + 3) looks like +3 but shifts left 3.
f(2x) looks like ร2 but compresses by ยฝ.
f(x + 3) looks like +3 but shifts left 3.
f(2x) looks like ร2 but compresses by ยฝ.
Outside parentheses โ y-values
Transformations outside f(โฆ) affect the y-values and do EXACTLY what they look like.
f(x) + 5 shifts up 5.
3ยทf(x) stretches vertically by 3.
f(x) + 5 shifts up 5.
3ยทf(x) stretches vertically by 3.
Describing Transformations
Examples 1 & 2
๐ Example 1 โ Describe all transformations: g(x) = 2f(x โ 3) + 1
g(x) = 2f(x โ 3) + 1
1
Inside: (x โ 3) โ horizontal translation. Opposite of โ3 โ right 3 units.2
Outside: coefficient 2 โ vertical dilation by factor of 2.3
Outside: +1 โ vertical translation up 1 unit.Right 3 ยท Vertical dilation ร2 ยท Up 1
๐ Example 2 โ Describe all transformations: n(x) = โ4m(2x)
n(x) = โ4m(2x)
1
Inside: coefficient 2 on x โ horizontal dilation. Factor = 1/|2| = ยฝ (compresses horizontally).2
Outside: coefficient โ4 โ vertical dilation by 4, and a = โ4 < 0 โ reflects over the x-axis.Horizontal dilation รยฝ ยท Vertical dilation ร4 ยท Reflect over x-axis
Effect on Domain & Range
Example 5 โ finding new domain and range after transformation
The Method
For each boundary of the original domain/range, apply the transformation algebraically.
Domain (x-values): set the new input equal to the original boundary and solve for the new x.
Range (y-values): apply the outside transformations directly to each boundary.
๐ Example 5 โ f has domain โ3 โค x โค 5 and range 1 โค y โค 3. Find domain and range of g(x) = 2f(x+3) โ 4.
g(x) = 2f(x + 3) โ 4
1
Domain: Set x+3 equal to each boundary of f's domain and solve for x.x+3 = โ3 โ x = โ6 x+3 = 5 โ x = 2
2
Range: Apply outside transformations (ร2 then โ4) to each boundary of f's range.2(1) โ 4 = โ2 2(3) โ 4 = 2
Domain of g
x+3 โ [โ3, 5] โ x โ [โ6, 2]
โ6 โค x โค 2
Range of g
2y โ 4: 2(1)โ4=โ2, 2(3)โ4=2
โ2 โค y โค 2
Evaluating from Tables
Examples 6, 7, 8 โ using transformations with table data
๐ Example 6 โ Table of f. Let h(x) = 3f(2x) โ 1. Find h(โ1), h(2), h(0).
| x | โ2 | 0 | 2 | 4 | 6 |
|---|---|---|---|---|---|
| f(x) | 1 | โ1 | 0 | 3 | 7 |
a
h(โ1) = 3f(2ยท(โ1)) โ 1 = 3f(โ2) โ 1 = 3(1) โ 1 = 2b
h(2) = 3f(2ยท2) โ 1 = 3f(4) โ 1 = 3(3) โ 1 = 8c
h(0) = 3f(2ยท0) โ 1 = 3f(0) โ 1 = 3(โ1) โ 1 = โ4h(โ1) = 2 h(2) = 8 h(0) = โ4
๐ Example 7 โ Build g(x) = af(bx) + c from three transformations applied in order.
1
Horizontal dilation by factor 3 โ b = 1/3 (inside: f(x/3))2
Vertical dilation by factor 4 โ a = 43
Vertical translation by โ7 โ c = โ7a = 4 b = 1/3 c = โ7 โ g(x) = 4f(x/3) โ 7
๐ Example 8 โ Table of h. p(x) = 3h(2x) + 1. Find p(โ6).
| x | โ12 | โ6 | โ3 | 0 | 3 |
|---|---|---|---|---|---|
| h(x) | 1 | โ1 | 0 | 3 | 7 |
1
p(โ6) = 3h(2ยท(โ6)) + 1 = 3h(โ12) + 12
From table: h(โ12) = 13
3(1) + 1 = 4p(โ6) = 4
๐ Example 9 โ f(x) = 3x โ 2. g is a horizontal translation of f by +4. Find g(x) = mx + b.
1
Horizontal translation right 4 โ replace x with (x โ 4): g(x) = f(x โ 4)2
g(x) = 3(x โ 4) โ 2 = 3x โ 12 โ 2 = 3x โ 14m = 3 b = โ14
Quick Reference
Screenshot and save this!
๐ All Four Formulas
g(x) = f(x) + k
Vertical translation: up k (or down if k<0)
g(x) = f(x + h)
Horizontal translation: โh units (OPPOSITE)
g(x) = aยทf(x)
Vertical dilation |a|; a<0 โ reflect x-axis
g(x) = f(bx)
Horizontal dilation 1/|b|; b<0 โ reflect y-axis
โ ๏ธ Common Mistakes
โ f(x+3) shifts right
Inside โ OPPOSITE. f(x+3) shifts LEFT 3. Right would be f(xโ3).
โ f(2x) stretches by factor 2
Horizontal dilation by 1/|b| = ยฝ. f(2x) COMPRESSES horizontally.
โ โaf(x) only reflects
g(x) = โ4f(x) BOTH dilates (ร4) AND reflects over the x-axis.