Is it possible to get an explicit solution for this?

  • Thread starter Thread starter pondering
  • Start date Start date
  • Tags Tags
    Explicit
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:
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

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