How can I find the minimum value of xy given certain conditions?

In summary, the conversation discusses a problem asking to find the minimum value of $xy$ given certain conditions and real numbers $x, y,$ and $z$. Different methods such as Lagrange multipliers and algebraic approaches are suggested, and one participant shares their admiration for another participant's skills in mathematics. Ultimately, Lagrange multipliers are proposed as a possible solution and the conversation ends with plans to learn more about this concept.
  • #1
anemone
Gold Member
MHB
POTW Director
3,883
115
Hi MHB,

I've found an interesting and difficult (at least for me) problem which asks us to find the minimum value of $xy$ and no matter how serious that I tried, I couldn't get myself out of the misery of finding what the question wanted. Could anyone help?

Problem:

Find the minimum value of $xy$, given that $x^2+y^2+z^2=7$, $xy+xz+yz=4$, and $x, y$ and $z$ are real numbers.
 
Mathematics news on Phys.org
  • #2
anemone said:
Hi MHB,

I've found an interesting and difficult (at least for me) problem which asks us to find the minimum value of $xy$ and no matter how serious that I tried, I couldn't get myself out of the misery of finding what the question wanted. Could anyone help?

Problem:

Find the minimum value of $xy$, given that $x^2+y^2+z^2=7$, $xy+xz+yz=4$, and $x, y$ and $z$ are real numbers.

It is a classical problem of the search of the minimum of a function $\displaystyle f(x,y)$ under the condition $\displaystyle g(x,y)=0$. In Your case is $\displaystyle f(x,y)= x\ y$ and g(*,*) is derived solving the system... $\displaystyle x^2+y^2+z^2=7,\ xy+xz+yz=4\ \implies g(x,y)= x^{2} + y^{2} + \frac{(4 - x\ y)^{2}}{(x+y)^{2}} - 7\ (1)$

The standard approach uses Lagrange multipliers...

Kind regards$\chi$ $\sigma$
 
  • #3
Perhaps could be useful an algebraic approach. Using simultaneous diagonalization of quadratic forms, there exists an orthogonal matrix $P\in\mathbb{R}^{3\times 3}$ such that $X=PU$ with $X=(x,y,z)^T$ and $U=(u,v,w)^T$ transforms $D\equiv\left \{ \begin{matrix} x^2+y^2+z^2=7 \\xy+xz+yz=4\end{matrix}\right.$ into $D'\equiv\left \{ \begin{matrix} u^2+v^2+w^2=7 \\2u^2-v^2-w^2=8\end{matrix}\right.$ so, necessarily $u^2=15,$ etc.
 
  • #4
anemone said:
Find the minimum value of $xy$, given that $x^2+y^2+z^2=7$, $xy+xz+yz=4$, and $x, y$ and $z$ are real numbers.
First, the minimum value of $xy$ must be positive, because if $xy\leqslant 0$ then $(x+y)z\geqslant 4$. So $(x+y)^2\geqslant\dfrac{16}{z^2}$, and $$7-z^2 = x^2+y^2 = (x+y)^2 - 2xy \geqslant (x+y)^2 \geqslant \frac{16}{z^2}.$$ Thus $z^2 + \dfrac{16}{z^2} \leqslant 7$. But that cannot happen, because the minimum value of $z^2 + \dfrac{16}{z^2}$ is $8$ (occurring when $z^2 = 4$).

So we may assume that $xy>0$. Let $u = \sqrt{xy}$ and $v = x+y$. Then we can write the equations as $v^2-2u^2 + z^2 = 7$, $vz+u^2=4$. Therefore $v^2 - 2(4-vz) + z^2 = 7,$ so $(v+z)^2 = 15$. But $vz\leqslant\bigl(\frac12(v+z)\bigr)^2 = \frac{15}4.$ Therefore $xy = u^2 \geqslant 4-\frac{15}4 = \frac14$.

To see that the minimum value $xy=\frac14$ is attained, check that if $x= \frac14(\sqrt{15} + \sqrt{11})$, $y= \frac14(\sqrt{15} - \sqrt{11})$ and $z= \frac12\sqrt{15}$, then the original equations are satisfied, and $xy = \frac14$.

To obtain those values for $x$, $y$ and $z$, notice that the previous equations imply that to attain the minimum value $\frac14$ for $u$, we must have $v=z=\frac12\sqrt{15}$. In terms of $x$ and $y$, this says that $x+y = \frac12\sqrt{15}$. Also, $xy = \frac14$. This means that $x$ and $y$ are the roots of the quadratic equation $\lambda^2 - \frac12\sqrt{15}\lambda + \frac14 = 0$, giving the values for $x$ and $y$ listed above.
 
  • #5
Let me show you how the method of the Lagrange Multipliers would work.
You will probably learn it sooner or later anyway and it may interest you.

We'll define the function $F(x,y,z,\lambda,\mu)$ as follows:
$$F(x,y,z,\lambda,\mu) = xy + \lambda(x^2+y^2+z^2-7) + \mu(xy+xz+yz-4)$$

What you want to find is the extremum of $F$.
To find it, you need to calculate each of the partial derivatives and set each of them to zero.
That is:
\begin{array}{lclcl}
\frac{\partial F}{\partial x} &=& y + 2\lambda x + \mu(y+z) &=& 0 \\
\frac{\partial F}{\partial y} &=& x + 2\lambda y + \mu(x+z) &=& 0 \\
\frac{\partial F}{\partial z} &=& \phantom{x + } 2\lambda z + \mu(x+y) &=& 0 \\
\frac{\partial F}{\partial \lambda} &=& x^2+y^2+z^2-7 &=& 0 \\
\frac{\partial F}{\partial \mu} &=& xy + xz + yz - 4 &=& 0 \\
\end{array}

The last 2 equations may look familiar. ;)

Anyway, this is a system of 5 equations with 5 variables.
Solve it, at least for x, y, and z, and you have your extremum.
 
  • #6
Hi chisigma, and Fernando Revilla, thanks for the helpful replies, I do appreciate them!

Hi Opalg, I too approached it the way you did and I too used the AM-GM inequality for the part $\dfrac{v+z}{2}\ge \sqrt{vz}$, but what I didn't do is to let $u=\sqrt{vz}$ and let $v=xy$ and what I obtained was two messy equations which I just wanted to abandon and ask for help here at MHB...Opalg, you know, you're one of my heroes in the field of mathematics! Thank you for everything!

Hi I like Serena, I always ask MarkFL to teach me how to approach optimization questions using the Lagrange Multipliers and in fact, he did teach me, but perhaps I am too lazy to learn. I never seemed to grasp this concept well but now you have raised it to my attention, I feel it's high time for me to pick up the concept...also, I have never seen Opalg used Lagrange Multipliers in this forum before, so I figured maybe is not a very handy method...hehehe...and I want to thank you for your kindness to want to teach me LM too!
 
  • #7
anemone said:
I have never seen Opalg used Lagrange Multipliers in this forum before, so I figured maybe is not a very handy method...hehehe...
That does not mean that I don't value the Lagrange multiplier method. It is a very powerful tool. But if a problem seems algebraic in nature then I prefer to tackle it with algebraic methods rather than resorting to calculus. I find that an algebraic or geometric solution often gives more insight into the nature of a problem than an analytic solution (and that is despite being an analyst myself).
 
  • #8
Opalg said:
That does not mean that I don't value the Lagrange multiplier method. It is a very powerful tool. But if a problem seems algebraic in nature then I prefer to tackle it with algebraic methods rather than resorting to calculus. I find that an algebraic or geometric solution often gives more insight into the nature of a problem than an analytic solution (and that is despite being an analyst myself).

I'm sorry Opalg...for making a statement like you don't value Lagrange multiplier...I wish I could take back what I said in my previous reply and I will be more careful from now on and I promise it won't happen again.
 

FAQ: How can I find the minimum value of xy given certain conditions?

1. What is the definition of "minimum value of xy"?

The minimum value of xy refers to the smallest possible product that can be obtained by multiplying two numbers, x and y.

2. How do you find the minimum value of xy?

To find the minimum value of xy, you can use the following steps:

  1. Determine the possible range of values for x and y.
  2. Select a value for x and y within the given range.
  3. Calculate the product of x and y.
  4. Repeat steps 2-3 for different values of x and y, until you find the smallest product.

The smallest product obtained will be the minimum value of xy.

3. What is the significance of finding the minimum value of xy?

Finding the minimum value of xy can be useful in various mathematical and scientific applications. It can help determine the most efficient and cost-effective solutions, as well as identify the limiting factors in a system.

4. Can the minimum value of xy be negative?

Yes, the minimum value of xy can be negative. This can occur when one of the numbers, x or y, is negative and the other is positive. When multiplied, the resulting product will be negative and will be the minimum value of xy.

5. Are there any shortcuts or formulas for finding the minimum value of xy?

There are no specific formulas for finding the minimum value of xy, but there are certain strategies that can be used to simplify the process. These include using properties of numbers, such as the fact that the product of two negative numbers is positive, and breaking down larger numbers into smaller factors to find the smallest product.

Similar threads

Back
Top