Also
\(  L(x_{1}, x_{2}, y_{1}, y_{2},λ_1,λ_2)=\left(x_{1}-x_{2}\right)^{2}+\left(y_{1}-y_{2}\right)^{2} + λ_1(y_{1}-x_{1}^{2} )+λ_2( x_{2}-y_{2}-5)\)
partielle Ableitungen
\(   L_{x_1}  = 2\left(x_{1}-x_{2}\right)  -2x_1λ_1\)
\(  L_{x_2}  = -2\left(x_{1}-x_{2}\right)  + λ_2\)
\(  L_{y_1}  = 2\left(y_{1}-y_{2}\right)  + λ_1\)
\(  L_{y_2}  = -2\left(y_{1}-y_{2}\right)  - λ_2\)
\(  L_{λ_1}  = y_{1}-x_{1}^{2}   \)
\(  L_{λ_2}  =  x_{2}-y_{2}-5  \)
Wenn du alles gleich 0 setzt und die ersten beiden addierst und die 3. und 4. auch gibt es:
\(    -2x_1λ_1 +  λ_2 =0 \)   und  \(   λ_1 - λ_2 =0 \)
Das liefert \(  x_1 = 0,5  \)  und dann \(  y_1 = 0,25  \)   und  \(   λ_1 = λ_2 \)  .
Damit müsste es doch weiter gehen.
Sieht dann so aus: ~plot~ x^2;x-5;-x+0,75 ~plot~