| 1. | Find the critical numbers of f in (a, b). |
| 2. | Evaluate f at each critical number in (a, b). |
| 3. | Evaluate f at each endpoint of [a, b]. |
| 4. | The least of these values is the min and the greatest is the max. |
| Left Endpoint | Critical Number | Critical Number | Right Endpoint |
| f(-1) = -7 | f(0) = 0 | f(16/9) = -23.1 | f(2) = -40 |
| Maximum | Minimum |
| Point | Sign of f '' | Conclusion |
|---|---|---|
| (-1, -2) | f ''(-1) = 30 > 0 | Relative minimum |
| (0, 0) | f ''(0) = 0 = 0 | Test Fails |
| (1, 2) | f ''(1) = -30 < 0 | Relative max |

