Olympiad proof Problem - Day 1

From this day onwards I am going to post some proof problems.So that you can use these as practice problems for Olympiads. Let us start from basic level (not very basic though).


Find the minimum value of the expression below

ab+c+d+ba+c+d+ca+b+d+da+b+c\dfrac{a}{b+c+d} + \dfrac{b}{a+c+d} + \dfrac{c}{a+b+d} + \dfrac{d}{a+b+c}

Details and Assumptions:

  • aa, bb, cc and dd are positive real numbers.

Try to make different approaches.


Try more proof problems at Olympiad Proof Problems.

#Olympiad

Note by Surya Prakash
5 years, 7 months ago

No vote yet
1 vote

  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:

  • 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.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # 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"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

By using A.MH.MA.M-H.M we get , cyca,b,c,d(ab+c+d+1)44cyca,b,c,d(11+ab+c+d)\dfrac{\displaystyle\sum_{cyc}^{a,b,c,d}\left(\frac{a}{b+c+d}+1\right)}{4}\geq\frac{4}{\sum_{cyc}^{a,b,c,d}\left(\dfrac{1}{1+\dfrac{a}{b+c+d}}\right)} cyca,b,c,d(ab+c+d+1)163\displaystyle\sum_{cyc}^{a,b,c,d}\left(\dfrac{a}{b+c+d}+1\right)\geq\dfrac{16}{3} cyca,b,c,d(ab+c+d)1634\displaystyle\sum_{cyc}^{a,b,c,d}\left(\dfrac{a}{b+c+d}\right)\geq\dfrac{16}{3}-4 cyca,b,c,d(ab+c+d)43\displaystyle\sum_{cyc}^{a,b,c,d}\left(\dfrac{a}{b+c+d}\right)\geq\dfrac{4}{3}

Shivam Jadhav - 5 years, 7 months ago

Log in to reply

Nice solution. Do you have any more approaches?

Surya Prakash - 5 years, 7 months ago

Generalization:

i=1naij=1najainn1\Large{\sum_{i=1}^n}\large{ \dfrac{a_i}{\small{\displaystyle\sum_{j=1}^{n}a_{j}-a_i}}\geq \dfrac{n}{n-1}}

When n=3n=3 we get Nesbitt's inequality and when n=4n=4 we get the inequality of this note.

Nihar Mahajan - 5 years, 7 months ago

Log in to reply

Proof:

cycacycaa+nn\sum_{cyc} \dfrac{a}{\sum_{cyc} a - a}+n -n =cyc(acycaa+1)n=\sum_{cyc} (\dfrac{a}{\sum_{cyc} a - a}+1) -n =cyc(cycacycaan=\sum_{cyc} (\dfrac{\sum_{cyc} a}{\sum_{cyc} a - a} -n =cyca[1cycaa]n=\sum_{cyc} a [\dfrac{1}{\sum_{cyc} a - a}] -n Titu's Lemma/Cauchy-Shwarz in engel formcyca[n2(n1)cyca]n\geq \sum_{cyc} a [\dfrac{n^2}{(n-1)\sum_{cyc} a}]-n =n2n1n=\dfrac{n^2}{n-1} -n =nn1=\dfrac{n}{n-1}

Sualeh Asif - 5 years, 7 months ago

@Nihar Mahajan nice idea..... how did you reach at this generalization?

Dev Sharma - 5 years, 7 months ago

Log in to reply

When I was proving this inequality , I felt a bit restricted , hence gave the generalization

Nihar Mahajan - 5 years, 7 months ago

So, here is my solution.

The given expression is homogeneous equation of degree 00. So, we can make a constraint a+b+c+d=1a+b+c+d=1. And this constraint gives us that 0<a,b,c,d<10 < a,b,c,d <1.

The expression transforms into a,b,c,da1a\sum_{a,b,c,d} \dfrac{a}{1-a}

Let f(x)=x1xf(x) = \dfrac{x}{1-x}. Then we get that f(x)=2(x1)3>0f''(x) = -2(x-1)^{-3} > 0 for all x<1x<1.

It implies that

f(a)+f(b)+f(c)+f(d)4f(a+b+c+d4)=4f(14)=43f(a) + f(b) + f(c) + f(d) \geq 4f\left(\dfrac{a+b+c+d}{4}\right) = 4 f \left(\dfrac{1}{4}\right) = \dfrac{4}{3}.

Surya Prakash - 5 years, 7 months ago

We can also solve it using Titu's Lemma. I am currently out of station. I would post the proof as soon as I return home.

Nihar Mahajan - 5 years, 7 months ago

1) put all 4 equal. To get minimum as 4/3. 2)put deniminator of all fractions as w,x,yand z. Now find each a,b,c and in terms of w,x,y and z. All these (w,x,y and z )are positive real no.s. now apply AM>=GM . 3) Rather finding out each a to d in terms of w,x,y and z , one can add +1 to each term take (a+b+c+d) common apply AM>=GM . Later substract 4 from answer

Aakash Khandelwal - 5 years, 7 months ago

Log in to reply

'put all 4 equal. To get minimum as 4/3'.. WHY?

Dev Sharma - 5 years, 7 months ago

How can you say that minimum occurs when all the four quantities are equal? You should prove that.

Surya Prakash - 5 years, 7 months ago

What if we get maximum when all 4 are equal?

Nihar Mahajan - 5 years, 7 months ago
×

Problem Loading...

Note Loading...

Set Loading...