Solving for x: a*log(x)+b*log(x)^2+c*x = 0

  • Thread starter Thread starter dimensionless
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
dimensionless
Messages
461
Reaction score
1

Homework Statement


Given the equation
[tex]a log_{10}(x)^{2}+b log_{10}(x) + c x + d = 0[/tex]
solve for [tex]x[/tex]

Homework Equations


I don't think the quadratic equation will work here. There are a lot of equations at these two pages:

http://en.wikipedia.org/wiki/Logarithm
http://en.wikipedia.org/wiki/Logarithmic_identity

The Attempt at a Solution



I'm not sure where to start. I'm not sure that it is possible to solve. If it is possible, and it hasn't been solved before, then it might take some serious hacking.
 
Physics news on Phys.org
I doubt there is an explicit solution for this!
 
Because of the x both within and outside the logarithm, you won't be able find a simple "algebraic" expression for for x. You might use numerical solution or the Lambert W function.