
Norbert W. answered 07/12/16
Tutor
4.4
(5)
Math and Computer Language Tutor
f(x)=2*x2+x*y+2*y2+6*y+7
= (2*x2 + x*y) + 2*y2 + 6*y + 7
= 2*(x2 + x*y/2) + 2*y2 + 6*y + 7
= 2*(x + y/4)2 - y2/8 + 2*y2 + 6*y + 7 = 2*(x + y/4)2 + (15/8)*y2 + 6*y + 7
= 2*(x + y/4)2 + (15/8)* (y2 + (16/5)*y) + 7
= 2*(x + y/4)2 + (15/8)* (y + 8/5)2 - (24/5) + 7
= 2*(x + y/4)2 + (15/8)* (y + 8/5)2 + (11/5)
∴ Since f(x) is the same as the sum of two squares and a constant term, if the values of the two squares can be made zero then f(x) has a minimum that is the same as the constant term.
The square terms become zero when (x + y/4) = 0 and (y + 8/5) = 0
∴ y = -8/5 = -1.6 and x = -y/4 = 2/5 = 0.4
The minimum value of f(x) = 11/5 = 2.2
Norbert W.
07/09/16