The Newton-Raphson Iteration

Calculus Level 3

Suppose you need the cube root of 3.79, but your calculator only does the four basic operations. You can use the Newton-Raphson method to calculate the root to any amount of accuracy needed.

x n + 1 = x n f ( x n ) f ( x n ) \large x_{n+1} = x_{n} - \frac{ f(x_{n})}{f'(x_{n})}

Find f(x).

.

x 0 = 1.8 x_{0} = 1.8

x 1 = 1.589917695 x_{1} = 1.589917695

x 2 = 1.559713388 x_{2} = 1.559713388

x 3 = 1.559120922 x_{3} = 1.559120922

x 4 = 1.559120697 x_{4} = 1.559120697

x 3 3.79 x^{3} - 3.79 3 x 3.79 3^{x - 3.79} x 3.79 3 \sqrt[3]{x - 3.79} x 3 \sqrt[3]{x}

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.

1 solution

Brandon Stocks
May 13, 2016

Let x ω x_{\omega} represent the exact root.

x ω = 3.79 3 , x ω 3 = 3.79 , x ω 3 3.79 = 0 x_{\omega} = \sqrt[3]{3.79}, \; \; \; x_{\omega}^{3} = 3.79, \; \; \; x_{\omega}^{3} - 3.79 = 0

f ( x ω ) = 0 = x ω 3 3.79 f(x_{\omega}) = 0 = x_{\omega}^{3} - 3.79 Thus

f ( x ) = x 3 3.79 f(x) = x^{3} - 3.79

You can test a few guesses to get a number that is in the neighborhood of 3.79 3 \sqrt[3]{3.79} . In the example calculations listed in the question, I chose my first test value to be x 0 = 1.8 x_{0} = 1.8 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...