Is it possible to get an explicit solution for this?

  • Thread starter Thread starter pondering
  • Start date Start date
  • Tags Tags
    Explicit
AI Thread Summary
An explicit solution for the equation x = 10log(x) + 30 can be derived using the Lambert W function. The discussion highlights that while an implicit solution is evident, numerical approximations suggest that real solutions are around 0.0001 and 46.6925. The transformation of the logarithmic equation into a form suitable for the Lambert W function involves converting logs to base e and rearranging the equation. Users are encouraged to improve their guesses systematically to find numerical answers. Ultimately, the Lambert W function is essential for obtaining an explicit solution to this logarithmic equation.
pondering
Messages
2
Reaction score
0
x = 10logx + 30 (log is log base 10)
I cannot get to anything other than this implicit solution. By trial and error I can tell that x must be slightly more than 1/1000 but I would like to get an exact answer.
 
Mathematics news on Phys.org
You need a function such as the Lambert W function to get an explicit solution. Real solution are approximately .0001 and 46.6925.
 
Thanks for the reply. I know you probably don't want to give me the answer right out but in looking at that Wikipedia article I still don't see how to do it. I am not able to get both x's on the same side in any manner resembling the examples from the article.
 
It can be a little tricky. These log's are base e.

x = (10/log(10))log(x) + 30
(-log(10)/10)x=-log(x)+30(-log(10)/10)
(-log(10)/10)x+log(x)=log(10^-3)
(-log(10)/10)x+log((-log(10)/10)x)-log(-log(10)/10)=log(10^-3)
(-log(10)/10)x+log((-log(10)/10)x)=log(-log(10)/10^4)
(-log(10)/10)x=W(-log(10)/10^4)
x=(-10/log(10))W(-log(10)/10^4)

There are log's of negative numbers in there.For finding numerical answers, you can improve your guess systematically
guess 50
x = 10log10(x) + 30
guess 0
x=10^(x/10-3)

Then in each case put the guess into the right hand side over and over until it changes very little.
ie
50
10log10(50) + 30~46.9897000
10log10(46.9897000) + 30~46.7200267
~46.6950
and so forth
 
pondering said:
Thanks for the reply. I know you probably don't want to give me the answer right out but in looking at that Wikipedia article I still don't see how to do it. I am not able to get both x's on the same side in any manner resembling the examples from the article.

First convert your log to base "e", and then write your equation in the form,

\ln(x) = ax + b

Now exponentiate both sided and put it in the form,

x = e^b \, e^{ax}

Finally mult both sides by (-a) and rearrange into the form,

(-ax) e^{-ax} = k

It should then be straightforward to use the Lambert W function.
 
Last edited:
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Replies
6
Views
2K
Replies
10
Views
2K
Replies
7
Views
3K
Replies
4
Views
1K
Replies
2
Views
3K
Replies
6
Views
5K
Replies
5
Views
2K
Back
Top