How many ordered quadruples of non-negative real numbers are there that satisfies:
a + b + c + d = 4 a 2 b c + b 2 c d + c 2 d a + d 2 a b = 4
Now prove this .
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.
Let me post my approach and tell me whether it is wrong or incomplete.We equate the equations :
a + b + c + d = a 2 b c + b 2 c d + c 2 d a + d 2 a b ⇒ a − a 2 b c + b − b 2 c d + c − c 2 d a + d − d 2 a b = 0 ⇒ a ( 1 − a b c ) + b ( 1 − b c d ) + c ( 1 − c d a ) + d ( 1 − d a b ) = 0
At glance we get the trivial solution a , b , c , d = 0 which is not possible.So for the expression to be 0 ,
a b c = b c d = c d a = d a b = 1
We multiply all these equations to get :
( a b c d ) 3 = 1 ⇒ a b c d = 1
By A M − G M for positive real numbers which satisfy a b c d = 1 and a + b + c + d = 4 , we get only one solution a = b = c = d = 1 .
Log in to reply
Great work!
Funny , I was so close ... !Well done Nihar.
Just because a b c d = 1 and a + b + c + d = 4 , how do you get infinite number of non-negative solution?
In fact, you should only get one solution by AM GM.
Log in to reply
I think my solution is incomplete.I have left out many cases.So shall I delete it ?
Log in to reply
@Nihar Mahajan – Just remove the last line. and change it to "if they are all positive, then a = b = c = d = 1 is the only solution by AM-GM."
You can check the formal solution in the report section. =D
How to get that quadruple?
Log in to reply
@Calvin Lin can we imagine the given expression as a level surface of the 4 d curve ? ....... and hence there are infinitely many solutions ? ...... please correct me if im wrong.
If a = 1 , b = k , c = 2 − k , and d = 1 , then
a 2 b c + b 2 c d + c 2 d a + d 2 a b = k ( 2 − k ) + k 2 ( 2 − k ) + ( 2 − k ) 2 + k = − k 3 + 2 k 2 − k + 4 .
Log in to reply
Thanks. I was thinking of different versions of the problem and got confused. I have updated the answer to 5.
same observation here
Problem Loading...
Note Loading...
Set Loading...
[This is not a complete solution. See Nihar's comment below]
There are only 5 solutions, namely ( 1 , 1 , 1 , 1 ) , ( 2 , 1 , 1 , 0 ) , ( 0 , 2 , 1 , 1 ) , ( 1 , 0 , 2 , 1 ) , ( 1 , 1 , 0 , 2 ) .