We know a,b and c are positive and $a^2=b^2+c^2$ How we can conclude this inequality: $a^n>b^n+c^n$ , $n>2$
I tried Binomial Theorem but I can't prove this. Thanks
We know a,b and c are positive and $a^2=b^2+c^2$ How we can conclude this inequality: $a^n>b^n+c^n$ , $n>2$
I tried Binomial Theorem but I can't prove this. Thanks
$$a^n=(a^2)^{\frac{n}{2}}=(b^2+c^2)^{\frac{n}{2}}>b^n+c^n$$
the inequality is equivalent to $(b^2+c^2)^n>(b^n+c^n)^2$ - this is not hard to prove by Newton's binomial formula
If $n=2m$ is even, then this is straightforward: $$ a^n=(a^2)^m=(b^2+c^2)^m> b^{2m}+c^{2m}=b^n+c^n$$
If $n>2$ is odd, then since $n-1$ is even it follows that $$ a^{n}=a\cdot a^{n-1}\geq a(b^{n-1}+c^{n-1})$$ using either equality if $n-1=2$, or what we have shown above if $n-1>2$.
Finally, $a^2=b^2+c^2$ with $a,b,c>0$ implies that $a>b$ and $a>c$, hence $$ a(b^{n-1}+c^{n-1})>b\cdot b^{n-1}+c\cdot c^{n-1}=b^n+c^n$$
$a^2=b^2+c^2\iff 1=(\frac ba)^2+(\frac ca)^2$ and clearly $\frac ba <1$ and $\frac ca <1$. Hence $$1=(\frac ba)^2+(\frac ca)^2>(\frac ba)^3+(\frac ca)^3>(\frac ba)^4+(\frac ca)^4>......>(\frac ba)^n+(\frac ca)^n$$
Thus $$1>(\frac ba)^n+(\frac ca)^n\iff a^n>b^b+c^n$$