How to write the quadratic function.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
mathlearn
Messages
331
Reaction score
0
Write a quadratic function y whose maximum value is 4 and the axis of symmetry of the graph is x=-2.

Suggestions?
 
Mathematics news on Phys.org
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$?
 
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$?

Since the quadratic is to have a maximum , 'a' should be a negative.

$$y(x)=-a(x+2)^2+4$$

Correct?
 
mathlearn said:
Since the quadratic is to have a maximum , 'a' should be a negative.

$$y(x)=-a(x+2)^2+4$$

Correct?

Yes, as long as $0<a$, then you have correctly given the family of quadratics that meet the stated criteria. :D

Alternately, you could state:

$$y(x)=a(x+2)^2+4$$ where $a<0$.
 
Thank you very much :)