I have been given this question. Where one root is given $z=1+i$ I need to solve for $a$ and $b$ for the polynominal
$$z^2-aiz+b=0$$
Give that both root are real
P.s i just dont know how to solve this as the Complex conjugate root therom doesent work in this context (there is an $i$ in the coefficient)... is there any other method i should use?
Just multiply out:
$ (x - z) (x - 1 - i) = x^2 - (z + 1 + i) x + z (1 + i) \\ $
You see that $z + 1 + i = a i$ and $z (1 + i) = b$. This is two (complex) linear equations, you get a relation between $z$, $a$ and $b$.