I was watching a video on youtube about how colors work in computers, and found this statement:
"The average of two square roots is less than the square root of an average"
The link to the video where I found this: here
There's even an image in the video with the corresponding algebraic expression, even though in the image it's using a <= (less or equal) sign, instead of a < (less than) sign.
Could someone proof how this makes sense?
P.S. Sorry I don't include the expression in this question, I don't know how to.
Good question, I actually happened to have watched that video. Manipulate... $${{\sqrt a+ \sqrt b} \over 2} \le \sqrt{{a+b} \over 2}$$
into something easier to work with. Square both sides, assuming that they are positive. $${{{a+b} \over 4} + {\sqrt{ab} \over 2}} \le {{a+b} \over 2}$$ $${\sqrt{ab} \over 2} \le {{a+b} \over 4}$$ $${\sqrt{ab}} \le {{a+b} \over 2}$$ Now, subsitute $b=a+n$ $${\sqrt{a^2+an}} \le {{2a+n} \over 2}$$ assume the equality is true for some number $a$. Square both sides of the inequality and multiply by 4... $${4a^2+4an} \le {4a^2+4an+n^2}$$ $$0 \le n^2$$ we already noted that both a and b are real and positive so this true. If you're still unclear, just do the steps in reverse and you'll get back to the original inequality.