I am trying to find a closed form solution to an equation of the form $$x^2+ax+b=c\log x$$ I found some resources that express solutions in terms of the Lambert W function if the LHS is linear but I can't find something similar for a quadratic LHS.
I was thinking I might try something along the lines of plugging in $x=1$ since this would give $$1+a+b=0$$ but that really doesn't tell me much other than perhaps a condition on $a$ and $b$?
I know that solutions exist, since this equation came from a problem I was trying to solve where each coefficients has specific values for which a plot shows the graph of $x^2+ax+b+c\log x$ intersecting the $x$-axis.
Edit: a closed form approximation in terms of large $x$ is also fine. For instance, I found that it is possible to approximate the logarithm by $$\log x\approx r x^{1/r}-r$$ where $r$ is a large positive constant. See this post. With this, the equation becomes $$x^2+ax+b=cr(x^{1/r}-1)$$ But if we raise the entire equation to the $r$-th power, the resulting equation will be of order $2r$ and still very difficult (if not impossible) to solve.
There isn't a closed form solution.
You can complete the square on the left hand side to get something like $$(x-\mu)^{2} = d + c \ln x$$ then take $\exp $ of both sides to get $$n(x;\mu,\sqrt{|c|})= \lambda x^{\pm 1},$$ where $\pm$ depends on the sign of $c$ and $n$ is the Gaussian density. There are no closed form solutions for that sort of thing.