Find integers $a,b,c,d$ and $e$ such that $\sqrt{3} −\sqrt{5}$ is a solution to the equation: $$ax^4 + bx^3 + cx^2 + dx + e = 0.$$
Being new to quartic equations I wasn't sure how to solve this problem, must we use the quartic formula?
Any help is greatly appreciated!
Thanks
We have $$x =\sqrt {3}-\sqrt {5} $$ $$\Rightarrow x^2 =8-2\sqrt {15} $$ $$\Rightarrow 2\sqrt{15} = 8-x^2$$ $$\Rightarrow 4 (15) = (8-x^2)^2 =x^4-16x^2+64$$ $$\Rightarrow x^4-16x^2+4=0$$
Hope it helps.