How to find global min and max of $2x^2+\cos(2x)$

107 Views Asked by At

It is bounded between $\pi/2$ and $2\pi$.

Is the mean value theroem involved in solving this? Any help will be appreciated. Thanks in advance.

2

There are 2 best solutions below

1
On

HINT: All minimums/maximums must be critical points. Critical points are where the derivative is equal to $0$. I don't think you need the mean value theorem for this.

Start by finding the derivative for the function $y = 2x^2 + \cos(2x)$.

Set $y' = 0$, and solve for x.

Then, you can plug those values (if there are multiple) back in to your first equation to find your maximum and minimum. Note that intuitively you can figure out that there is no maximum.

0
On

For $x>0$ the function is monotonically increasing. You can check this by differentiation and noting that there are no zeros in that range and that a bigger value of $x$ (for instance $2\pi$) leads to a bigger function-value.

Thus the minimum is at $\pi/2$ and the maximum is at $2\pi$.