FindMinimum

WMA link


FindMinimum[f, {x, $x_0$}]

searches for a numerical minimum of f, starting from x=$x_0$.

FindMinimum by default uses Newton's method, so the function of interest should have a first derivative.

For a not so well behaving function, the result can be less accurate:

FindMaximum
FindRoot