SOLUTION: Given the vertex at (2,3) and the pt (0,2) on the parabola, write the equation in standard form.

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: Given the vertex at (2,3) and the pt (0,2) on the parabola, write the equation in standard form.      Log On


   



Question 534305: Given the vertex at (2,3) and the pt (0,2) on the parabola, write the equation in standard form.
Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
The standard form of a parabola is

 y = a(x - h)² + k

where the vertex is (h,k)

Substitute (h,k)= (2,3),  (x,y) = (0,2) into 
the standard form:

 y = a(x - h)² + k

 2 = a(0 - 2)² + 3

 2 = a(-2)² + 3

 2 = a(4) + 3

 2 = 4a + 3

-1 = 4a

%28-1%29%2F4 = a

-1%2F4 = a

Substitute a = -1%2F4, h = 2, k = 3 in

 y = a(x - h)² + k

 y = -1%2F4(x - 2)² + 3

 

Edwin