Skip to main content
Lemma

TMUA practice: Graph Transformations, problem 1

A TMUA-calibre graph transformations problem at difficulty 4 of 5, with the full worked solution.

The question
The graph of   y=f(x)  \;y = f(x)\; passes through the two points (2,5)(-2,\, 5) and (1,3)(1,\, -3). Which one of the following pairs of points must lie on the graph of   y=f(2x)+1\;y = f(2x) + 1?
A (4,6) and (2,2)(-4,\, 6) \text{ and } (2,\, -2)
B (1,5) and (12,3)(-1,\, 5) \text{ and } \left(\tfrac{1}{2},\, -3\right)
C (1,6) and (12,2)(-1,\, 6) \text{ and } \left(\tfrac{1}{2},\, -2\right)
D (2,6) and (1,2)(-2,\, 6) \text{ and } (1,\, -2)
E (1,6) and (12,2)(-1,\, 6) \text{ and } \left(-\tfrac{1}{2},\, -2\right)

The correct answer is highlighted. C

Worked solution

Let   g(x)=f(2x)+1\;g(x) = f(2x) + 1. We are told that   f(2)=5  \;f(-2) = 5\; and   f(1)=3\;f(1) = -3. To use these, set 2x=22x = -2 and 2x=12x = 1 in turn.

  • 2x=22x = -2 gives x=1x = -1, and   g(1)=f(2)+1=5+1=6\;g(-1) = f(-2) + 1 = 5 + 1 = 6. So (1,6)(-1,\, 6) is on the graph of gg.
  • 2x=12x = 1 gives x=12x = \tfrac{1}{2}, and   g ⁣(12)=f(1)+1=3+1=2\;g\!\left(\tfrac{1}{2}\right) = f(1) + 1 = -3 + 1 = -2. So (12,2)\left(\tfrac{1}{2},\, -2\right) is on the graph of gg.

The two points are (1,6)(-1,\, 6) and (12,2)\left(\tfrac{1}{2},\, -2\right). This is option C.

Geometrically: y=f(2x)+1y = f(2x) + 1 compresses the graph of ff horizontally by factor 22 (the xx-coordinates halve) and shifts it up by 11. The point (2,5)(-2,\, 5) moves to (1,6)(-1,\, 6); the point (1,3)(1,\, -3) moves to (12,2)(\tfrac{1}{2},\, -2).

Why the other options fail.

  • A has the xx-coordinates doubled (corresponding to f(x/2)f(x/2), a horizontal stretch) instead of halved.
  • B has the xx-coordinates halved but has not added 11 to the yy-coordinates.
  • D has not changed the xx-coordinates (corresponding to f(x)+1f(x) + 1, no horizontal scaling).
  • E has the first xx-coordinate halved correctly but has flipped the sign of the second:   12  \;\tfrac{1}{2}\; became   12\;-\tfrac{1}{2}. The transformation y=f(2x)y = f(2x) involves no sign change.

The lesson: y=f(2x)+1y = f(2x) + 1 acts on coordinates as (x0,y0)(x02,y0+1)(x_{0},\, y_{0}) \mapsto (\tfrac{x_{0}}{2},\, y_{0} + 1). Half the xx-coordinate (because the input doubles inside ff) and add 11 to the yy-coordinate.