Question 996744
 find all critical points and global extremes of the functions on the given intervals.
1. f(x) = x3 – 3x + 5 on the entire real number line.
{{{graph(400,400,-10,10,-10,10,x^3-3x+5)}}}
-----
f'(x) = 3x^2 - 3
Sove for "x"::
3x^2 - 3 = 0
3(x^2-1) = 0
x = 1 or x = -1
---
f"(x) = 6x
f"(1) = 6 so (1,f(1)) is a local minimum at x = 1.
f'(-1) = -6 so (-1,f(-1)) is a local maximum at x = -1
No global max or min
------------------
2. f(x) = x3 – 3x + 5 on [ –2, 1]

f(-1) = (-1)+3+5 = 7 (global max)
f(1) = 1-3+5 = 3 ( global min)
f(-2) = -8+6+5 = 3
f(1) = 3  
---
Cheers,
Stan H.
----------