Today I learn about polynomial. Because I want to improve my knowledge. Thank you for your support and time for sharing information and experience.
From question :
If $a, b, c$ and $d$ are the roots of polynomial $Ax^4+Bx^3+Cx^2+Dx+E$ then find the value of $a^2+b^2+c^2+d^2$
What I know :
- $a+b+c+d=\frac{-B}{A}$
- $ab+ac+ad+bc+bd+cd=\frac{C}{A}$
- $abc+abd+acd+bcd=\frac{-D}{A}$
- $abcd=\frac{E}{A}$
What I try :
$$(a+b+c+d)^2=(a+b+c+d)(a+b+c+d)$$ $$\left(\frac{-B}{A}\right)^2=(a^2+ab+ac+ad)+(ab+b^2+bc+bd)+(ac+bc+c^2+cd)+(ad+bd+cd+d^2)$$ $$\left(\frac{-B}{A}\right)^2=2(ab+ac+ad)+2(bc+bd)+2(cd)+a^2+b^2+c^2+d^2$$ $$\left(\frac{-B}{A}\right)^2=2(ab+ac+ad+bc+bd+cd)+a^2+b^2+c^2+d^2$$ $$\left(\frac{-B}{A}\right)^2=2\left(\frac{C}{A}\right)+a^2+b^2+c^2+d^2$$ $$\left(\frac{-B}{A}\right)^2-2\left(\frac{C}{A}\right)=a^2+b^2+c^2+d^2$$ $$\frac{B^2}{A^2}-\frac{2AC}{A^2}=a^2+b^2+c^2+d^2$$ $$a^2+b^2+c^2+d^2=\frac{B^2-2AC}{A^2}$$
My Question:
- Is my work correct ?
- Is it possible trying from $abcd=\frac{E}{A}$ ?
Thank you for your help and your time. God bless you.