> zoomgraph:=plot(f(x), x=-2..-1,y=-0.2..-0.15, color=blue, thickness=2):

> localmin:=point([-sqrt(2),f(-sqrt(2))],symbol=circle,color=red):

> display(zoomgraph,localmin);

[Plot]

>