Say we have 8 numbers, a , b , c , d , e , f , g , h such that a b c d = 4 and e f g h = 9 . Find the minimum value of ( a e ) 2 + ( b f ) 2 + ( c g ) 2 + ( d h ) 2 .
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.
You need to explain why you could use AM-GM when they are not strictly positive numbers.
Like the challenge master said, you should show that one of the terms could equal 0.
One easy way is to say that if a e = 0 , then either a = 0 , e = 0 , or both equal 0. If a = 0 , then a b c d = 4 . If e = 0 , e f g h = 9 . This means that a e = 0 .
Similarily, this works for a e , b f , c g , and h d . Now we can use AM-GM.
Log in to reply
Not equal to 0 doesn't tell us that it is always greater than 0.
By cauchy schwarz inequality [ ( a e ) 2 + ( b f ) 2 + ( c g ) 2 + ( d h ) 2 ] [ ( a 2 1 + b 2 1 + c 2 1 + d 2 1 ] > = [ e + f + g + h ] 2
You cannot get the answer from here. Its efgh=4.
I used Hit and Trial;My first thought came that all a,b,c,d would have the value of
and e,f,g,h would be ; Thats it i replaced all values in the equation and found that answer is 24Using AM>=GM, We get that ((ae)^2+(be)^2+(cg)^2+(dh)^2)/4>=((abcdefgh)^2)^1/4=(36)^1/2=6 Therefore the least value of ((ae)^2+(be)^2+(cg)^2+(dh)^2)=6×4=24
You need to explain why you could use AM-GM when they are not strictly positive numbers.
Problem Loading...
Note Loading...
Set Loading...
Please upvote if you like it
As we know A M ≥ G M
⇒ 4 ( a e ) 2 + ( b f ) 2 + ( c g ) 2 + ( h d ) 2 ≥ 4 ( a b c d e ) 2
Also a b c d e = 9 × 4 = 3 6
⇒ 4 ( a e ) 2 + ( b f ) 2 + ( c g ) 2 + ( h d ) 2 ≥ 4 ( 3 6 ) 2
⇒ 4 ( a e ) 2 + ( b f ) 2 + ( c g ) 2 + ( h d ) 2 ≥ 4 ( 6 ) 4
⇒ 4 ( a e ) 2 + ( b f ) 2 + ( c g ) 2 + ( h d ) 2 ≥ 6
⇒ ( a e ) 2 + ( b f ) 2 + ( c g ) 2 + ( h d ) 2 ≥ 2 4
Hence answer is ⇒ 2 4