๐Ÿ”„
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 ยฝ.
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.
โœ๏ธ
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โˆ’20246
f(x)1โˆ’1037
a
h(โˆ’1) = 3f(2ยท(โˆ’1)) โˆ’ 1 = 3f(โˆ’2) โˆ’ 1 = 3(1) โˆ’ 1 = 2
b
h(2) = 3f(2ยท2) โˆ’ 1 = 3f(4) โˆ’ 1 = 3(3) โˆ’ 1 = 8
c
h(0) = 3f(2ยท0) โˆ’ 1 = 3f(0) โˆ’ 1 = 3(โˆ’1) โˆ’ 1 = โˆ’4
h(โˆ’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 = 4
3
Vertical translation by โˆ’7 โ†’ c = โˆ’7
a = 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โˆ’303
h(x)1โˆ’1037
1
p(โˆ’6) = 3h(2ยท(โˆ’6)) + 1 = 3h(โˆ’12) + 1
2
From table: h(โˆ’12) = 1
3
3(1) + 1 = 4
p(โˆ’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 โˆ’ 14
m = 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.
๐Ÿง  Ready to Practice? Take the Quiz โ†’