Find the maximum and minimum of Qx x12 2x22 3x32 in the r
Find the maximum and minimum of Q(x) = x_1^2 + 2x_2^2 + 3x_3^2 in the region D = {x R^3: x^T x = x_1^2 + x_2^2 + x_3^2 = 1}, and find a unit vector at which the maximum and the minimum are attained, respectively.
Solution
Q(x1, x2, x3) = x12 + 2x22 +3x32
Q(x1) = 2x1
Q(x2) = 4x2
Q(x3) = 6x3
g(x1, x2 , x3) = x12 + x22 + x32 = 1 -------- (1)
g(x1 ) = 2x1
g(x2) = 2x2
g(x3) = 2x3
Using Lagrange multipliers,
Qx1 = gx1
2x1 = 2x1
Qx2 = gx2
4x2 = 2x2
Qx3 = gx3
6x3 = 2x3
Lets consider the cases,
case1 : = 0
x1 = x2 = x3 = 0
case 2 : not equal to zero,
x1 , x2 and x3 have finite values,
a) if x1 = 0
Then by 1
x2 = +-1
x3 = +-1
critical points are : (0,1,1) or(0,1, -1)
But no such critical points exists for solution ,
Hence, we are considering (1,1,1) as critical point
Max value = 1
Min value =1
vector = i + j + k

