Let
x = a + b + c = a b c
where a , b , c are positive real numbers. Evaluate ⌊ 1 0 0 min ( x ) ⌋
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.
It would be faster to divide by x then square root :)
For completeness' sake, it should be mentioned that equality holds iff a = b = c = 3 .
It's a well-known fact that tan ( α ) + tan ( β ) + tan ( γ ) = tan ( α ) tan ( β ) tan ( γ ) if and only if α + β + γ = π (or, in other words, α , β , γ are the interior angles of a particular triangle). This beatiful identity suggests the substitution α = arctan ( a ) , β = arctan ( b ) and γ = arctan ( c ) ; so we want to minimize the function f ( α , β , γ ) = tan ( α ) + tan ( β ) + tan ( γ ) = tan ( α ) tan ( β ) tan ( γ ) under the constraint α + β + γ = π . Recalling that the tangent is convex in [ 0 , π [ , by Jensen's Inequality (with weights 1/3,1/3,1/3) we have 3 tan ( α ) + 3 tan ( β ) + 3 tan ( γ ) ≥ tan ( 3 α + β + γ ) Which is f ( α , β , γ ) ≥ 3 tan ( 3 π ) = 3 3 It follows that M = 3 3 = 5 . 1 9 6 1 . . . , so the answer is ⌊ 1 0 0 M ⌋ = 5 1 9
Thanks. Very nice method and out of box thinking. I learnt a new way!
If we take a=b=c then we have 3 ∗ 3 x = ( 3 x ) 3 ⟹ x 2 = 2 7 x = 3 2 7 = M 5 1 9 Minimum integer x we know is 6 .
How about 1, 2, 3?
A linear equation with two or more variables has infinite solutions.
Log in to reply
You are correct. I have corrected my comment.
Problem Loading...
Note Loading...
Set Loading...
From AM-GM inequality, we get
a + b + c ≥ 3 3 a b c
From the question a + b + c = a b c = x , we get
x ≥ 3 3 x
x 3 − 2 7 x ≥ 0
x ( x − 3 3 ) ( x + 3 3 ) ≥ 0
x ∈ [ − 3 3 , 0 ] ∪ [ 3 3 , ∞ )
But x ≥ 0 from a , b , c are positive reals, the only possible case we get is
x ≥ 3 3 .