117k views
4 votes
The team first experiments with changing the position of the curved pit. In the computer program, the vertex begins on the origin, and the curve is modeled by the parent quadratic equation, y = x2.

Match each description with the equation that will create that pit.

Tiles
The curved pit is shifted right 2 units.
The curved pit is shifted up 2 units.
The curved pit is shifted down 2 units.
The curved pit is shifted left 2 units.
(Pair them up)
y = (x − 2)2

y = x2 + 2

y = (x + 2)2

y = x2 − 2

User NGX
by
4.7k points

1 Answer

6 votes

Answer:

The curved pit is shifted up 2 units - y= x^2 +2

The curved pit is shifted down 2 units - y= x^2 - 2

The curved pit is shifted left 2 units - y= (x-2)^2

The curved pit is shifted right 2 units - y= (x+2)^2

Explanation:

Given the parent function expressed as

y is the output function (can be shifted along the y-axis)

x is the input function (can be shifted along the x-axis)

If the curved pit is shifted up 2 units, the whole curve will be shifted up to have the resulting function

If the curved pit is shifted down 2 units, the whole curve will be shifted down to have the resulting function

If the curved pit is shifted left 2 units, the shift will only affect the input value to have the resulting function

If the curved pit is shifted right 2 units, the shift will only affect the input value to have the resulting function

User ASP
by
4.7k points