If $ a, b, c, d $ are roots of the equation $$ x^4 + px^3 + qx^2 + rx + s=0 $$ Show that $$ (1+a^2)(1+b^2)(1+c^2)(1+d^2)=(1+s-q)^2 + (p-r)^2 $$
I was able to show this by using Vieta's formulas but the book from which I am doing this has not yet taught, till now it has just taught reminder, factor theorem and fundamental theorem of algebra so I want to ask that is there any other solution using only these or some more interesting way to do
So: $$ f(x)= (x-a)(x-b)(x-c)(x-d)$$
$$f(i) = (i-a)...\;\;\;\;{\rm and }\;\;\;\;f(-i)= (-i-a)...$$ thus $$f(i)f(-i) = (a^2+1)(b^2+1)(c^2+1)(d^2+1)$$
On the other side $$f(i)f(-i) = (1 -ip -q+ ri + s) (1 + ip + q - ri + s)$$ $$ = (1-q+s-i(p-r))(1-q+s+i(p-r))$$ $$= (1-q+s)^2+(p-r)^2$$