Problem:
Find the maximum value of $f(x) = x^3-3x$ on the set of all real numbers $x$ satisfying $x^4+36 \le 13x^2$.
I made a graph of $f(x)$ (but I don't know how to show it here).
I know that the solution set of the inequality is $-3\le x \le -2$ and $2 \le x \le 3$, but after that I am a bit lost.
Do I just plug in the value of those solution sets of the inequality to find which one is largest for $f(x)$?
Since $x$ must satisfy $x^4 + 36 \leq 13x^2$, we get the solution set $-3 \leq x \leq -2$ and $2 \leq x \leq 3$, or $x \in [-3,-2]\cup[2,3]$.
If $f(x)$ is continuous on a closed and bounded interval, then by the extreme value theorem the maximum of $f$ exists. It is either a local maximum in the interior of the domain, or it lies on the boundary of the domain.
I suggest that you find $f'(x)$, see if $f'(x) = 0$ for any $x$ in your domain. If not, the maximum lies on the boundary (i.e. $x = -2, x = -3,x = 2$ or $x = 3$).
Hope that helps!