1.Determine the maximum value of the function f(x)= 5^x -x^5 on the interval 0≤x≤≤2.

2. Determine the minimum value of the function f(x)= e^(-x) - 2e^x on the interval -1≤x≤2.

you know that any local min/max must occur where f' = 0.

f' = ln5 * 5^x - 4x^2
That occurs at about x=-.5 and 1.24
So, check f(x) at the endpoints of the interval, and at those two values.

Looks to me like max is at x=1.24, min at x=2

Treat the other similarly.

To find the maximum value of a function, we need to find the critical points and test them along with the endpoints of the given interval.

1. For the function f(x) = 5^x - x^5, let's find the critical points by taking the derivative and setting it equal to zero:

f'(x) = 5^x * ln(5) - 5x^4

Setting f'(x) = 0, we get:

5^x * ln(5) - 5x^4 = 0

We cannot easily solve this equation algebraically, so let's use numerical methods or graphing calculator to find the critical points. By evaluating the derivative at different values of x, we can find that there is only one critical point at x ≈ 0.7.

Next, we need to evaluate f(x) at the endpoints of the interval and the critical point to find the maximum value.

f(0) = 5^0 - 0^5 = 1 - 0 = 1
f(2) = 5^2 - 2^5 = 25 - 32 = -7
f(0.7) ≈ 5^0.7 - 0.7^5 ≈ 3.82

Comparing these values, we see that the maximum value of the function f(x) on the interval 0 ≤ x ≤ 2 is approximately 3.82 at x ≈ 0.7.

2. For the function f(x) = e^(-x) - 2e^x, let's find the critical points by taking the derivative and setting it equal to zero:

f'(x) = -e^(-x) - 2e^x

Setting f'(x) = 0, we get:

-e^(-x) - 2e^x = 0

Simplifying, we have:

e^(-x) = -2e^x

Again, we cannot easily solve this equation algebraically. So, we need to use numerical methods or a graphing calculator to find the critical points. By evaluating the derivative at different values of x, we can see that there are no critical points in the interval -1 ≤ x ≤ 2.

Next, we need to evaluate f(x) at the endpoints of the interval to find the minimum value.

f(-1) = e^(1) - 2e^(-1) ≈ 0.37 - 0.73 ≈ -0.36
f(2) = e^(-2) - 2e^(2) ≈ 0.14 - 7.39 ≈ -7.25

Comparing these values, we see that the minimum value of the function f(x) on the interval -1 ≤ x ≤ 2 is approximately -7.25 at x = 2.

To determine the maximum value of a function, we need to find its critical points and evaluate the function at those points as well as at the endpoints of the interval. The highest value among these will be the maximum value on the given interval.

1. To find the critical points of the function f(x) = 5^x - x^5, we need to find where the derivative of the function equals zero or is undefined. Taking the derivative of f(x) with respect to x, we get:

f'(x) = (ln(5))(5^x) - 5x^4

Setting f'(x) equal to zero and solving for x:

(ln(5))(5^x) - 5x^4 = 0

Unfortunately, there is no simple algebraic solution for this equation, so we need to solve it numerically. However, we can determine that f'(x) is always defined for any x in the interval (0, 2).

Next, evaluate f(x) at the critical points, as well as at the endpoints of the interval (0 and 2). Plug in these values of x into the function f(x) = 5^x - x^5 and calculate f(x) for each:

f(0) = 5^0 - 0^5 = 1
f(2) = 5^2 - 2^5 ≈ 25 - 32 = -7
f(critical points)

By comparing the values obtained, we can determine that the maximum value of f(x) on the interval 0 ≤ x ≤ 2 is 1.

2. To find the minimum value of the function f(x) = e^(-x) - 2e^x on the interval -1 ≤ x ≤ 2, we follow a similar process.

Take the derivative of f(x) with respect to x:

f'(x) = -e^(-x) - 2e^x

Setting f'(x) equal to zero and solving for x:

-e^(-x) - 2e^x = 0

Multiplying through by e^x:

-e^(-x)e^x - 2e^xe^x = 0
-1 - 2e^(2x) = 0

Again, there is no simple algebraic solution for this equation, so we need to solve it numerically. However, we can determine that f'(x) is always defined for any x in the interval (-1, 2).

Next, evaluate f(x) at the critical points, as well as at the endpoints of the interval (-1 and 2). Plug in these values of x into the function f(x) = e^(-x) - 2e^x and calculate f(x) for each:

f(-1) = e^1 - 2e^(-1) ≈ 2.72 - 1.36 ≈ 1.36
f(2) = e^(-2) - 2e^2 ≈ 0.135 - 14.78 ≈ -14.65
f(critical points)

By comparing the values obtained, we can determine that the minimum value of f(x) on the interval -1 ≤ x ≤ 2 is approximately -14.65.