Should be a simple question, but don't know how to solve this: Given $a,b,x,\delta>0$ with $\ln(bx)<0$, I want to solve $$(1-(-a*\ln(bx))^n)x=\delta$$ for $x$, where $n\in\mathbb N$. How do I approach this?
As suggested in the comments, we may set $A:=-(-a)^d$, $t:=xb$ and $B:=\delta b$ so that the equation reads $$t(1+A\ln^n(t))=B,$$ which we could try to solve for $t$.
I'm especially interested in $n=2$, if that's easier to solve.
$$t(1+A\log^n(t))=B$$ Let $t=e^y$ and assumue $y>0$ $$e^y \left(A y^n+1\right)=B\quad \implies \quad e^{-y}=\frac{A y^n+1}{B}$$ that is to say $$e^{-y}=\frac A B \prod_{k=1}^n (y-r_i)$$ the $r_i$ being the solutions of $A y^n+1=0$.
In principle, the solution could be given in terms of the generalized Lambert function (have a look at equation $(4)$).