MHB Determine the minimum value of an expression

AI Thread Summary
The discussion focuses on finding the minimum value of the expression (x + 1/x)^{10} + (y + 1/y)^{10} + (z + 1/z)^{10} under the constraint x + y + z = 1, with x, y, z being positive. Participants explore various mathematical approaches and inequalities, such as the AM-GM inequality, to derive the minimum. The consensus suggests that the minimum occurs when x, y, and z are equal, specifically at x = y = z = 1/3. This leads to the calculated minimum value being 3 * (1/3 + 3)^{10}. The thread emphasizes the importance of symmetry in optimization problems.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
If $x,\,y,\,z>0$ and $x+y+z=1$, find the minimum of $\left(x+\dfrac{1}{x}\right)^{10}+\left(y+\dfrac{1}{y}\right)^{10}+\left(z+\dfrac{1}{z}\right)^{10}$.
 
Mathematics news on Phys.org
anemone said:
If $x,\,y,\,z>0$ and $x+y+z=1$, find the minimum of $\left(x+\dfrac{1}{x}\right)^{10}+\left(y+\dfrac{1}{y}\right)^{10}+\left(z+\dfrac{1}{z}\right)^{10}$.
for $x,y,z>0$
by using AM-GM inequality,
the minimum value will hold when :$x+\dfrac {1}{x}=y+\dfrac {1}{y}=z+\dfrac {1}{z}$
or $x=y=z=\dfrac{1}{3}$
the minimum value =$3\times (\dfrac {10}{3})^{10}$
 
Thanks Albert for participating and your solution! :)

Here is another solution that I want to share:

Given that $0<x,\,y,\,z<1$.

If we let $f(x)=\left(x+\dfrac{1}{x}\right)^{10}$ on $I=90,\,1)$, then $f$ is strictly convex on I because $f''(x)=90\left(x+\dfrac{1}{x}\right)^{8}\left(1-\dfrac{1}{x^2}\right)^{2}+10\left(x+\dfrac{1}{x}\right)^{9}\left(\dfrac{2}{x^3}\right)>0$ for $x\in I$.

By Jensen's inequality,

$\begin{align*}3f\left(\dfrac{x+y+z}{3}\right)&=3f\left(\dfrac{1}{3}\right)\\&=\dfrac{10^{10}}{3^9}\\&\le f(x)+f(y)+f(z)\\&=\left(x+\dfrac{1}{x}\right)^{10}+\left(y+\dfrac{1}{y}\right)^{10}+\left(z+\dfrac{1}{z}\right)^{10}\end{align*}$

Therefore, the minimum is $\dfrac{10^{10}}{3^9}$, attained when $x=y=z=\dfrac{1}{3}$.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...

Similar threads

Back
Top