utkarshakash
Gold Member
- 852
- 13
Homework Statement
Let f(x) = x^{4}+ax^{3}+bx^{2}+cx+d be a polynomial with real coefficients and real zeroes. If |f(i)| = 1, (where i = \sqrt{-1}) then find a+b+c+d.
Homework Equations
The Attempt at a Solution
f(i) = 1-b+d+ci-ai
Taking modulus
|f(i)|= |1-b+d+i(c-a)|
=(1-b+d)^{2}+(c-a)^{2}=1
Simplifying
a^{2}+b^{2}+c^{2}+d^{2}=2(b-d+bd+ac)
But this takes me nowhere close to the answer. What else can I try?