I was wondering, if $\frac{x}{0}$ is undefined, is $\frac{x}{i}$ undefined too?
Considering that the real part of $i$ is zero, is the $\frac{x}{0+i}$ some form of division $x$ by $0$?
Does $\frac{x}{0+i}$ cause any problem of the kind $\frac{x}{0}$ does?
First note that complex numbers of the form $a+bi$ (where $a$ and $b$ are real numbers) include all the real numbers ($b=0$) and all the purely imaginary numbers ($a=0$). (This also means that $0$ is the only number that is both real and imaginary.)
Any complex number of the form $a+bi$ except for $0$ has a multiplicative inverse (in other words, its reciprocal exists) and therefore dividing by that number is the same as multiplying by the inverse.
Here is an elementary proof for how to explicitly find the multiplicative inverse of $a+bi$:
$$ \frac{1}{a+bi} \frac{a-bi}{a-bi} = \frac{a-bi}{a^2+b^2} $$ Notice that by multiplying the top and bottom of the fraction by the same $a-bi$ expression (this is known as the conjugate of $a+bi$), the denominator now becomes a simple real number, which you can distribute through the $a-bi$ on the top.
This trick doesn't work on $0$ though, as its conjugate $a-bi$ is still $0$, so you would be multiplying your fraction by $ \frac{0}{0}$, which is clearly illegal!