We are given a quadratic function and its vertex, and want to find the values of a and b.
Function & Vertex
y=ax^2+bx+8 & (2,-4)
To do so, we will use the vertex form of a quadratic function.
y=a(x- h)^2+ kIn this form, the vertex is ( h, k). Since we know the vertex of our function is ( 2, -4), we can substitute 2 for h and -4 for k.
y=a(x- 2)^2+( -4) ⇕ y=a(x-2)^2-4
Let's simplify this equation.