mathlearn
- 331
- 0
Write a quadratic function y whose maximum value is 4 and the axis of symmetry of the graph is x=-2.
Suggestions?
Suggestions?
The discussion focuses on constructing a quadratic function with a maximum value of 4 and an axis of symmetry at x = -2. The vertex form of the quadratic function is given as y(x) = a(x - h)² + k, where the vertex is at (h, k). For the specified conditions, 'a' must be negative to ensure the function opens downward, leading to the function y(x) = -a(x + 2)² + 4, where a > 0. An alternative representation is y(x) = a(x + 2)² + 4, with the condition that a < 0.
PREREQUISITESStudents learning algebra, educators teaching quadratic functions, and anyone interested in mastering the vertex form of quadratic equations.
MarkFL said:Where should the vertex be? Recall the vertex form of a quadratic may be written as:
$$y(x)=a(x-h)^2+k$$
where the vertex is at $(h,k)$. Since the quadratic is to have a maximum, what can we say about $a$?
mathlearn said:Since the quadratic is to have a maximum , 'a' should be a negative.
$$y(x)=-a(x+2)^2+4$$
Correct?