English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How can u do this without newton's method. i mean how to find the exact solution.

2007-05-07 22:18:19 · 3 answers · asked by outofthisworld 2 in Science & Mathematics Mathematics

and how do u find W(ln10)

2007-05-07 22:32:43 · update #1

3 answers

If you are limited to just the functions you learned in high school, you cannot. If you have access to the Lambert W function, however, you may solve this equation as follows:

x^x=10

Take logs of both sides:

x ln x = ln 10

Represent x as e^(ln x)

ln x e^(ln x) = ln 10

Invoke the Lambert W function:

ln x = W(ln 10)

Exponentiate:

x = e^(W(ln 10))

And we are done.

Edit: It's implemented in Mathematica as ProductLog[x]. There's an online evaluator here: http://functions.wolfram.com/webMathematica/FunctionEvaluation.jsp?name=ProductLog

2007-05-07 22:28:15 · answer #1 · answered by Pascal 7 · 1 0

Basically this is taking the square root of 10 which will give you 3.1622776601683793319988935444327

2007-05-08 05:32:43 · answer #2 · answered by Cheers For All 3 · 0 0

e=2.7272727272

2007-05-08 06:46:49 · answer #3 · answered by Tuncay U 6 · 0 0

fedest.com, questions and answers