MHB What Is the Minimum Value of This Complex Fractional Expression?

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    2017
AI Thread Summary
The discussion focuses on finding the minimum value of the expression 1/(a-b) + 1/(b-c) + 1/(a-c) under the condition that (a-b)(b-c)(a-c) = 17, with the constraints a > b > c. Participants engage in solving the problem, with castor28 providing a correct solution. The thread emphasizes the importance of understanding the relationships between the variables and the implications of the given product condition. The problem is part of a weekly challenge aimed at enhancing mathematical problem-solving skills. The discussion encourages participants to explore various approaches to reach the solution.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Find the minimum value of $\dfrac{1}{a-b}+\dfrac{1}{b-c}+\dfrac{1}{a-c}$ for all reals $a>b>c$, given $(a-b)(b-c)(a-c)=17$.

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to castor28 for his correct solution(Smile), which follows:
Let us write $S$ for the expression in question, and $x = a-b$, $y=b-c$; this implies that $a-c=x+y$. We have:

$$
\begin{align*}\displaystyle
S &= \frac{1}{x}+\frac{1}{y} + \frac{1}{x+y}\\
&= \frac{x+y}{xy} + \frac{1}{x+y}
\end{align*}
$$

Because $xy(x+y)=17$, we may write this as:

$$
\begin{align*}\displaystyle
S &= \frac{(x+y)^2}{17} + \frac{1}{x+y}\\
&= \frac{z^2}{17} + \frac{1}{z}
\end{align*}
$$
with $z=x+y>0$.

The derivative is:

$$\displaystyle
S' = \frac{2z}{17} - \frac{1}{z^2}
$$

which has a single positive root at $z=\sqrt[3]{17/2}\approx 2.0408$; the value of S at that point is $\dfrac{3}{2z}\approx 0.7350$.

This is indeed a minimum, since $S\to +\infty$ for $z\to0$ and $z\to +\infty$.
 
Back
Top