Finding Extreme Values: Closed vs. Open Intervals

  • Thread starter Thread starter donjt81
  • Start date Start date
donjt81
Messages
70
Reaction score
0
So I know how to find extreme value when it is a closed interval
for example

f(x) = x^2 - 1, -1 <= x <= 2
in this i would first find the critical point. and then i would compare f(critical point) and f(-1) and f(2) and then find the maximum and minimum values that way.

but my question is how to find extreme values when it is not a closed interval. Right now what I am doing is I plot the graph on my calculator and look at the max and the minimum values. But i am sure that's not the correct way of doing it. I'm sure there is some way to find the max and the min algebraically.

here is an example of a problem without closed intervals
f(x) = 2x^2 - 8x + 9

Thanks in advance
 
Physics news on Phys.org
anyone...?
 
Have you tried the second derivative test?
 
A continuous function does not necessarily HAVE a maximum or minimum on an open interval. Start in exactly the way you did for a closed interval. Find the critical points, evaluate at those critical points and the end points. The difference is: if the value at one end point is larger than at any of the critical points, the function does NOT have a maximum in that interval. If the value at one end point is smaller than at any of the critical points, the function does NOT have a minimum in that interval.

(I'm assuming that the function is continuous at both end point.)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top