Find the minimum value of x 2 + 2 x y + 3 y 2 − 6 x − 2 y .
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.
Why did you partially differentiate? Can you please explain your method?
Log in to reply
Partial differential helps us to find the slope of the tangent drawn to every point in the graph of f ( x , y ) , or generally any function with multiple inputs . So, basically what he did is that he equated that slope as a function of x and y (which is the partial differential he just calculated ) to 0 , because at minima the slope of the tangent drawn is 0 , by taking differential wrt x and y , and got two linear equations to solve for. I see that you are level 5 in calculus but why have you got this doubt ?
Solved by -b/2a :D
I too used the same method to solve it!
The given expression can be rewritten as ( x + y − 3 ) 2 + 2 ( y + 1 ) 2 − 1 1 And so the minimum value is − 1 1 .
can you show how did you factorized?
Log in to reply
There's no definite method of factorizing such expressions. I tried completing the square and it worked out.
min{x^2+2 x y+3 y^2-6 x-2 y} = -11 at (x, y) = (4, -1)
Problem Loading...
Note Loading...
Set Loading...
In this question, x and y are independent.
So we can partially differentiate it.
Let f ( x , y ) = x 2 + 2 x y + 3 y 2 − 6 x − 2 y
∂ x ∂ f ( x , y ) = 2 x + 2 y − 6 = 0 ⇒ x + y = 3
∂ y ∂ f ( x , y ) = 2 x + 6 y − 2 = 0 ⇒ x + 3 y = 1
Solving both equations, x = 4 and y = − 1 .
Substitute x and y to get minima which is − 1 1