f(x, y) = - 1/(x + 1) + y^2 - 2 + 20·x
f(x, y) = 20·x - 1/(x + 1) - 2 + y^2
f(x, y) = g(x) + h(y)
mit
g(x) = 20·x - 1/(x + 1) - 2
h(y) = y^2
Du kannst sowohl g(x) als auch h(x) im Intervall 0 <= x <= 10 auf Minima und Maxima untersuchen.
g'(x) = 1/(x + 1)^2 + 20 --> Im Intervall [0; 10] streng monoton steigend
g(0) = -3 --> Globales Minimum
g(10) = 2177/11 = 197.9 --> Globales Maximum
h(y) = y^2
h(0) = 0 --> Globales Minimum
kein Globales Maximum und auch keine Beschränkung nach oben.