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
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}
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 41 ·
2
Replies
41
Views
5K
Replies
48
Views
7K
  • · Replies 13 ·
Replies
13
Views
3K
Replies
6
Views
3K
Replies
2
Views
3K
Replies
32
Views
4K
Replies
4
Views
2K