If , what is the minimal value of
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Disclaimer: I haven't formally learned multivariable calculus, so there may be some technicalities I miss in this section.
Let's define a function f ( a , b ) :
f ( a , b ) = a 2 + 2 a b 1 + a ( a − 2 b ) 1
We will now take the partial derivatives of f with respect to a and b , set both equal to 0 and solve the system of equations.
∂ a ∂ f ∂ b ∂ f = 2 a − 2 a 2 b 1 − ( a 2 − 2 a b ) 2 2 a − 2 b = − 2 a b 2 1 + ( a 2 − 2 a b ) 2 2 a
{ 2 a − 2 a 2 b 1 − ( a 2 − 2 a b ) 2 2 a − 2 b = 0 − 2 a b 2 1 + ( a 2 − 2 a b ) 2 a 2 = 0
After solving, we get that a = 2 and b = 4 2 . Then, f ( 2 , 4 2 ) = 4