1 + a 2 a + 1 + b 2 b + 1 + c 2 3 c
Given that a , b and c are positive real numbers satisfying a b + b c + c a = 1 .
If the maximum value of the expression above can be expressed as M for positive integer M , determine M .
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.
That's a crazy expression! Where did you come up with that?
Log in to reply
Well I came across a problem like: given a triangle with three angles A , B , C , determine the maximum of 2 1 ( s i n A + s i n B ) + 3 s i n 2 C and developed that into a more algebraic problem.
Let a, b and c equal cotangents of acute triangle with angles A, B, and C so that a = cot A, b = cot B and c = cot C, satisfying given equation ab + bc + ca = 1. Now the given expression has a value sin A cos A + sin B cos B + 3 cos C = cos (A - B) sin C + 3 cos C, which is maximum 1 0 when A = B.
good nice answer
a=tanA,b=tanB,c=tanC where A+B+C=pi/2 simplify and put A=B for max value of cos(A-B) WE GET sqrt 10
By symmetry we assume a=b. Then ab+bc+ca=1 becomes a^2+2ac-1=0 so we get a =-c+sqrt (a^2+1). Then put this value in the complex equation and differentiate. We get value of c=3. a=-3+sqrt (10). Substituting we get m=10
Problem Loading...
Note Loading...
Set Loading...
Any other solutions are welcome!