210k views
2 votes
Find an equation of the parabola that has the indicated vertex and whose graph passes through the given point

Vertex: ( 2, -1) ; point: ( 4, -3)

User Sykora
by
8.1k points

1 Answer

3 votes
Equation of a parabola with vertex at (2, -1) is
y = a(x - 2)^2 - 1

Using the given point: -3 = a(4 - 2)^2 - 1
-2 = a(2)^2
4a = -2
a = -1/2

Therefore, required equation is
y = -1/2(x - 2)^2 - 1
y = -1/2(x^2 - 4x + 4) - 1
y = -1/2x^2 + 2x - 2 - 1
y = -1/2x^2 + 2x - 3
User Mbdvg
by
7.4k points