[Math] Finding standard equation of parabola with only one vertext coordinate

conic sections

I can't seem to figure this problem out, there doesn't seem to be enough information.

Find the standard equation of the parabola that has a vertical axis
that has $x$-intercepts $-5$ and $3$ and has a lowest point with a $y$-coordinate of $-7$.

I could either do $0 = a(-5 -h)^2 -7$ or $0 = a(3 – h)^2 – 7$ but either way it seems like I don't have enough information. I guess I could just find $a$ in terms of $h$ or viceversa but I feel like there is an easier solution. Any advice?

Best Answer

Use the general equation $y=a(x-h)^2+k$, where $(h,k)$ are the coordinates of the vertex.

You already know that the $y$-coordinate of the vertex is $k=-7$. The $x$-coordinate of the vertex, $h$, is given to you indirectly: it is by symmetry the midpoint of the $x$-intercepts. So, find the value of $h$ using this and then substitute the known values of $h$ and $k$ into the general equation.

This still leaves you the unknown $a$. But, you know that the point $(3,0)$ is on the parabola, and you can substitute $x=3$ and $y=0$ into your equation and solve for $a$.

Related Question