Michael K. answered 03/25/21
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
Global max/min is the say as a local max/min but need to look at the endpoints as well.
f(x) = x9 - 2x
f'(x) = 9x8 - 2 = 0 (find the critical points)
x8 = 2/9
x = (2/9)1/8 ~ +/- 0.8286 (we can throw away the negative answer since it is outside our bounds)
f"(x) --> tells us about concavity: if f"(x) < 0 (max), if f"(x) > 0 (min)
f"(x) = 72x7
f"(x=0.8286) = positive number (i.e. minimum)
f(x=0.8286) ~ -1.473
Therefore let's now check the endpoints:
f(x=0) = 0
f(x=2.4) = 2637.008
So the global maximum would be f(x=2.4) --> (2.4, 2637.008)
The global minimum would be the same as the local minimum f(0.8286) ~ -1.473 --> (0.8286,-1.473)