image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

Go Back   Physics Forums > Mathematics > General Math


Reply

image Solving a certain equation involving logarithms Share It Thread Tools Search this Thread image
Old Jun21-09, 11:20 PM                  #1
bitrex

bitrex is Offline:
Posts: 153
Solving a certain equation involving logarithms

I'm reading book called "Prime Obession" which attempts to give a layperson's introduction to the Riemann Hypothesis. In laying the groundwork in one of the early chapters the author is explaining the fact that the function log(x) increases more slowly in total than x raised to any power. For example, log(x) crosses the function x^0.1 somewhere less than e^e, and then falls below it again somewhere in the quadrillions. I'm wondering how one would go about solving the equation to find the Y axis intercepts? I want to find where log(x) = x^0.1, in trying to simplify the problem I end up with log(x)/x = e^0.1, but I'm not able to go any farther. The equation obviously has two solutions, so I imagine there's a polynomial involved somewhere? Any advice would be appreciated.
  Reply With Quote
Old Jun21-09, 11:37 PM                  #2
CRGreathouse

CRGreathouse is Offline:
Posts: 2,939
Recognitions:
Homework Helper Homework Helper
Science Advisor Science Advisor
Re: Solving a certain equation involving logarithms

Originally Posted by bitrex View Post
For example, log(x) crosses the function x^0.1 somewhere less than e^e, and then falls below it again somewhere in the quadrillions. I'm wondering how one would go about solving the equation to find the Y axis intercepts? I want to find where log(x) = x^0.1, in trying to simplify the problem I end up with log(x)/x = e^0.1, but I'm not able to go any farther. The equation obviously has two solutions, so I imagine there's a polynomial involved somewhere? Any advice would be appreciated.
log(x)/x = e^0.1 is not the same as log(x) = x^0.1.

Generally, equations like this have no easy solutions (though they can be solved in terms of a special function called Lambert's W). The best way is probably by numerical methods:

Code:
gp> solve(x=1,9,log(x)-x^.1)
time = 0 ms.
%1 = 3.0597266796208088546065494702258610157
gp> solve(x=1e15,1e16,log(x)-x^.1)
time = 0 ms.
%2 = 3430631121407801.2027753365093892641824
  Reply With Quote
Old Jun22-09, 12:56 AM                  #3
bitrex

bitrex is Offline:
Posts: 153
Re: Solving a certain equation involving logarithms

Yes, you're right. I made a mistake in playing around with the equation: log(x^0.1) != log(x)^0.1 . I considered that numerical methods would probably be a way to solve it; I just wasn't sure if there were some trick that I was missing. Thanks so much for your speedy reply!
  Reply With Quote
Old Jun22-09, 06:27 AM                  #4
Mentallic

Mentallic is Offline:
Posts: 787
Re: Solving a certain equation involving logarithms

This is equivalent to the idea that any function LaTeX Code: f(x)=a^x for all values a>1 will rise faster than any polynomial of nth degree such as LaTeX Code: g(x)=x^n n very large.
  Reply With Quote
Old Jun24-09, 03:57 PM                  #5
g_edgar

g_edgar is Offline:
Posts: 388
Re: Solving a certain equation involving logarithms

log(x) = x^(0.1)
exact solution is not possible in terms of your standard schoolbook functions
modern CASs like Maple will solve this using the Lambert W function...

x = 10000000000 (W(-0.1))10
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Solving a certain equation involving logarithms
Thread Thread Starter Forum Replies Last Post
Logarithms where you are solving for X chemistudent Calculus & Beyond 7 May12-09 02:02 AM
Solving an equation involving sin and cos terms nokia8650 Calculus & Beyond 2 Mar3-09 03:48 PM
solving logarithms kdinser General Math 10 Aug22-08 06:23 AM
logarithms solving for x emma3001 Calculus & Beyond 5 Aug19-08 11:05 AM
solving logarithms answerseeker Precalculus Mathematics 3 Feb17-06 01:02 AM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image