vertex is half way between the directrix and focus.
The parabola opens downward. vertex has the same x value as the focus, 6
Its y value is the average of 11/2 and 9/2 or 10/2=5 vertex is (6,5)
Find the zeroes, Let y = 0 and solve the function for x. a=-1/2, it has a negative sign when the parabola opens downward.
0=a(x-6)2+5
x= approximately 2.84 and 9.16, the two x-intercepts, where the parabola intersects the x-axis
The general form of the parabola equation is y-k=a(x-h)2 which could be written as y=a(x-h)2+k. Since
the vertex is (h,k) = (6,5), plug those in and you have y=a(x-6)2+5. As a=-1/2, that leaves
y=(-1/2)(x-6)2+5
Find a few more points to sketch the graph, such as the y-intercept. That's when x=0. plug that value in and you get y=(-1/2)(0-6)2+5. or y=-13, the point (0,-13)
Sketch a smooth curve through the y-intercept (0,-13) through the first x-intercept (2.84,0) then rounding
through the maximum point, the vertex, (6,5), then back down through the 2nd x-intercept, (9.16,0)
the parabola graph is symmetric about x=6, so the right side should be a mirror image of the left side of x=6.
One way to find the parabola equation is from the definition of a parabola: It's the locus or set of all points (x,y) such that the distance from (x,y) to the focus is the same as the distance from (x,y) to the directrix.
The distance to the directrix from any point (x,y) on the parabola is (11/2)-y It's just the vertical distance from the point to the line. Take the x-intercept point (2.84,0), it's distance to the directrix is 5.5-0=5.5. Square it and you have 5.52 = 30.25
That 30.25 will also equal the distance squared from the x-intercept to the focus (6,9/2)
the distance squared = (difference in x values)2 + (difference in y values)2
30.25 = (2.84-6)2+(0-4.5)2 = 10+20.25 = 30.25
the same holds in general for any point (x,y) on the parabola
(y-5.5)2= (x-6)2+(y-4.5)2
expand the above and simplify gives
y=(-1/2)x2+6x-13
or y=(-1/2)( x2-6)2+5 in the y=a(x-h)2+k general form using the vertex point (6,5)