nth root algorithm

This is an old revision of this page, as edited by 73.184.248.63 (talk) at 02:57, 16 June 2020 (Using Newton's method). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


The principal nth root of a positive real number A, is the positive real solution of the equation . For a positive integer n there are n distinct complex solutions to this equation if , but only one is positive and real.

Using Newton's method

Newton's method is a method for finding a zero of a function f(x). The general iteration scheme is:

  1. Make an initial guess  
  2. Set  
  3. Repeat step 2 until the desired precision is reached.

The nth root problem can be viewed as searching for a zero of the function

 

So the derivative is

 

and the iteration rule is

 
 
 
 

See also

References

  • Atkinson, Kendall E. (1989), An introduction to numerical analysis (2nd ed.), New York: Wiley, ISBN 0-471-62489-6.