SOLUTION: The graph of a quadratic function f(x) is shown above. It has a vertex at (-2,3) and passes the point (0,1). Find the quadratic function.
Algebra ->
Functions
-> SOLUTION: The graph of a quadratic function f(x) is shown above. It has a vertex at (-2,3) and passes the point (0,1). Find the quadratic function.
Log On
Question 354959: The graph of a quadratic function f(x) is shown above. It has a vertex at (-2,3) and passes the point (0,1). Find the quadratic function. Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! Hi,
.
*Note: the vertex form of an equation of a parabola y = a(x - h)^2 + k where (h,k) is the vertex
.
vertex at (-2,3)
y = a(x -(-2) + 3
y = a(x + 2) + 3
.
Point (0,1) on the parabola
1 = a(0+2) + 3
1 = 2a +3
-2 = 2a
.
a = -1 parabola opens downward (vertex is a maximum. Range is (,)
.
y = -(x + 2)^2 + 3