Recently I've been thinking how to prove that $f(x) = x^{2n - 1}$ is monotonic increasing for all positive integer $n$ by directly using the definition. I found that the following inequality must hold: $$a < b \implies\sum_{k = 0}^{2n - 2} a^k b^{2n - 2 - k} \geq 0.$$ If I can prove this, the problem is also solved. Any hint?
2026-04-12 22:50:35.1776034235
If $a < b$ then $\sum_{k = 0}^{2n - 2} a^k b^{2n - 2 - k} \geq 0$
47 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If $a=0$, so our inequality is obviously true.
For $a\neq0$ we obtain $$\sum_{k=0}^{2n-2}a^kb^{2n-2-k}=a^{2n-2}(x^{2n-2}+x^{2n-3}+...+x+1),$$ where $x=\frac{b}{a}.$
Since $a^{2n-2}>0$, it's enough to prove that: $$x^{2n-2}+x^{2n-3}+...+x+1\geq0.$$ Now, consider three cases:
$x>0$;
$-1\leq x\leq0$;
$x<-1$.
Can you end it now?