How Can Newton's Method Be Modified for Polynomial Congruences?

  • Context: Graduate 
  • Thread starter Thread starter tpm
  • Start date Start date
  • Tags Tags
    Method Newton
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
tpm
Messages
67
Reaction score
0
Let be the congruence equation with f(x) a Polynomial of grade k then:

[tex]f(x)=0mod(p)[/tex]

then if we have as a first approximation [tex]f(x_{n+1})=0mod(p)[/tex]

then using a linear interpolation: [tex]f(x_{n})+f'(x_{n})(x_{n+1}-x_{n})=0mod(p)[/tex] or [tex]x_{n+1}=(x_{n}+\frac{f(x_{n}}{f'(x_{n})})0mod(p/f'(x_{n})[/tex]

So we have 'modified' Newton method for solving Polynomial congruences. :Bigrin:
 
Physics news on Phys.org
I think in this case the mai question is if the linear interpolation solution

[tex]f(x_{n})+f'(x_{n})(x_{n+1}-x_{n})=0mod(p)[/tex] (1)

will work to solve the general congruence [tex]f(x)=0mod(p)[/tex] for f(x) a POlynomial solving it by iterations using Newton method, where from (1) form an initial ansatz x_n we can get the next approximate value x_{n+1}