nth root by Newton’s method
The Newton’s method is very suitable for computing approximate values of higher roots (http://planetmath.org/NthRoot) of positive numbers (and odd roots of negative numbers!).
The general recurrence formula
of the method for determining the zero of a function , applied to
whose zero is , reads
(1) |
For a radicand , beginning from some initial value and using (1) repeatedly with successive values of
, one obtains after a few steps a sufficiently accurate value of if was not very far from the searched root.
Especially for cube root , the formula (1) is
(2) |
For example, if one wants to compute and uses , already the fifth step gives
which decimals.
Title | nth root by Newton’s method |
---|---|
Canonical name | NthRootByNewtonsMethod |
Date of creation | 2013-03-22 19:09:38 |
Last modified on | 2013-03-22 19:09:38 |
Owner | pahio (2872) |
Last modified by | pahio (2872) |
Numerical id | 10 |
Author | pahio (2872) |
Entry type | Example |
Classification | msc 49M15 |
Classification | msc 65H05 |
Classification | msc 26A06 |
Synonym | cube root of 2 |
Related topic | NthRoot |