AFNequation said:
find the absolute maximum and absolute minimum (if any) for the given function :
f(x)= 2x + 32/x ; when x > 0I tried to solve it but I'm not sure if its a maxima or minima, here are my try :
f(x)= 2x + 32/x
f'(x)= 2-32/x^2
2-32/x^2=0
2u^2=32
u^2=16
u=4 or - 4
-4 is not included cause x > 0
f(4)= 2(4) + 32/4
f(4)= 8 + 8
f(4)= 16
(4, 16) but I'm not sure if it an absolute maximum or minimum?
are my steps correct ?
Let's take a step back and recall something important.
A function is guaranteed to have an absolute maximum and an absolute minimum on a closed and bounded (aka compact) interval [a,b] if it is continuous everywhere in that interval.
Now, your function is continuous for all x > 0, but you are looking for a maximum and minimum on the interval (0, infinity), and this interval is NOT compact. Therefore the function is NOT guaranteed to have either a maximum or a minimum on that interval!
In fact, it certainly has no absolute maximum: if you plug in increasingly smaller numbers for x, then 2x gets closer and closer to 0, but 32/x gets larger and larger without bound! Similarly, if you pick x larger and larger, 32/x gets closer and closer to zero, but 2x grows without bound. Thus I could make f(x) equal a trillion or a googol or any big number I like if I choose a small enough x or a large enough x.
So at best you can hope to find an absolute minimum.
To verify that an absolute maximum does exist, let's pick x1 and x2 so that
f(x1) \geq 1000000000000 for 0 \leq x < x1 or x > x2
Then [x1,x2] is a compact interval, and f is continuous at every point in that interval, so it has an absolute minimum (and absolute maximum) when restricted to that interval. As long as the absolute minimum on [x1,x2] is less than 1000000000000, then it is also the absolute minimum on all of (0,\infty).
Since f is also differentiable on all of [x1,x2], you can now proceed with the usual first and second derivative tests (along with checking the endpoints) to find the absolute max and min on [x1,x2].