The question is stated as following:
"First, solve the equation:
$ω^2=-11/4+15i$
and after, with the help of that, solve:
$z^2-(3-2i)z+(4-18i)=0$"
The problem for me lies in solving the system of equations for ω;
$Re:a^2-b^2=-11/4$ and $Im:2ab=15$
Where I eventually end up with the fourth degree equation: $4b^4+11b^2+15^2=0$ which I don't know how to solve, is this solveable or am I on the wrong track? I would very much appreciate some help, thank you for your time.
Note that $$|2\omega|^2=\left|-11+60\text{i}\right|=61\,.$$ We make an Ansatz that $2\omega$ is a Gaussian integer, namely, $2\omega=a+b\text{i}$ for some $a,b\in\mathbb{Z}$. It is not difficult to find integers $a$ and $b$ such that $$a^2+b^2=61\,.$$ Without loss of generality, you may assume that $a\geq 0$. (Well, since $61$ is a prime natural number congruent to $1$ modulo $4$, the pair $(a,b)$ is unique up to sign and permutation.)
In general, if you have coprime integers $m$ and $n$ such that $m$ is odd and $m^2+n^2=k^2$ for some integer $k>0$, then from https://en.wikipedia.org/wiki/Pythagorean_triple, we have $$(m,n)=(a^2-b^2,2ab)$$ for some coprime $a,b\in\mathbb{Z}$ with $a\not\equiv b\pmod{2}$. That is, $$m+n\text{i}=(a+b\text{i})^2\,.$$ Note that $a^2+b^2=k$. Here are a few examples: $-3-4\text{i}=(1-2\text{i})^2$, $5+12\text{i}=(3+2\text{i})^2$, $15-8\text{i}=(4-\text{i})^2$, and $-7+24\text{i}=(3+4\text{i})^2$.