When $\alpha,\beta$ are roots of $x^2+bx+c=0$, Find the equation whose roots are $p$ and $q$ where, $p=\alpha +\beta^2,\,q=\beta+\alpha^2$. Also when $\alpha,\beta$ are imaginary show that, $b=-1\,$if and only if $p,q$ are real.
So far I have found the required equation as (say g(x)); $$g(x)=x^2-(b^2-b-2c)x+(b^2+c^2+c+3bc)=0$$
For the second part, it is given that $\alpha,\beta$ are imaginary. i.e $b^2-4c<0$
First I assumed $b=-1$ then $$\Delta g(x)=(b^2-b-2c)^2-4(b^2+c^2+c+3bc) =0$$ which gives $p,q$ are real (also coincidental)
Then I assumed $p,q$ are real which gives, $$\Delta g(x)\geq0$$ $$(b^2-b-2c)^2\geq4(b^2+c^2+c+3bc)$$
after few simplifications I ended up with, $$(b^2-4c)(b+1)^2-4b^2(b+1)\geq0$$
How can I say that $b=-1$ at this stage, Do I need to simplify this further? Please Help. Thanks.