For the equation $-x^{-2}-(1-y)^x\ln(1-y)=0$ for $0<y<1$ and $x > 1$, I'm trying to solve for $y$ in terms of $x$, but not sure if I'm doing it right.
Let $1-y=a$, we get $-x^{-2}-a^x\ln(a)=0$ => $x^{-2}=-a^x\ln(a)$
Let $a=e^{xt}$, we get $-x^{-2}=e^{({xt})^x}\ln(e^{xt})=(xt)e^{{x^2}t}$
=> $-x^{-1}=(x^2t)e^{{x^2}t}$ ......(eq1)
$W()$ is a Lambert $W $function. Apply $W()$ to both side of eq1:
=> $W(-x^{-1})=W((x^2t)e^{{x^2}t})$ => $W(-x^{-1})=x^2t$
=> $t=x^{-2}W(-x^{-1})$
=> $a=e^{xt}=e^{-x^{-1}W(-x^{-1})}$
=> $y=1-a=1-e^{-x^{-1}W(-x^{-1})}$
So......,am I doing it right?