1.Show that f(x) = −x5 −x3 has an inverse by showing that it is strictly monotonic .

2. If f(x) = −x 3 + 1, then find a formula for f−1(x) and then verify that f−1(f(x)) = x and f(f−1(y)) = y
3. If f(x) = 3x5 +x−2, then find (f−1)0(2) by Theorem

1. To show that a function has an inverse, we need to prove that it is strictly monotonic.

To do this for the given function f(x) = -x^5 - x^3, we need to show that the function is either strictly increasing or strictly decreasing.

To prove the function is strictly increasing, we can take the derivative of the function and show that it is always positive. The derivative of f(x) with respect to x is:

f'(x) = -5x^4 - 3x^2

Now, we need to show that f'(x) > 0 for all x. We can do this by considering the sign of f'(x) at different intervals.

Case 1: x < 0
When x is negative, f'(x) = -5x^4 - 3x^2 is always negative since squares are always positive and multiplying a negative number by a positive number gives a negative result.

Case 2: x > 0
When x is positive, f'(x) = -5x^4 - 3x^2 is negative for small values of x, but it becomes positive for larger values of x. This can be seen by observing that the negative term -5x^4 dominates the positive term -3x^2 for large enough values of x.

Based on these cases, we can conclude that f'(x) > 0 for all x, which means that the function is strictly increasing.

Therefore, we have shown that f(x) = -x^5 - x^3 has an inverse by showing that it is strictly monotonic.

2. To find the formula for the inverse function f^-1(x), we need to solve the equation f(x) = y for x and then express x in terms of y.

Let's start with the equation f(x) = -x^3 + 1. We can rewrite this equation as follows:

y = -x^3 + 1

To solve for x, we need to isolate x. First, we subtract 1 from both sides:

y - 1 = -x^3

Next, we multiply both sides by -1:

1 - y = x^3

Now, we can take the cube root of both sides to find x:

x = (1 - y)^(1/3)

Therefore, the formula for the inverse function f^-1(x) is:

f^-1(x) = (1 - x)^(1/3)

To verify that f^-1(f(x)) = x, we substitute f(x) into f^-1(x) and simplify:

f^-1(f(x)) = [1 - f(x)]^(1/3)

Substituting f(x) = -x^3 + 1:

f^-1(f(x)) = [1 - (-x^3 + 1)]^(1/3)
= [x^3]^ (1/3)
= x

This shows that f^-1(f(x)) = x.

To verify that f(f^-1(y)) = y, we substitute f^-1(y) into f(x) and simplify:

f(f^-1(y)) = -[f^-1(y)]^3 + 1

Substituting f^-1(y) = (1 - y)^(1/3):

f(f^-1(y)) = -[(1 - y)^(1/3)]^3 + 1
= -(1 - y) + 1
= -1 + y + 1
= y

This shows that f(f^-1(y)) = y.

Therefore, we have verified that f^-1(x) = (1 - x)^(1/3) is the inverse function of f(x) = -x^3 + 1.

3. To find (f^-1)'(2), we apply the theorem that states (f^-1)'(x) = 1 / (f'(f^-1(x))).

Given the function f(x) = 3x^5 + x^(-2), first we need to find the value of x for which f(x) = 2. This means we want to solve the equation:

2 = 3x^5 + x^(-2)

To solve this equation, we can multiply by x^2 to get rid of the denominator:

2x^2 = 3x^7 + 1

Rearranging the equation, we have:

3x^7 + 1 - 2x^2 = 0

Next, we need to use numerical or graphical methods to approximate the value of x that satisfies the equation. For example, we can use iterative methods like the Newton-Raphson method or use a graphing calculator to find the x-value where the equation equals zero.

Once we find this approximate value for x, say x = a, we can evaluate f'(f^-1(a)).

Then, we can use the formula (f^-1)'(2) = 1 / (f'(f^-1(2))) to calculate the derivative.

By plugging in f^-1(a) into f'(x), evaluating f'(f^-1(a)), and taking the reciprocal, we can find (f^-1)'(2) by Theorem.

Please note that the process may involve numerical approximations and can be complex depending on the form of the function and the desired point.