The function: $$f(x)=\log^{1/\alpha}\left(\frac{1}{1 - x^\alpha}\right),\quad x\in[0,1),\ \alpha\in\mathbb{R^+}$$ Looks timid enough. To my understanding, the function is well defined over the entire interval, and moreover should be almost identical to $f(x)=x$ for $\alpha\gg 1$.
Yet, when trying to numerically evaluate this seemingly straight-line function, I run into problems whenever we get too close to $x=0$. For instance, here's how Mathematica plots out our function for $\alpha =30$:
$\quad\quad\quad\quad\quad\quad$
What is going on here? and how can we properly evaluate this function?