Let a , b and c be positive real numbers satisfying a b c = 1 . Find the largest real number N satisfying the inequality
a + b + c − 1 ( a + b ) ( b + c ) ( c + a ) ≥ N
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Shouldn't your third line be
a b + b c + c a + a + b + c N − 1 ≥ N ?
How do you know when you can apply it?
Isn't it easier to just assume a=b=c=1 then you can solve with ease
How would you then know that N takes on its maximum value when a = b = c = 1 ?
Oh I see :)
What do you think of my solution?
Yes it is :D
I don't really know the AM-GM Inequality (and lots of other things in Math) so I can't really comment but I will be looking it up this weekend and hopefully I learn something new :)
Log in to reply
It's a fundamental inequality; one of the first you ever need to know.
The AM-GM inequality states that:
Given that a 1 , a 2 , ⋯ , a n are non-negative real numbers, then the following always holds true:
n a 1 + a 2 + ⋯ + a n ≥ n a 1 a 2 ⋯ a n .
Log in to reply
Thanks so much! Will certainly look it up this weekend :D
Actually, I don't really know whether N takes its maximum value :D It was just based on my experience with similar Brilliant questions.
Problem Loading...
Note Loading...
Set Loading...
Since a b c = 1 , we have
( a + b ) ( b + c ) ( c + a ) = ( a + b + c ) ( a b + b c + c a ) − 1
Hence, it suffices to prove that
( a + b + c ) ( a b + b c + c a ) − 1 ≥ N ( a + b + c − 1 )
or
a b + b c + c a + a + b + c 3 ≥ N .
We shall use the inequality
( x + y + z ) 2 ≥ 3 ( x y + y z + z x ) ,
which after expansion and cancelling common terms yields
2 1 [ ( x − y ) 2 + ( y − z ) 2 + ( z − x ) 2 ] ≥ 0 .
It is easy to see that
( a b + b c + c a ) 2 ≥ 3 ( a b × b c + b c × c a + c a × a b ) = 3 ( a + b + c ) .
By AM-GM,
a b + b c + c a + a + b + c 3
= 3 ( 3 a b + b c + c a ) + a + b + c 3
≥ 4 4 3 3 ( a + b + c ) 3 ( a b + b c + c a ) 3
≥ 4 4 3 3 ( a + b + c ) 3 ( 3 3 a 2 b 2 c 2 ) [ 3 ( a + b + c ) ] = 4 ,
and we are done. □