8

The problem is to show that a polynomial $f(x) \in F[x]$ (F is a field) has no repeated roots if and only if f(x) and f'(x) (the derivative of f(x)) are relatively prime. I've managed to prove one direction of this equivalence (if there are no repeated roots, f(x) and f'(x) are relatively prime), but the other one gives me headaches... can anyone help out?

bzc
  • 8,622
JorenB
  • 549

2 Answers2

12

HINT $\rm\ \ g^2\ |\ f\ \Rightarrow\ g\ |\ gcd(f,f{\:'})\ $ since $\rm\ (g^2\:h)'\:=\ g\ (g\:h' + 2\:g'\:h)\:.$

Bill Dubuque
  • 272,048
1

So we are to prove that if $f(x)$ and $f'(x)$ are relatively prime, then there are no repeated roots. Let us consider the contrapositive: if there is a repeated root, then f(x) and f'(x) are not relatively prime. This, I think, is very simply to prove.

Denote the repeated root by r. Then $f(x) = (x-r)g(x)$ and $f'(x) = (x-r)h(x)$, for some $g(x)$ and some $h(x)$.

Chris
  • 2,763