I would like to find approximative (polynomial) expression for $x^2 ln(x)$ in the vicinity of x=0, but any expansion (e.g. the last row of the first table on http://math2.org/math/expansion/log.htm) seems to diverge. On the other hand, the x->0 limit of the above expression, by using the L’Hopital’s Rule, is 0. Does anyone has any idea how to get the approximative expression?
The reason why I am looking for an approximation is because I want to find the simplest possible expression, i.e., dependence on x. The full expression reads $\frac{1 -x^2 ln(2/x)}{1+x^2}$, and by plotting it in the range (0.1,0.7), I found (fit, or Mean Value Theorem, but not analytically) that sufficiently good approximation (within few percent) is $1-x$. But, I also need the same expression to be valid for my entire $x$ range, from 0.02 up to 0.7.
Since $$\lim_{x\to 0} \, x\log(x)=\lim_{x\to 0} \, (x^x-1)$$ you could use,as an approximation, $$x^2 \log(x) \sim x(x^x-1)$$
To give an idea, consider the norm $$\Phi=\int_{0}^{\frac 1{10}}\Big[x^2 \log(x) -x(x^x-1)\Big]^2\,dx=1.14\times 10^{-7}$$
Edit
Graphically, for $0 \leq x \leq 1$ $$x^2 \log(x) \sim (x-1) x \sqrt x$$ So, consider the norm $$\Phi(a)=\int_0^a \Big[x^2 \log(x) -k_a (x-1) x \sqrt x\Big]^2\,dx$$ which is explicit. Now, solve, for $k$, $\Phi'(a)=0$. This gives $$k_a=\frac{40 \sqrt{a} (-162 a+891 a \log (a)-1089 \log (a)+242)}{3267 \left(10 a^2-24a+15\right)}$$
If you want the best approximation for $a=\frac 1{100}$, $$k_{\frac 1{100}}=\frac{40 (24038+216018 \log (10))}{48224187}\sim \frac{298}{689}$$ and $$\Phi \left(\frac{1}{100}\right)=2.38 \times 10^{-12}$$
Update
We can do a bit better using the previous similarity $$x^2 \log(x) \sim (x-1) x \sqrt x$$ and use as an approximation $$x^2 \log(x) \sim \sum_{k=0}^p A_k^{(p)} x^{\frac{k+3}2}$$
This would give $$ A_0^{(1)}=\frac{8}{81} \sqrt{a} \,(9 \log (a)-2)\implies \Phi \left(\frac{1}{100}\right)=2.27 \times 10^{-12}$$ $$ A_0^{(2)}=-\frac{8 \sqrt{a}}{5} \qquad A_1^{(2)}=\log (a)+\frac{71}{45}\implies \Phi \left(\frac{1}{100}\right)=9.88 \times 10^{-15}$$