I'm trying to find the Maclaurin expansion of the Lambert function $y=y(x)$ defined as $$y(x)\cdot e^{y(x)}=x, y(0)=0.$$
I find it easier to think of the Lambert function as the solution of the equation $ye^y=x$. So $y=y(x)$.
Maybe it's more clear if we denote it $w(x)$. So the solution of $ye^y=x$ is $y=w(x)$. It gives us $y$ in terms of $x$.
We know that $ye^y=x$. Let's differentiate both sides to get $$y'e^y+yy'e^y=1\\e^yy'(1+y)=1\\y'=\dfrac{y}{x(1+y)}$$
How do I find the next derivatives?
A Maclaurin series is a Taylor series expansion of a function about $0$, so it will be something like this: $$y(0)+\dfrac{y'(0)}{1!}x+\dfrac{y''(0)}{2!}x^2+\dfrac{y'''(0)}{3!}x^3+\dots$$
Okay but isn't $y'(0)$ undefined as we plug $x=0$ which is in the denominator?
THIS DOES NOT ANSWER MY QUESTION: How to derive the Lambert W function series expansion?. Thank you!