Given the function $f : \mathbb{R}^3 \to \mathbb{R}$ defined by $f(x,\,y,\,z) = (x - 1)^4 - (x - y)^4 - (y - z)^4$ it presents a unique critical point of coordinates $(1,\,1,\,1)$.
Unfortunately, the hessian matrix at that point is null, so you need to make a local $f$ study. The study I find it really complicated. The only interesting thing that I noticed was that $ f (x, \, 1, \, 1) = 0 $: this is enough to say that $(1,\,1,\,1)$ is neither minimum nor maximum for $f$?
Thank you.
No.
We have $f(1,1,1)=0$, $f(1,1,z)=-(1-z)^4$ and $f(x,x,x)=(x-1)^4$.
This shows: in every neighborhood of $(1,1,1)$ the function f has values $> f(1,1,1)$ and values $< f(1,1,1)$.
Hence in $(1,1,1)$ the function $f$ has neither a minimum nor a maximum .