Subjects calculus

Absolute Extrema B81707

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** Find the absolute minimum and absolute maximum values of the function $$f(x) = x^3 - 2x^2 - 4x + 1$$ on the closed interval $$[-1, 3]$$. 2. **Formula and rules:** To find absolute extrema on a closed interval, evaluate the function at critical points inside the interval and at the endpoints. 3. **Find critical points:** Compute the derivative: $$f'(x) = 3x^2 - 4x - 4$$ Set derivative equal to zero to find critical points: $$3x^2 - 4x - 4 = 0$$ 4. **Solve quadratic equation:** $$x = \frac{4 \pm \sqrt{(-4)^2 - 4 \cdot 3 \cdot (-4)}}{2 \cdot 3} = \frac{4 \pm \sqrt{16 + 48}}{6} = \frac{4 \pm \sqrt{64}}{6} = \frac{4 \pm 8}{6}$$ 5. **Calculate roots:** $$x_1 = \frac{4 + 8}{6} = \frac{12}{6} = 2$$ $$x_2 = \frac{4 - 8}{6} = \frac{-4}{6} = -\frac{2}{3}$$ 6. **Check if critical points are in the interval:** Both $$-\frac{2}{3}$$ and $$2$$ lie within $$[-1, 3]$$. 7. **Evaluate $$f(x)$$ at critical points and endpoints:** $$f(-1) = (-1)^3 - 2(-1)^2 - 4(-1) + 1 = -1 - 2 + 4 + 1 = 2$$ $$f\left(-\frac{2}{3}\right) = \left(-\frac{2}{3}\right)^3 - 2\left(-\frac{2}{3}\right)^2 - 4\left(-\frac{2}{3}\right) + 1 = -\frac{8}{27} - 2 \cdot \frac{4}{9} + \frac{8}{3} + 1 = -\frac{8}{27} - \frac{8}{9} + \frac{8}{3} + 1$$ Convert to common denominator 27: $$-\frac{8}{27} - \frac{24}{27} + \frac{72}{27} + \frac{27}{27} = \frac{-8 - 24 + 72 + 27}{27} = \frac{67}{27} \approx 2.48$$ $$f(2) = 2^3 - 2 \cdot 2^2 - 4 \cdot 2 + 1 = 8 - 8 - 8 + 1 = -7$$ $$f(3) = 3^3 - 2 \cdot 3^2 - 4 \cdot 3 + 1 = 27 - 18 - 12 + 1 = -2$$ 8. **Determine absolute extrema:** - Absolute maximum is $$f\left(-\frac{2}{3}\right) = \frac{67}{27} \approx 2.48$$ - Absolute minimum is $$f(2) = -7$$ **Final answer:** - Absolute maximum value is $$\boxed{\frac{67}{27}}$$ at $$x = -\frac{2}{3}$$. - Absolute minimum value is $$\boxed{-7}$$ at $$x = 2$$.