Nicholas B. answered 04/02/20
Experienced Math Tutor for All Levels
Hi Danielle,
The extreme value theorem guarantees us that we must be able to find the absolute max and min of a continuous function on a closed interval. The first thing we need to do is find the critical points, to do this we need to take the derivative, set it equal to zero, and find what values of x it is true.
f(x) = 2/x + 3ln(x) → derivative → →f'(x) = -2/x2 + 3/x = 0 → solve for x → x = 2/3
Now, if we think about what our function looks like, I think it is safe to assume that x = 2/3 is in fact a min, not a max; let's convince ourselves of this just to be sure. To do this we need to create 2 intervals, one on the left 2/3 and one on the right:
1/2 < x < 2/3 & 2/3 < x < e
We first need to pick a point in the left interval and plug it into the derivative, let's use x = 3/5:
f'(3/5) ≈ -.55
Since -.55 < 0, we know that the function is decreasing on this interval. Now we need to test the right interval, for this let's use x = 9/10:
f'(9/10) ≈ 0.86
Since 0.86 > 0, we know that the function is increasing on this interval.
We see that the interval on the left is decreasing and the interval on the right is increasing, this means that at x = 2/3 we must have the absolute minimum over the interval from [1/2, e]. Now, all that's left is to plug this value back into the original function.
f(2/3) ≈ 1.7836
We now wind up with our result that the minimum value of the function is 1.7836