Skip to main content
Lemma

TMUA practice: Graph Transformations, problem 2

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

The question
The function ff is even, that is   f(x)=f(x)  \;f(-x) = f(x)\; for all real xx. Which one of the following statements about the graph of   y=f(x2)+3  \;y = f(x - 2) + 3\; must be true?
A the graph is symmetric about the y-axis\text{the graph is symmetric about the } y\text{-axis}
B the graph is symmetric about the line x=2\text{the graph is symmetric about the line } x = 2
C the graph is symmetric about the line x=2\text{the graph is symmetric about the line } x = -2
D the graph is symmetric about the line y=3\text{the graph is symmetric about the line } y = 3
E the graph has no axis of symmetry\text{the graph has no axis of symmetry}

The correct answer is highlighted. B

Worked solution

Let   g(x)=f(x2)+3\;g(x) = f(x - 2) + 3. The graph of gg is the graph of ff translated by the vector (2,3)(2,\, 3)22 units right (because of x2x - 2 inside) and 33 units up (because of +3+3 outside).

Translation preserves all distances and so preserves every axis of symmetry. The graph of ff is symmetric about the yy-axis, which is the vertical line x=0x = 0. After translating 22 units right, this axis becomes the vertical line x=0+2=2x = 0 + 2 = 2. (The upward translation by 33 moves points along the symmetry axis but does not change the axis itself, because a vertical line is unchanged by a vertical translation.) So the new graph is symmetric about x=2x = 2. This is option B.

Direct algebraic check. For any real hh:

g(2+h)  =  f((2+h)2)+3  =  f(h)+3,g(2 + h) \;=\; f((2 + h) - 2) + 3 \;=\; f(h) + 3,

g(2h)  =  f((2h)2)+3  =  f(h)+3.g(2 - h) \;=\; f((2 - h) - 2) + 3 \;=\; f(-h) + 3.

Since ff is even, f(h)=f(h)f(-h) = f(h), so g(2+h)=g(2h)g(2 + h) = g(2 - h) for every hh. That is exactly the condition for symmetry about x=2x = 2.

Why the other options fail.

  • A is wrong: the horizontal translation by 22 has moved the axis of symmetry away from the yy-axis. The graph of gg does not satisfy g(x)=g(x)g(-x) = g(x) in general.
  • C has the wrong sign: f(x2)f(x - 2) shifts right by 22, so the new axis sits at x=2x = 2, not x=2x = -2.
  • D is a horizontal line; the graph of a non-constant function cannot be symmetric about a horizontal line.
  • E is wrong because the axis of symmetry x=0x = 0 of ff has clearly moved to x=2x = 2 under the translation; it has not vanished.

The lesson: a translation moves any axis of symmetry by the same vector. A vertical line moves only horizontally; a horizontal line moves only vertically. So the horizontal component of the translation governs where a vertical axis of symmetry ends up.