Question
Find the minimum and maximum of an exponential function on a closed interval
Original question: When has the minimum value at and the maximum value at , find .
Expert Verified Solution
Key concept: Because the base is , the function increases wherever the exponent increases. That means you do not need to differentiate the whole exponential expression if you can first study the quadratic in the exponent.
Step by step
We have
Since , minimizing or maximizing is the same as minimizing or maximizing the exponent
Step 1: Find the minimum
Because ,
with equality at . So the minimum value is
and the minimum occurs at
Step 2: Find the maximum on
The quadratic opens upward, so the maximum on a closed interval occurs at an endpoint.
Compute:
So the maximum occurs at , hence
\qquad M=3^{10}.$$ Therefore, $$m+b=3+2=5.$$ **Answer: $5$**. ### Pitfall alert Do not take the derivative of $3^{x^2+2x+2}$ and then overthink it. Here the exponent is a simple quadratic, so completing the square is faster and cleaner. Also, remember that for a base greater than 1, the exponential keeps the same order as its exponent. ### Try different conditions If the base were $0<k<1$ instead of $3$, then the function would reverse the ordering of the exponent: the smallest exponent would give the largest function value. If the interval were open, the maximum might not exist at all, while the minimum would still occur at $x=-1$ because it lies inside the interval. ### Further reading completing the square, endpoint test, monotonic exponentialFAQ
How do you find extrema of an exponential function on a closed interval?
If the base is greater than 1, compare the exponent instead of the whole function. Then check the critical point and the endpoints.
Why is completing the square helpful here?
It rewrites the exponent as (x+1)^2+1, making the minimum point visible immediately.