1: \begin{abstract}
2: The Zernike radial polynomials are a system of orthogonal polynomials
3: over the
4: unit interval with weight $x$.
5: They are used as basis functions in optics to
6: expand
7: fields over the cross section of circular pupils.
8: To calculate the roots of Zernike polynomials,
9: we optimize the generic iterative numerical
10: Newton's Method that iterates on zeros of functions with third order convergence.
11: The technique
12: is based on rewriting the polynomials as Gauss hypergeometric functions, reduction of
13: second order derivatives to first order derivatives, and evaluation of some
14: ratios of derivatives by terminating continued fractions.
15:
16: A PARI program and a short table of zeros
17: complete up
18: to polynomials of 20th order are included.
19: \end{abstract}
20: