Questions: Function Transformations: Shifts, Stretches, and Reflections
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
The graph of y = f(x) has a vertex at (0, 4). Where is the vertex on the graph of y = f(x − 3)?
A(−3, 4) — the graph shifts left because you're subtracting
B(3, 4) — the graph shifts right despite the subtraction
C(0, 1) — subtracting from the input compresses the graph vertically
D(0, 7) — the vertex moves up by 3
Replacing x with (x − 3) is an inside change — it modifies the input. To produce the same output the function used to produce at x = 0, you now need x = 3 (so that x − 3 = 0). The entire graph shifts rightward by 3, even though the algebra shows subtraction. This is the central counterintuitive rule: inside changes act opposite to what the algebra suggests.
Question 2 Multiple Choice
The function y = f(2x) is applied to the parent y = f(x). What happens to the graph?
AIt stretches horizontally by a factor of 2 — multiplying x by 2 spreads the graph out
BIt compresses horizontally by a factor of 2 — the graph is narrowed
CIt stretches vertically by a factor of 2 — multiplying makes outputs larger
DIt shifts rightward by 2 units
Replacing x with 2x compresses the graph horizontally by a factor of 2 — every feature occurs at half the x-value it used to. A point previously at x = 4 now appears at x = 2 (because 2·2 = 4). Again, the inside change acts opposite to intuition: multiplying by 2 inside makes the graph narrower, not wider. Stretching horizontally would correspond to y = f(x/2).
Question 3 True / False
The graph of y = f(x − 4) is the graph of y = f(x) shifted 4 units to the right.
TTrue
FFalse
Answer: True
True. Replacing x with (x − 4) is an inside change that shifts the graph rightward by 4, despite the subtraction. The key: to get f's original output at x = 0, you now need x = 4 (so x − 4 = 0). Every point migrates 4 units to the right. This feels backwards because we're subtracting, but inside changes act opposite to intuition.
Question 4 True / False
The transformations y = f(x) + 3 and y = f(x + 3) both move the graph upward by 3 units.
TTrue
FFalse
Answer: False
False. y = f(x) + 3 is an outside change — it adds 3 to the output, shifting the graph vertically upward by 3. But y = f(x + 3) is an inside change — it modifies the input, shifting the graph horizontally to the LEFT by 3 (not upward). The two transformations move the graph in completely different directions. Outside changes affect y (act as expected); inside changes affect x (act opposite to intuition).
Question 5 Short Answer
Why do horizontal transformations — like f(x − h) or f(bx) — act opposite to what the algebra seems to suggest?
Think about your answer, then reveal below.
Model answer: Because input changes must be 'undone' to produce the same output. To get the output f used to produce at x = 0, you now need x = h when the argument is (x − h). The graph shifts right (toward larger x) to compensate for the subtraction. Similarly, y = f(bx) compresses rather than stretches because each output now occurs at 1/b of its original x-value.
The intuition: a transformation applied to the input changes 'where you need to be' to get a given output — not 'what output you get.' Outside transformations directly scale or shift outputs and behave as expected. Inside transformations redefine the input mapping, and the graph moves in the opposite direction of the algebraic operation to compensate.