Extreme values of $f(x, y)=\frac{(x+y)^{2}}{2}+\frac{(x-y)^{3}}{3}$ on $D=\left\{(x, y) \in \mathbb{R}^{2}:|y| \leq 1-|x|\right\}$
I resolved by taking the partial derivatives and computing the Hessian matrix, so $(0,0)$ is a saddle point.
For the first edge I tried to parametrize $D$ $$\begin{cases}x=1-t\\y=t\end{cases}$$ and resolve for $f(x,y)$: $$f(t) = \frac{1}{2} + \frac{(2t-1)^3}{3}$$ $$f'(t)=4t-2=0 \implies t=\frac{1}{2}$$ and follows that $\left(\frac{1}{2},\frac{1}{2}\right)$ could be and extreme.
It's clear that $(1,0)$ is a max value, but I can't find it. Can someone help me out in this?