Newsgroups: sci.math.symbolic Subject: Re: Do these polynomials have distinct roots? From: rusin (but never sent, I think) Date: Mar 30 1998 (Timestamp on file) In article <351D8F25.2781@math.mcgill.ca>, Thomas Mattman wrote: >I would like to show that each polynomial in the following sequence >has distinct roots in C. [The polynomials were defined recursively as w[n] = p w[n-1] + q w[n-2] where w[1] = x^3 + 2x^2 + x + 1, w[2]= -(x^5 + 3x^4 + 4x^3 + 5x^2 + 4x +2), p= -(x^2 + x + 2) and q=-x^2 -- djr] I did not succeed in proving this. But you might be able to proceed further. My angle was to observe (no repeated roots) <=> gcd(f, f')=1 <=> there exist h, k with h f + k f' = 1. If these h, k exist, they are not unique, but there will be unique ones with deg(h) < deg(f'), deg(k)