u(x,y,z) = y2 + x3 * z und meine Nebenbedingungen sind
1. x+y+z = 20 und 2. y=4
x + 4 + z = 20
x + z = 16
z = 16 - x
u(x,y,z) = y2 + x3 * z
u(x) = 4 2 + x3 * ( 16 - x )
u ( x ) = 16 + 16 * x3 - x4
u ´ (x ) = 48 * x2 - 4 * x3
48 * x2 - 4 * x3 = 0
x2 * ( 48 - 4x ) = 0
x = 0
z = 16 - x = 16
( 0, 4, 16 )
und
x = 12
z = 16 - x = 4
( 12, 4, 4 )
Ableitungen in x - Richtung
u(x,y,z) = y2 + x3 * z
u ´= 3 * x2
u ´´= 6 * x
u ´´ ( 0 ) = 0
u ´´ ( 12 ) = 72 ( Tiefpunkt )
Ableitungen in y - Richtung
u ´ = 2 * y
u ´´( y ) = 2 ( Tiefpunkt )
Weiter komme ich auch nicht.