Finding max. and min. values analytically

  • Thread starter Thread starter lp27
  • Start date Start date
  • Tags Tags
    Max
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
2 replies · 5K views
lp27
Messages
4
Reaction score
0

Homework Statement


y = 2x^2-14x


Homework Equations





The Attempt at a Solution


y' = 4x - 14
4x - 14 = 0
x = 14/4
f(14/4) = 2(14/4)^2 - 14 (14/4) = -49/2

I don't know how to continue from there. ((14/4), (-49/2)) is my critical point?
 
Physics news on Phys.org
lp27 said:

Homework Statement


y = 2x^2-14x

Homework Equations


The Attempt at a Solution


y' = 4x - 14
4x - 14 = 0
x = 14/4
f(14/4) = 2(14/4)^2 - 14 (14/4) = -49/2

I don't know how to continue from there. ((14/4), (-49/2)) is my critical point?
there are a couple of steps involved with finding local min/max's:

1) differentiate
2) find f'(x) = 0
3) take values larger and smaller than x | f'(x) = 0 to see if it is a min/max [note: you must do this because you may have f'(x) = 0 without being a min/max]
min: \ /
max : / \
meaning, values less than x | f'(x) = 0 will have negative derivatives if it is a minimum value.. et c .
 
Last edited:
You can also use the second derivative to determine a local maximum or local minimum. At any critical point c, if f''(c) > 0, there is a local minimum at (c, f(c)). If f''(c) < 0, there is a local maximum at (c, f(c)).

For your particular function, you could also notice that its graph is a parabola that opens upward. The only critical point is at the vertex of the parabola.

BTW you should simplify 14/4 to 7/2.