Finding the 6-decimal Root of e^-x=lnx in [1,2]

  • Thread starter Thread starter shadowman187
  • Start date Start date
  • Tags Tags
    Root
shadowman187
Messages
3
Reaction score
0

Homework Statement



to six decimal places the root of the equation e^-x=lnx over interval [1,2]


The Attempt at a Solution


(e^-x)-lnx=0
F'(x) = (-e^-x)-(1/x)

x(subcript(n))-(e^-x)-lnx/(-e^-x)-(1/x)

the problem I am having is getting it to six decimal places. do i have to go int0 1.00001 or something like that in order to get six decimal places. since the interval is [1,2]?
 
Physics news on Phys.org
In the interval [a,b], a good approximation would be


x_1=\frac{a|F(b)|+b|F(a)|}{|F(a)|+|F(b)|}

To get to 6 dp, just put x1 to 7dp then when you work out x2 (the answer will be in 7dp), approximate it to 6dp.

In other words, when calculating using the 7dp number and when writing the answers, write it to 6dp, so you will see when the answers are the same to the same degree of accuracy.
 
I'm not sure what you mean by "go into 1.00001" but that number has only 5 decimal places.
Repeat the iteration until you get xn and xn+1 are the same to 6 decimal places- the first 6 digits after the decimal point are the same.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top