Mathematical Induction: Prove [(a+b)/2]^n < (a^n+b^n)/2

bbq999

New member
Joined
Oct 6, 2007
Messages
1
Question: Prove, by induction, that:

[(a+b)/2]^n < (a^n+b^n)/2,

where a>b>0 and n = 2, 3, 4, ...

Can anybody help me? Thanks in advance.
 
Have you shown it is true for n=2?
If please post your effort.
If not, tell us what trouble you are having.
 
Re: Mathematical Induction: Prove [(a+b)/2]^n < (a^n+b^n)

Hello, bbq999!

pka's concern is quite justified.

Are you familiar with the Induction procedure?
If so, which stage is giving you trouble?


Prove, by induction, that: (a+b2)n<an+bn2\displaystyle \:\left(\frac{a+b}{2}\right)^n\:<\:\frac{a^n+b^n}{2}\: where a>b>0\displaystyle a\,>\,b\,>\,0 and n=2,3,4,...\displaystyle n \,= \,2,\,3,\,4,\,...

Even the initial case is tricky to verify . . .

For n=2:\displaystyle n\,=\,2:
. . The left side is: (a+b2)2=14(a2+2ab+b2)\displaystyle \:\left(\frac{a+b}{2}\right)^2 \:=\:\frac{1}{4}\left(a^2\,+\,2ab\,+\,b^2\right)
. . The right side is: a2+b22\displaystyle \:\frac{a^2\,+\,b^2}{2}
Is the left side smaller?


We have: \(\displaystyle \:\frac{a^2\,+\,2ab\,+\,b^2}{4}\;\;{\begin{array}{c}<\\>\end{array} \;\;\frac{a^2\,+\,b^2}{2}\)

Multiply by 4: a2+2ab+b2    <>    2a2+2b2\displaystyle \:a^2\,+\,2ab\,+\,b^2\;\;\begin{array}{c}<\\>\end{array}\;\;2a^2\,+\,2b^2

Then we have: 0    <>    a22ab+b2\displaystyle \:0 \;\;\begin{array}{c}<\\>\end{array}\;\;a^2\,-\,2ab\,+\,b^2

. . Hence: \(\displaystyle \:0\;\;\begin{array}<\\>\end{array}\;\;(a\,-\,b)^2\)


For ab\displaystyle a\,\neq\,b, the right side is positive.

. . Therefore, the inequality is less than: \(\displaystyle \;\L<\)

We have verified the initial case . . . whew!


Can you finish the proof now?

 
Top