Link to home
Start Free TrialLog in
Avatar of InteractiveMind
InteractiveMindFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Get highest y-axis point of quadratic graph

Hi..

I have this quadratic equation:

   -2x^2 + 5x + 7 = 0

With the help of you lot, I've solved 'x', like so:

   x = -1
   or
   x = 7 / 2

Now, I need to find the *highest*point of the graph (in terms of the y-axis)... Do I need to use trial and error for this? Or can it be solved via algebra?

Regards;
ASKER CERTIFIED SOLUTION
Avatar of snoyes_jw
snoyes_jw
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of InteractiveMind

ASKER

Of course!! So simple!  :-)
..Thank you!
Avatar of mathbiol
mathbiol

InteractiveMind,

snoyes jw gave an ingenious method.  Perhaps you would like to know another method.

Can you differentiate?  (If not, ignore this comment entirely.)  We're looking for an extremum of the parabola, in other words, a place where the slope is zero.  So the first derivative should equal zero.
Let f(x) = -2x^2 + 5x + 7
Then f'(x) = -4x + 5
Now we can set this equal to zero and solve for x.

mathbiol