Question

How to apply multiple transformations to y=x^2 in the correct order

Original question: Base function f(x)=x2f(x)=x^2

  • vertical reflection and dilation of factor 4
  • Horizontal dilation of factor 3 (b=3b=3)
  • Horizontal shift [?] to the left by 5 units
  • Vertical shift by 12 units upwards

Translate, then dilate (Student B) g(x)=(xβˆ’5)2g(x)=(x-5)^2 g(x)=βˆ’4(xβˆ’5)2+12g(x)=-4(x-5)^2+12 g(x)=βˆ’4(3xβˆ’5)2+12g(x)=-4(3x-5)^2+12

Student A - dilate then translate f(x)=x2f(x)=x^2 g(x)=βˆ’4(x2)g(x)=-4(x^2) g(x)=βˆ’4(3x2)g(x)=-4(3x^2) g(x)=βˆ’4(3(x+5)2)+12g(x)=-4\bigl(3(x+5)^2\bigr)+12

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: With chained transformations, the order is the whole game. Horizontal changes act on the input, vertical changes act on the output.

Detailed walkthrough

Start from the base function

f(x)=x2.f(x)=x^2.

The intended transformations are:

  • vertical reflection and dilation by factor 4
  • horizontal dilation by factor 3
  • shift left 5
  • shift up 12

Student B: translate, then dilate

If we shift left 5 first, we get

(x+5)2.(x+5)^2.

Then horizontal dilation by 3 gives

(3x+5)2Β orΒ equivalentlyΒ (3(x+5))2(3x+5)^2 \text{ or equivalently } (3(x+5))^2

depending on the exact coordinate rule being used in the course context. After the vertical changes:

g(x)=βˆ’4(3(x+5))2+12.g(x)=-4(3(x+5))^2+12.

Student A: dilate, then translate

If we dilate first,

g(x)=βˆ’4x2,g(x)=-4x^2,

then apply the horizontal change and shift. The key point is that the final algebraic form is not generally the same if the order of horizontal and translation steps changes.

Comparison

  • Vertical shifts are applied to the output.
  • Horizontal shifts and stretches are applied to the input.
  • The order can change the final expression when more than one horizontal change is involved.

For the clean standard form, be careful to rewrite each step with the correct input substitution before expanding.

πŸ’‘ Pitfall guide

Students often mix up a horizontal stretch with a vertical stretch. Another common issue is writing (xβˆ’5)2(x-5)^2 for a left shift; a left shift by 5 should usually appear as (x+5)2(x+5)^2 in function notation.

πŸ”„ Real-world variant

If the vertical reflection were removed, the same chain would become

g(x)=4(3(x+5))2+12g(x)=4(3(x+5))^2+12

in the same setup. If the stretch factor were 2 instead of 3, every input term would change accordingly, but the method would stay the same.

πŸ” Related terms

parabola transformation, horizontal dilation, function notation

FAQ

Why does the order of transformations matter for y=x^2?

Because horizontal changes act on the input and vertical changes act on the output, changing the order can change the final equation.

What is a common sign mistake in a left shift?

A left shift by 5 usually appears as (x+5)^2, not (x-5)^2.

chat