Let a and b be distinct non-negative integers , and let x = 2 a 2 + b 2 .
Which of these statements is true about 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.
By Cauchy-Schwarz Inequality,
2 ( a 2 + b 2 ) ≥ ( a + b ) 2
Since a and b are distinct, we remove the equality case. The result follows.
x > 4 ( a + b ) 2
x > 2 a + b
Let x = 2 a 2 + b 2 than x = 2 a 2 + b 2 . you can see from here that x denotes the Quadratic mean of a and b. by QM-AM-GM-HM inequality: x ≥ 2 a + b , but you mentiond that a and b are distinct, therefore the equality sign drops and we are left with : x > 2 a + b . (*NOTE: I am sorry for my bad Latex skills, i am a beginner at it, and if I have a mistake in my solution, please tell me so I would fix it.)
The given question compares the average value, and the RMS (root mean square value). RMS>Avg.
Problem Loading...
Note Loading...
Set Loading...
There are ways to think this through intuitively, but here is an algebraic proof:
x x = 2 a 2 + b 2 = 4 a 2 + 2 a b + b 2 + 4 a 2 − 2 a b + b 2 = ( 2 a + b ) 2 + ( 2 a − b ) 2 = ( 2 a + b ) 2 + ( 2 a − b ) 2
Since ( 2 a − b ) 2 is a positive number, x > 2 a + b .
A small side note: I wrote this problem to demonstrate an interesting fact about estimating square roots. When you do a linear approximation of a square root, which is what the expression 2 a + b is doing for x , your approximation tends to be less than the actual value.