Find the limit, or give an argument of why it doesn't exist
$\lim_{z \to i} \dfrac {iz^3-1}{z+i}$
After many failed attempts, I looked at the answers and saw the limit is zero. However, I still can't solve it. I think the problem is meant to be solved using $\epsilon- \delta$, but I guess we can use other ways if really necessary.
I know I have to start at $\left|\dfrac {iz^3-1}{z+i} -0\right| < \epsilon$ and do illegal manipulations (make the LHS bigger) and arrive at $|z - i| < h(\epsilon)$. I proceeded:
$\left|\dfrac {iz^3-1}{z+i} -0\right| = \left|\dfrac {i(z^3+i)}{z+i}\right| = |i|\left|\dfrac { z^3 - i^3}{z+i}\right| = \left|\dfrac { (z - i)(z^2 + zi - 1)}{z+i}\right| $
The only option I can see is to try to find an upper bound for $\left|\dfrac {z^2 + zi - 1}{z+i}\right|$ on some disk centered at $i$, but I'm really not sure how to do this.