MHB Maximizing $abcd$ with given constraints - POTW #366 May 14th, 2019

  • Thread starter Thread starter anemone
  • Start date Start date
AI Thread Summary
The problem involves maximizing the expression $abcd$ under the constraints $ab + cd = 4$ and $ac + bd = 8$. Participants discussed various approaches to derive the maximum value, including algebraic manipulation and applying inequalities. The solutions provided by members castor28, Olinguito, and kaliprasad were acknowledged for their correctness. The discussion highlighted the importance of understanding the relationships between the variables to find the optimal solution. Ultimately, the maximum value of $abcd$ was successfully determined through collaborative problem-solving.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Given $a,b,c,d$ are real numbers such that

$ab+cd=4$
$ac+bd=8$

Find the maximum value of $abcd$.

-----

Remember to read the https://mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to https://mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution!(Cool)

1. castor28
2. Olinguito
3. kaliprasad

Solution from castor28:
The quadratic equation with roots $ab$ and $cd$ is:
$$
X^2 - (ab+cd)X + (ab)(cd) = 0
$$
Since this equation has real roots and $ab+cd=4$, we must have:
$$
4(abcd) \le (ab+cd)^2 = 16
$$
Which implies $abcd\le 4$.

Using a similar argument, the relation $ac+bd=8$ gives the weaker (larger) bound $abcd\le16$.

It remains to show that the maximum ($4$) can be attained. We let $a=1, b=2$ and require $cd=2$. This gives the system of equations:
\begin{align*}
c+2d&=8\\
cd&=2
\end{align*}
with real solutions $c=4\pm2\sqrt3,d=2\mp\sqrt3$.

The maximum value of $abcd$ is therefore $\mathbf{4}$.
 
Back
Top