Skip to main content
Lemma

TMUA practice: Graph Transformations, problem 5

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

The question
Starting from the graph of   y=f(x)  \;y = f(x)\;, the following three transformations are applied in order: first, a reflection in the yy-axis; then, a translation by 33 units upward; then, a vertical stretch by a factor of 22 (about the xx-axis). Which one of the following is an equation of the resulting graph?
A y=2f(x)+3y = 2 f(-x) + 3
B y=2f(x)6y = 2 f(-x) - 6
C y=2f(x)+6y = -2 f(x) + 6
D y=f(2x)+6y = f(-2x) + 6
E y=2f(x)+6y = 2 f(-x) + 6

The correct answer is highlighted. E

Worked solution

Track the equation through each step.

  • Start.   y=f(x)\;y = f(x).
  • Step 1 (reflect in yy-axis). Replace xx by x-x: the equation becomes   y=f(x)\;y = f(-x).
  • Step 2 (translate 33 upward). Add 33 to the output:   y=f(x)+3\;y = f(-x) + 3.
  • Step 3 (vertical stretch by factor 22). Multiply the current output by 22. So the new equation is   y=2(f(x)+3)=2f(x)+6\;y = 2\bigl(\,f(-x) + 3\,\bigr) = 2 f(-x) + 6.

Hence the final equation is   y=2f(x)+6\;y = 2 f(-x) + 6. This is option E.

Why the other options fail.

  • A, y=2f(x)+3y = 2 f(-x) + 3, has stretched the ff-part but not the constant. The stretch acts on the current output, which already contains the +3+3, so the +3+3 also gets multiplied.
  • B, y=2f(x)6y = 2 f(-x) - 6, has the right factor 22 but a sign error on the constant.
  • C, y=2f(x)+6y = -2 f(x) + 6, has confused the yy-axis reflection f(x)f(-x) with the xx-axis reflection f(x)-f(x).
  • D, y=f(2x)+6y = f(-2x) + 6, has applied the factor 22 inside ff (a horizontal scaling) instead of outside (a vertical scaling).

The lesson: when transformations are applied in order, each new transformation acts on the current equation, not on the original ff. Applying the stretch after the upward shift multiplies the shift by the stretch factor.