how do I find the relative maximum and minimum values of x^4-x^3-7x^2+x+6

Hmm. This is tough using only algebra. You can get a solution graphically by checking for where the graph changes direction.

This will show that we have

min at (-1.57,-2.88)
max at (0.07,6.04)
min at (2.25,-12.95)

x-3

____
-2x-3

To find the relative maximum and minimum values of a function, we first need to find the critical points by taking the derivative of the function and solving for when it equals zero. Then, we can use the second derivative test to determine whether each critical point is a relative maximum or minimum.

Step 1: Find the derivative of the function.
Let's find the derivative of f(x) = x^4 - x^3 - 7x^2 + x + 6. We can do this by applying the power rule to each term:
f'(x) = 4x^3 - 3x^2 - 14x + 1

Step 2: Set the derivative equal to zero to find the critical points.
Now, we solve the equation 4x^3 - 3x^2 - 14x + 1 = 0 for x. This will help us find the x-values where the slope of the function is zero (critical points).
Unfortunately, this equation may not be easily factored or solved algebraically. In such cases, numerical methods or calculator/graphing technology can be helpful. Options include factoring, completing the square, using the quadratic formula, or employing numerical approximation techniques like Newton's method or the bisection method.

Step 3: Determine the nature of the critical points using the second derivative test.
To apply the second derivative test, we must find the second derivative of f(x) and evaluate it at each critical point.

Starting with f'(x) = 4x^3 - 3x^2 - 14x + 1, we differentiate again to find the second derivative:
f''(x) = 12x^2 - 6x - 14

Evaluate f''(x) at each critical point obtained in step 2.

If f''(x) > 0 at a critical point, then the point corresponds to a relative minimum.
If f''(x) < 0 at a critical point, then the point corresponds to a relative maximum.
If f''(x) = 0 at a critical point, then the second derivative test is inconclusive, and other methods (such as the first derivative test or further analysis) may be needed to determine the nature of the point.

By determining the nature of each critical point using the second derivative test, we can identify the relative maximum and minimum values of the function within the given interval.