There is a theorem in algebra, whose name I don't recall, that states that given a polynomial and its roots I can easily factor it so for instance :
p(x)=x^2-36 ,
assuming that p(x) is a real function,
p(0)=0 \Leftrightarrow x=6,-6
then p(x) can be written as :
P(x)=(x-6)(x+6)
I...