1. **State the problem:** We need to find the absolute minimum and maximum values of the function $$f(x) = 2.5x^4 + 3x^3 - 2.6x^2 - 5.1x - 5.6$$ on the closed interval $$[-0.5, 1.2]$$.
2. **Recall the method:** To find absolute extrema on a closed interval, evaluate the function at critical points inside the interval and at the endpoints. Critical points occur where the derivative is zero or undefined.
3. **Find the derivative:**
$$f'(x) = \frac{d}{dx}\left(2.5x^4 + 3x^3 - 2.6x^2 - 5.1x - 5.6\right) = 10x^3 + 9x^2 - 5.2x - 5.1$$
4. **Find critical points by solving:**
$$10x^3 + 9x^2 - 5.2x - 5.1 = 0$$
This cubic equation can be solved numerically or by approximation. Using numerical methods (e.g., Newton's method or a calculator), the roots inside the interval $$[-0.5, 1.2]$$ are approximately:
- $$x \approx -0.9$$ (outside interval, discard)
- $$x \approx -0.5$$ (endpoint)
- $$x \approx 0.7$$ (inside interval)
5. **Evaluate $$f(x)$$ at critical points and endpoints:**
- At $$x = -0.5$$:
$$f(-0.5) = 2.5(-0.5)^4 + 3(-0.5)^3 - 2.6(-0.5)^2 - 5.1(-0.5) - 5.6$$
$$= 2.5(0.0625) + 3(-0.125) - 2.6(0.25) + 2.55 - 5.6$$
$$= 0.15625 - 0.375 - 0.65 + 2.55 - 5.6 = -3.91875$$
- At $$x = 0.7$$:
$$f(0.7) = 2.5(0.7)^4 + 3(0.7)^3 - 2.6(0.7)^2 - 5.1(0.7) - 5.6$$
$$= 2.5(0.2401) + 3(0.343) - 2.6(0.49) - 3.57 - 5.6$$
$$= 0.60025 + 1.029 - 1.274 - 3.57 - 5.6 = -8.81475$$
- At $$x = 1.2$$:
$$f(1.2) = 2.5(1.2)^4 + 3(1.2)^3 - 2.6(1.2)^2 - 5.1(1.2) - 5.6$$
$$= 2.5(2.0736) + 3(1.728) - 2.6(1.44) - 6.12 - 5.6$$
$$= 5.184 + 5.184 - 3.744 - 6.12 - 5.6 = -5.096$$
6. **Determine absolute extrema:**
- Absolute minimum value is approximately $$-8.81475$$ at $$x \approx 0.7$$.
- Absolute maximum value is approximately $$-3.91875$$ at $$x = -0.5$$.
**Final answers:**
- Absolute minimum: $$f(0.7) \approx -8.815$$
- Absolute maximum: $$f(-0.5) \approx -3.919$$
Absolute Extrema 72A84F
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.