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 & (-3,2)
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 ( -3, 2), we can substitute -3 for h and 2 for k.
y=a(x-( - 3))^2+ 2 ⇕ y=a(x+3)^2+2
Let's simplify this equation.