Solve for , where , satisfying the equation above.
The answer should have a mod(ε) of the order of -3 or lower
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Taking natural logarithm on both sides of x 7 . 9 = 7 . 9 x , we have 7 . 9 ln x = x ln 7 . 9 . Let f ( x ) = 7 . 9 ln x − x ln 7 . 9 . Then f ′ ( x ) = x 7 . 9 − ln 7 . 9 . Using Newton-Raphson method , we have x n + 1 = x n − f ′ ( x n ) f ( x n ) , we get x ≈ 1 . 4 6 8 4 0 3 5 1 1 .
The following is the calculations with an Excel spreadsheet. Column A: x n , column B: f ( x n ) , column C: f ′ ( x n ) , and column D: x n + 1 .