Math problem

phatj

Golden Member
Mar 21, 2003
1,837
0
0
If my logarithmic memory serves me right...
ln x^(1/2) = ln e ^ (-3x)..

ln x^(1/2) = -3x

umm... sorry im on summer vacation
 

MisterPants

Senior member
Apr 28, 2001
335
0
0
All I can manage is:
1/2lnx=-3x
ln[x^(1/2)e^(3x)]=0
x^(1/2)e^3x=1
Which takes me back to the beginning...
 

wyvrn

Lifer
Feb 15, 2000
10,074
0
0
The ln of e to any power = that power. So, ln e^-3x = -3x. If you take the ln of both sides, you end up with ln x^1/2 = -3x right? BTW, you cannot make ln x^1/2 = 1/2 ln x, because 1/2 is the power of x and not a coefficient, so what you have done is flawed. I am not sure what to do after ln x^1/2 = -3x though, I will think on it and get back.

Hm, then you could divide by -3 to get {-1/3 * ( ln x^1/2) } = x , not sure how to simplify beyond that.
 

GoingUp

Lifer
Jul 31, 2002
16,720
1
71
do you have a graphic calculator?

graph x^1/2 and e^-3x and calculate the intersection
 

Indolent

Platinum Member
Mar 7, 2003
2,128
2
0
Originally posted by: wyvrn
The ln of e to any power = that power. So, ln e^-3x = -3x. If you take the ln of both sides, you end up with ln x^1/2 = -3x right? BTW, you cannot make ln x^1/2 = 1/2 ln x, because 1/2 is the power of x and not a coefficient, so what you have done is flawed. I am not sure what to do after ln x^1/2 = -3x though, I will think on it and get back.

Hm, then you could divide by -3 to get {-1/3 * ( ln x^1/2) } = x , not sure how to simplify beyond that.

taking the natural log moves the power of x to the coefficient....simple natural log rule

*edit* which also proves you're first statement. ln e^-3x = -3x ln(e) ....... ln(e)=1 so it cancels out, leaving -3x


*edit^2* my calculator says .238 but i'm not quite sure how to get to that answer
 

GiLtY

Golden Member
Sep 10, 2000
1,487
1
0
One is a transcedantal function while the other is an algebraic. The only thing I can think of is calculator, or my calculus is failing me...
 

Muzzan

Member
Apr 15, 2003
169
0
0
Originally posted by: wyvrn
The ln of e to any power = that power. So, ln e^-3x = -3x. If you take the ln of both sides, you end up with ln x^1/2 = -3x right? BTW, you cannot make ln x^1/2 = 1/2 ln x, because 1/2 is the power of x and not a coefficient, so what you have done is flawed. I am not sure what to do after ln x^1/2 = -3x though, I will think on it and get back.

Hm, then you could divide by -3 to get {-1/3 * ( ln x^1/2) } = x , not sure how to simplify beyond that.

Nope, ln(sqrt(x)) = ln(x)/2. Follows from the definition of the logarithm ;)

ln(a^b) = b * ln(a). But if a happens to be e, then ln(a) is 1 (which is what you said in your first sentence, that the natural log of e to any power = that power).
 

wyvrn

Lifer
Feb 15, 2000
10,074
0
0
Ok so the answer is then (-1/6 ln x) = x, but where do we go from here?

Originally posted by: Muzzan
Originally posted by: wyvrn
The ln of e to any power = that power. So, ln e^-3x = -3x. If you take the ln of both sides, you end up with ln x^1/2 = -3x right? BTW, you cannot make ln x^1/2 = 1/2 ln x, because 1/2 is the power of x and not a coefficient, so what you have done is flawed. I am not sure what to do after ln x^1/2 = -3x though, I will think on it and get back.

Hm, then you could divide by -3 to get {-1/3 * ( ln x^1/2) } = x , not sure how to simplify beyond that.

Nope, ln(sqrt(x)) = ln(x)/2. Follows from the definition of the logarithm ;)

ln(a^b) = b * ln(a). But if a happens to be e, then ln(a) is 1 (which is what you said in your first sentence, that the natural log of e to any power = that power).

 

Muzzan

Member
Apr 15, 2003
169
0
0
wyvrn: you can't go anywhere from there, since the equation can't be solved algebraically. ;) You can graph it or use, say, Newton-Rapson to get an approximation though.
 

phatj

Golden Member
Mar 21, 2003
1,837
0
0
the natural log of e is 1. That is all i have left to contribute to this thread :(
 

Kyteland

Diamond Member
Dec 30, 2002
5,747
1
81
Equivalent equation: x*e^6x = 1

Unfortunately this can only be approximated. You could try integrating x*e^6x-1 = 0 and solving forany local maximum/minimum values, but I honestly don't see how this method would give you anything other than another approximation.
 

rgwalt

Diamond Member
Apr 22, 2000
7,393
0
0
First, graph the problem in order to see how many solutions there are. Then you can use Newton's method, or you can do a fixed point iteration, which is even easier.

Ryan
 

dmw16

Diamond Member
Nov 12, 2000
7,608
0
0
If you have matlab it could solve it easily for you. Or if you knew some C++ you could write a brute force program to find the answer. Or, if I remember right there is something called a W function, but I dont really remember how it works. Good luck,
-doug
 

wyvrn

Lifer
Feb 15, 2000
10,074
0
0
Ok above my head. Didn't learn Newton-Rapson in my two years of calc.

Originally posted by: Muzzan
wyvrn: you can't go anywhere from there, since the equation can't be solved algebraically. ;) You can graph it or use, say, Newton-Rapson to get an approximation though.