Let \( x,y,z \) be positive reals such that \( x+y+z=1 \). Show that \[ 24 < \dfrac{31x}{\sqrt{1+y+z}} + \dfrac{31y}{\sqrt{1+x+z}} + \dfrac{31z}{\sqrt{1+x+y}} < 32. \]
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
I'm not sure if this is correct or not, but here it goes. I'll proceed to show that the lower bound of the inequality works but I still can't think of a proof for the upper bound.
Let f(x)=2−xx. Plotting a graph of f(x) verifies that f(x) is a convex function. Take the given expression in the inequality as X. Using the given data, we can write X as,
Almost perfect approach on the lower bound - try a full proof on the convexity of the function through some derivatives. And I thought the upper bound would be easier to work on!
Please see that for 0≤x≤1, f(x)=2−xx≤x, and thus f(x)+f(y)+f(z)≤x+y+z=1<3132 (weakening the bounding confirms the inequality).
Damn! Why didn't I think of that earlier?! Anyway, nice approach for the upper bound!
Another thing is that I still don't know how to prove the convexity of a function using calculus (the graph method is the only method I know of). And I couldn't find a good wiki on the topic.
@Guilherme Dela Corte
–
Ah, thanks a bunch, man! By the way, I think you made a typo because it doesn't give the right result for, say f(x)=x2 which is strictly convex. Shouldn't the test be " f′′(x)≤0 (concave) or f′′(x)≥0 (convex), ∀x∈Dom(f) " ?
And the equality holds iff f(x) is not strictly convex or concave, I suppose?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I'm not sure if this is correct or not, but here it goes. I'll proceed to show that the lower bound of the inequality works but I still can't think of a proof for the upper bound.
Let f(x)=2−xx. Plotting a graph of f(x) verifies that f(x) is a convex function. Take the given expression in the inequality as X. Using the given data, we can write X as,
X=31×(f(x)+f(y)+f(z))
Applying Jensen's Inequality on f(x), we have,
3f(x)+f(y)+f(z)≥f(3x+y+z)⟹93X≥f(31)⟹X≥93×f(31)=93×2−3131=31×0.6≈24.0125⟹24<X⟹24<1+y+z31x+1+x+z31y+1+x+y31z
Log in to reply
Almost perfect approach on the lower bound - try a full proof on the convexity of the function through some derivatives. And I thought the upper bound would be easier to work on!
Please see that for 0≤x≤1, f(x)=2−xx≤x, and thus f(x)+f(y)+f(z)≤x+y+z=1<3132 (weakening the bounding confirms the inequality).
Log in to reply
Damn! Why didn't I think of that earlier?! Anyway, nice approach for the upper bound!
Another thing is that I still don't know how to prove the convexity of a function using calculus (the graph method is the only method I know of). And I couldn't find a good wiki on the topic.
Log in to reply
f′′(x)≥0 or f′′(x)≤0 , for all x∈Domain.
Take the double derivative of the function and check whetherEDIT: Typo fixed, sorry!
Log in to reply
f(x)=x2 which is strictly convex. Shouldn't the test be " f′′(x)≤0 (concave) or f′′(x)≥0 (convex), ∀x∈Dom(f) " ?
Ah, thanks a bunch, man! By the way, I think you made a typo because it doesn't give the right result for, sayAnd the equality holds iff f(x) is not strictly convex or concave, I suppose?
Log in to reply
Oh wow, that is a coincidence. I did exactly the same on both the proofs.