Skip to main content
Lemma

TMUA practice: Graph Transformations, problem 4

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

The question
Which one of the following statements about the graph of   y=2(x1)2+3  \;y = 2(x - 1)^{2} + 3\;, relative to the graph of   y=x2\;y = x^{2}, is correct?
A vertex at (1,3),vertical stretch by factor 2\text{vertex at } (1,\, 3),\, \text{vertical stretch by factor } 2
B vertex at (1,3),vertical stretch by factor 2\text{vertex at } (-1,\, 3),\, \text{vertical stretch by factor } 2
C vertex at (1,3),vertical stretch by factor 2\text{vertex at } (1,\, -3),\, \text{vertical stretch by factor } 2
D vertex at (1,3),horizontal compression by factor 2\text{vertex at } (1,\, 3),\, \text{horizontal compression by factor } 2
E vertex at (2,3),vertical stretch by factor 2\text{vertex at } (2,\, 3),\, \text{vertical stretch by factor } 2

The correct answer is highlighted. A

Worked solution

Build the target   y=2(x1)2+3  \;y = 2(x - 1)^{2} + 3\; from   y=x2  \;y = x^{2}\; by Maron’s rules I, II and IV:

  • (x1)2(x - 1)^{2}: replace xx by x1x - 1. The vertex moves from (0,0)(0,\, 0) to (1,0)(1,\, 0). (Rule I, horizontal translation.)
  •   2(x1)2  \;2(x - 1)^{2}\;: multiply the output by 22. Every yy-value is doubled; in particular 000 \to 0, so the vertex stays at (1,0)(1,\, 0). This is a vertical stretch by factor 22 (rule IV).
  •   2(x1)2+3  \;2(x - 1)^{2} + 3\;: add 33 to every output. The vertex moves from (1,0)(1,\, 0) to (1,3)(1,\, 3). (Rule II, vertical translation.)

So the new graph has vertex (1,3)(1,\, 3) and a vertical stretch by factor 22 relative to y=x2y = x^{2}. This is option A.

Why the other options fail.

  • B has the sign of the horizontal translation wrong: (x1)2(x - 1)^{2} shifts right, putting the vertex at x=+1x = +1, not x=1x = -1.
  • C has the sign of the vertical translation wrong: +3+3 outside shifts up, so the yy-coordinate of the vertex is +3+3, not 3-3.
  • D has confused a vertical stretch with a horizontal compression. Multiplying the output by 22 stretches vertically; the equation for a horizontal compression by 22 would be   y=(2(x1))2+3=4(x1)2+3  \;y = (2(x - 1))^{2} + 3 = 4(x - 1)^{2} + 3\;, a different graph (vertical stretch by 44, not 22).
  • E has used the coefficient 22 in front as the xx-coordinate of the vertex. But the 22 is outside the bracket; it scales output, not input. The horizontal shift is controlled by 1-1 inside the bracket, putting the vertex at x=1x = 1, not x=2x = 2.

The lesson: in   y=a(xh)2+k  \;y = a(x - h)^{2} + k\;, the vertex is at (h,k)(h,\, k) and the factor aa outside is a vertical stretch (squash if a<1|a| < 1, reflection in the xx-axis if a<0a < 0).