I was wondering if anyone knows a good approximation for the function $$f(x)=x\log x $$ when $x$ goes to infinity. In particular, I would like to get rid of the $\log x$ and so I need a polynomial approximation. (I think Stirling would not work very well.)
2026-03-27 23:39:03.1774654743
Approximation of $x\log x$
696 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Let $x=a+t(b-a)$ for some $t$ in the range $0$ to $1$. You get :
Let $c=b-a$
$$y = (a+ct)\log(a+ct)$$
$$y=(a+ct)\log\left( a\left(1+\frac c a t\right) \right)$$
$$y = (a+ct)\log(a) + (a+ct)\log\left(1+\frac c a t\right)$$
You can now replace the $\log()$ in the RHS by any suitable polynomial covering a reasonable range of values.
Note that using the arbitrary choice $a=c$ greatly simplifies things.
Good expressions for $\log(1+x)$ are possibly better chosen from Páde approximants than from ordinary polynomials. This page particularly mentions $\log(1+x)$ Páde expressions and nearer home this Q&A on Mathematics SE describes exactly this.