AM-GM inequality involving $a^n + b^n$

42 Views Asked by At

I'm currently solving problems involving AM-GM and I am stuck on this problem.

Prove that if $a,b,c>0$ and $n,k \in \mathbb{Z}^{+}, n>k$ that $a^n + b^n \geq a^{n-k}b^{k} + a^{k}b^{n-k}$

I've attempted the case when $n=3$ and found that $a^3 + b^3 \geq ab^2+a^2b$. However, the problem above is even more general than that.

2

There are 2 best solutions below

1
On

Your exponents are already very suggestive - $a^kb^{n-k}$ is asking you to procure $k$ and $n-k$, $a^n$ and $b^n$'s, respectively. The most natural way comes to mind is then: $$ka^n + (n-k)b^n = \underbrace{(a^n+\dots + a^n)}_{k} + \underbrace{(b^n+\dots+b^n)}_{n-k}\geq n\sqrt[n]{a^{kn}b^{n(n-k)}} = na^kb^{n-k}.$$

Can you fill in the details now ? Alternatively, if you had done the case $n=3, k=2$, then you have essentially solved the general case except you just had to write it in the general form like I did.

1
On

An alternative to using AM-GM would be a simple factorization, WLOG, assume that $a\ge b$, then $$a^n-a^{k}b^{n-k}+ b^n - a^{n-k}b^k = (a^k-b^k)(a^{n-k}-b^{n-k})\ge 0.$$