Homework is given to a child who is not ready for a math competition - (2).
My teacher gave me this problem:
\(a\), \(b\) and \(c\) are three positives such that \(abc = 1\). Prove that
M=a2−a+11+b2−b+11+c2−c+11≤3
Here's how I solve it.
M=a2−a+11+b2−b+11+c2−c+11=(a+1−a2−a+1a3)+(b+1−b2−b+1b3)+(c+1−c2−c+1c3)=(a+b+c)−(bc+a−1a2+ca+b−1b2+ab+c−1c2)+3≤(a+b+c)−(ab+bc+ca)+(a+b+c)−3(a+b+c)2+3≤(a+b+c)−3(a+b+c)2+(a+b+c)−3(a+b+c)2+3m3+1=(m+1)(m2−m+1)abc=1Sedrakyan’s inequality, Engel’s form or Titu’s lemmaab+bc+ca≤a2+b2+c2
(Fun fact, the Sedrakyan's inequality is called the Schwarz inequality here.)
Let a+b+c=n, we have that a+b+c≥33abc=3 and M≤n−n2+3n−93n2+3.
The problem becomes:
Calculate the maximum value of the following expression if n≥3.
M′=n−n2+3n−93n2+3
So if you can:
solve the next part of the solution
(prove that there is no maximum value of M′ and) solve the original problem in a faster, more convenient way
then feel free to write them in the comments' section. Please help me!
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
Well, the expression is in one variable 'n' and also, we know from the given condition of abc=1 that a+b+c = n is atleast 3......(AM-GM)........Now, by simple first derivative,we see that the expression in M is always increasing for n>=3..........And hence, the maximum value of M is 3 which occurs when n = 3 or a+b+c=3 or a=b=c=1.........!!! Here is a graph supporting the answer..........
Also, my approach was on the same lines as yours........I usually try to reduce inequalities to a single variable, just like you have done.....!!
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
Well, the expression is in one variable 'n' and also, we know from the given condition of abc=1 that a+b+c = n is atleast 3......(AM-GM)........Now, by simple first derivative,we see that the expression in M is always increasing for n>=3..........And hence, the maximum value of M is 3 which occurs when n = 3 or a+b+c=3 or a=b=c=1.........!!! Here is a graph supporting the answer..........
Also, my approach was on the same lines as yours........I usually try to reduce inequalities to a single variable, just like you have done.....!!
Log in to reply
I am really sorry but I am just in grade 9 so I can't use derivatives, I hope that you can come up a solution completely in pure algebra.
Care to elaborate? I don't see the connection between the Desmos graph and the inequality posed.
Log in to reply
Here Sir, I have added the inequality of the derivative, showing the region where the function is increasing...........Hope it is clear now......:)
Your first statement claims that M has no upper bound. But your second statement says it has an upper bound of 3. How is that possible?