$$U = \frac{h\omega}{e^{hw/KT}-1}\approx KT - \frac{h\omega}{2}+....O(\frac{h\omega}{KT})$$
If have to prove this for $KT\gg h\omega$
I dont understand what the O in the equation means.
can someone explain what the O is.
There was also a hint saying to take $x= h\omega = KT$
and to then taylor expand around x=0 i dont understand that because that would mean $e^0 -1 = 0$ and that would lead to dividing by zero so how does that work?
HINTS
We say $f(x) = O(g(x))$ when $\exists c, N \in \mathbb{R}$ such that $f(x) \le cg(x)$ whenever $x > N$. In other words, $O(\cdot)$ denotes an upper bound on something.
As for your exact problem, recall that the first term of Taylor expansion allows to approximate $$ e^x \approx 1+x $$ for small $x$, and so $$ e^{h\omega/KT}-1 \approx \left(1 + \frac{h\omega}{KT}\right)-1 = \frac{h\omega}{KT} $$ Can you now do your problem?