So I'm asked to find the complex roots for the polynomial $f=x^4+3x-2$, knowing that it shares one of its roots with the polynomial $g=x^4+3x^3-3x+1$
My problem, however, is that when I try to find the GCD of f and g I get $(f:g)=1$, which would mean that f and g have no common roots. Am I wrong to assume this? Because else the GCD would be a grade 1 polynomial (if they share a root)
Maybe I made a mistake when calculating the GCD? (I did this by hand and they were many divisions through Euclid's Algorithm, but I can't find a mistake)
Thanks in advance
You made a mistake. Their GCD is $x^2 + x - 1$.