I have been trying to find all the different methods for factoring cubics and so far in my search I have come across:
1)Using the sum/difference of cubes
2)The grouping method
3)Using the rational root test (and assuming you find a root) followed by synthetic division.
4)The discriminant approach ( which can be a little messy )
But I was looking over an old assignment and there was this question I got wrong at the time:
Determine the splitting field of
$f(x)=x^3-3x+1$ over $\Bbb Q$
Hint: If $\alpha$ is a root compute $f(1-\tfrac{1}{\alpha})$.
But none of the method I mentioned above give roots which are in agreement with the online calculator I'm using.
My questions are :
1) What method for factoring cubics can I use here ?
2) What are some other useful methods of factoring cubics I havent't mentioned here?( I hope to find an exhaustive list so I can always factor any cubic)
3) Is there any method which one can use on ${ANY}$ cubic, to find factors/roots ?
This polynomial factors as $$(x - \alpha)(x - (1 - 1/\alpha))(x - (-\alpha^2 - \alpha + 2))$$ where $\alpha$ is any root of the cubic.
You can find this by performing the long division $(x^3 - 3x + 1)/(x-\alpha)$ to get $x^2 + \alpha x + (\alpha^2 - 3)$ and then factoring that quadratic.
But we know that $1 - 1/\alpha$ is also a root so we can just long divide that out to get the final factor.