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

2007-02-24 02:22:04 · 3 answers · asked by creepy_mitch 2 in Science & Mathematics Mathematics

3 answers

Using Newton's method:

f(x) = x^x - 100 = 0

df/dx = x^x (1 + ln(x))

x(i+1) = x(i) - f(x(i)) / df(x(i))/dx

x = x - (x^x - 100) / (x^x (1 + ln(x))

x = x - (1 - 100 / (x^x)) / (1 + ln(x))

Iterate the last expression, it converges quadratically. After you get the first
two digits correct, each iteration gets twice as many good digits. The answer I
got using VPCalc was:

X = 3.59728,50235,40417,50549,76522,51782,28606,91355,43054,88657,67837,20252,12
797,29575,07555,97393,18180,35224,03705,91783,30204,97674,84 E+0

2007-02-24 02:28:28 · answer #1 · answered by claudk_2000 4 · 0 0

This can be easily solved in Microsoft excel by using the goal seek function. First we subtract 100 from both sides so that x^x-100 =0, Then we iterate until a solution of x is found which satisfies this equation. If you have Excel go to the tools section, scroll down until you see goal seek, enter the values and hey presto you solution is found to be 3.59728546397371.

2007-02-24 02:32:41 · answer #2 · answered by The exclamation mark 6 · 0 0

There is no analytic way to solve.With a scientific calculator I
x=3.59728502354

2007-02-24 04:02:27 · answer #3 · answered by santmann2002 7 · 0 0

fedest.com, questions and answers