Suppose a parabola has vertex (4,7) and also passes through the point (-3,8). What is the equation of the parabola in vertex form?

1 Answer
May 16, 2017

Actually, there are two parabolas (of vertex form) that meet your specifications:

#y = 1/49(x- 4)^2+7# and #x = -7(y-7)^2+4#

Explanation:

There are two vertex forms:

#y = a(x- h)^2+k# and #x = a(y-k)^2+h#

where #(h,k)# is the vertex and the value of "a" can be found by using one other point.

We are given no reason to exclude one of the forms, therefore we substitute the given vertex into both:

#y = a(x- 4)^2+7# and #x = a(y-7)^2+4#

Solve for both values of a using the point #(-3,8)#:

#8 = a_1(-3- 4)^2+7# and #-3 = a_2(8-7)^2+4#

#1 = a_1(-7)^2# and #-7 = a_2(1)^2#

#a_1=1/49# and #a_2=-7#

Here are the two equations:

#y = 1/49(x- 4)^2+7# and #x = -7(y-7)^2+4#

Here is an image containing both parabolas and the two points:
Desmos.com

Please observe that both have the vertex #(4,7)# and both pass through the point #(-3,8)#