Prove that if $a>0$ then $1+a^9 \leq \frac{1}{a}+a^{10} $.
Using the fact that $a \gt 0$, multiply by $a$ on both sides and get everything to one side we have; $a^{11}-a^{10}-a+1 \geq 0$. By factoring $(a^{10}-1)(a-1) \geq 0 $.
I am not sure how to proceed any further.
One way is by evaluating cases. First look at $a\ge1$. We clearly have that $a-1$ and $a^{10}-1$ are greater than or equal to zero (If you want, let $a=1+\epsilon$, do a bit of work with the binomial theorem, and conclude). As such, multiplying the two gives a non-negative result and we are done.
For the second case we look at $0\le a<1$. It is clear that $a-1$ is negative, but the case $a^{10}-1$ is a bit trickier. The key thing to note here is that $a^n<a$ for any positive $n>1$ and $0<a<1$. Think of it this way: any number between $0$ and $1$ can be written as a fraction $\frac{1}{k}$ for some $k>1$, and so multiplying this number by itself makes the denominator larger and larger and thus makes the fraction smaller and smaller as a whole. As a result of this, $a^{10}<a$ here and thus $a^{10}-1 < a-1<0$. Because both terms are negative, we conclude that their product must be positive, and we are done.