krit.club logo

Functions - Transformations of graphs (translations, reflections, stretches)

Grade 10IB

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Vertical Translation: Represented by the function y=f(x)+ky = f(x) + k. Visually, this transformation slides the entire graph up the yy-axis if k>0k > 0 or down if k<0k < 0. The shape of the curve remains identical, but every point (x,y)(x, y) is mapped to (x,y+k)(x, y + k). For example, the vertex of a parabola moving from (0,0)(0,0) to (0,3)(0,3) is a vertical translation where k=3k=3.

Horizontal Translation: Represented by the function y=f(xh)y = f(x - h). Visually, this moves the graph left or right along the xx-axis. Note the sign: f(x2)f(x - 2) shifts the graph 22 units to the right, while f(x+2)f(x + 2) shifts the graph 22 units to the left. The mapping for points is (x,y)(x+h,y)(x, y) \rightarrow (x + h, y). The graph appears to 'slide' without changing its width or height.

Reflection in the xx-axis: Represented by y=f(x)y = -f(x). This transformation acts as a vertical flip. Visually, the xx-axis behaves like a mirror; points above the axis move below it, and points below move above. Mathematically, the yy-coordinates negate, mapping (x,y)(x,y)(x, y) \rightarrow (x, -y). A 'U' shaped parabola x2x^2 becomes an 'n' shaped parabola x2-x^2.

Reflection in the yy-axis: Represented by y=f(x)y = f(-x). This transformation acts as a horizontal flip. Visually, the yy-axis behaves like a mirror; the right side of the graph moves to the left and vice versa. The mapping for points is (x,y)(x,y)(x, y) \rightarrow (-x, y). This is particularly visible in functions like y=xy = \sqrt{x}, which would flip to point toward negative xx values as y=xy = \sqrt{-x}.

Vertical Stretch and Compression: Represented by y=af(x)y = a \cdot f(x) where a>0a > 0. Visually, if a>1a > 1, the graph is 'stretched' away from the xx-axis, appearing thinner and taller. If 0<a<10 < a < 1, the graph is 'compressed' toward the xx-axis, appearing flatter and wider. Every yy-coordinate is multiplied by aa, mapping (x,y)(x,ay)(x, y) \rightarrow (x, ay). Points on the xx-axis (the xx-intercepts) remain invariant (fixed).

Horizontal Stretch and Compression: Represented by y=f(qx)y = f(qx) where q>0q > 0. Visually, this transformation pulls or pushes the graph toward the yy-axis. If q>1q > 1, the graph is compressed horizontally by a factor of 1q\frac{1}{q} (it looks narrower). If 0<q<10 < q < 1, the graph is stretched horizontally (it looks wider). The mapping for points is (x,y)(xq,y)(x, y) \rightarrow (\frac{x}{q}, y). Points on the yy-axis remain invariant.

Combined Transformations: Multiple transformations can be applied to a parent function f(x)f(x) to create a transformed function g(x)=af(b(xh))+kg(x) = a \cdot f(b(x - h)) + k. Visually, the graph is distorted and moved from its original origin. The standard order of operations typically involves applying stretches and reflections first, followed by translations, though following the order of operations within the algebraic expression is key to identifying the correct final position.

📐Formulae

y=f(x)+ky = f(x) + k (Vertical Translation by kk units)

y=f(xh)y = f(x - h) (Horizontal Translation by hh units)

y=f(x)y = -f(x) (Reflection in the xx-axis)

y=f(x)y = f(-x) (Reflection in the yy-axis)

y=af(x)y = a \cdot f(x) (Vertical Stretch by factor aa)

y=f(qx)y = f(qx) (Horizontal Stretch by factor 1q\frac{1}{q})

(x,y)(x+h,ay+k)(x, y) \rightarrow (x + h, ay + k) (Mapping for g(x)=af(xh)+kg(x) = a \cdot f(x - h) + k)

💡Examples

Problem 1:

Given the parent function f(x)=x2f(x) = x^2, determine the equation of the resulting function g(x)g(x) after it undergoes the following transformations in order: 1) Translation of 33 units to the right, 2) Reflection in the xx-axis, and 3) Translation 44 units down.

Solution:

Step 1: Apply the horizontal translation. To move f(x)=x2f(x) = x^2 three units right, replace xx with (x3)(x - 3). This gives f1(x)=(x3)2f_1(x) = (x - 3)^2. \ Step 2: Apply the reflection in the xx-axis. Multiply the entire function by 1-1. This gives f2(x)=(x3)2f_2(x) = -(x - 3)^2. \ Step 3: Apply the vertical translation. Subtract 44 from the entire function. This gives the final equation: g(x)=(x3)24g(x) = -(x - 3)^2 - 4.

Explanation:

We follow the transformations sequentially. Horizontal shifts affect the 'inside' of the function's argument, while reflections and vertical shifts affect the 'outside' of the function value.

Problem 2:

Describe the transformations required to transform the graph of f(x)=xf(x) = \sqrt{x} into the graph of g(x)=2x+5+1g(x) = 2\sqrt{x + 5} + 1.

Solution:

Step 1: Identify the horizontal change. The +5+5 inside the square root x+5\sqrt{x + 5} indicates a horizontal translation 55 units to the left. \ Step 2: Identify the vertical scaling. The multiplier of 22 outside the square root indicates a vertical stretch with a scale factor of 22. \ Step 3: Identify the vertical change. The +1+1 at the end of the expression indicates a vertical translation 11 unit up.

Explanation:

By comparing the transformed function g(x)=af(xh)+kg(x) = a \cdot f(x - h) + k to the parent function f(x)f(x), we can extract the parameters h=5h = -5, a=2a = 2, and k=1k = 1 to describe the movement and distortion of the graph.