I recently started learning about imaginary numbers, and a question asked to find a quadratic with roots of $2i$, $4i$. Solved simply by expanding $(x-2i)(x-4i)$ into $x^2 - 6ix - 8 = 0$.
However, how would I find a real function with the same roots, that is a function without $i$ in it? I attempted by saying:
$-b/2a = 3i$ (is this a correct assumption?) $\dfrac{\sqrt{b^2 - 4ac}}{2a} = i $
Then I made $-b = 6ai$, and thus $b^2 = -36a^2$. Then I solved for $c$. But I keep reaching a dead end, saying $b = 6ai$ and $c =8a$. Whilst this agrees with the initial function $x^2 - 6ix - 8$, it’s not what I’m looking for. Any help would be appreciated, thanks!
Let $f(x)=ax^2+bx+c$ with $a,b,c \in \mathbb R$ and $a \ne 0$.
If $z_0 \in \mathbb C$ is a root of $f$, then $ \overline{z_0}$ is also a root of $f$.
Consequence: $2i$ and $4i$ are never roots of $f$ if $a,b,c$ are real.