User Portlet User Portlet

Discussions
How do you make a function composition that has a built in function like Maximize inside? For a simple example say with Minimize, let f[x_]:=x^2 min[x_]:=Minimize[f[x]] Something of this idea (obviously not syntax correct, I cant find...
Say I have a simple function and I want to find its minimum for different parameters (an optimization problem), how do I do that? http://puu.sh/Adkbi/04dbda4dd3.png This for instance, I don't care about complex roots I want it to show all reals, how...