LoA
- 12
- 0
Homework Statement
Let f(z) = z^{\frac{1}{3}} be the branch of the cube root function defined on \left[0, 2\pi\right). Show that f is not continuous for z_{0} where z_{0} is such that Re(z_{0}) > 0 and Im(z_{0}) = 0.
Homework Equations
For a sequence of complex numbers, z_{n} = x_{n} + iy_{n} converging to z_{0} = x_{0} + iy_{0},
lim z_{n} = z_{0} iff lim x_{n} = x_{0} and lim y_{n} = y_{0}
f is continuous if:
lim f(z_{n}) = f(z_{0}) when lim z_{n} = z_{0}
The Attempt at a Solution
Let z_{0} = a + ib, a>0, b = 0. Let z_{n} = x_{n} + iy_{n}. So lim z_{n} = z_{0} iff lim x_{n} = a and lim y_{n} = 0.
f(z_{n}) = e^{\frac{i}{3} [log(|z_{n}|) + arg(z_{n}) + 2k\pi)}, for k = 0,1,2
f(z_{n}) = (\sqrt{x_{n}^{2} + y_{n}^{2}})^{\frac{1}{3}}[cos(\frac{arg(x_{n}+iy_{n})+2k\pi}{3})+i sin(\frac{arg(x_{n}+iy_{n})+2k\pi}{3})]
But f(z_{0}) = a^{\frac{1}{3}}(cos(\frac{2k\pi}{3})+i sin(\frac{2k\pi}{3}), k = 0,1,2 since z_{0} = a
I'm not sure where to go from here. When I take the limit of f(z_{n}), it seems to agree with the expression for f(z_{0}), though I'm uncertain how to handle the argument function. Is the discontinuity because of the choice of branch? But how does that give rise to a problem? Let's say I let z_{n} approach a point on the real axis from above and another version approach the same point from below. Do they give the same value for the argument in the limit, or do they approach different values for the angle, say 0 for the approach from above and 2pi for the approach from below? But I thought arg(z) was defined between [-pi/2, pi/2], so wouldn't they approach the same angle, 0, from either direction? I'm asking about argument because my only clue is that somehow approaching from different positions gives different arguments for the roots, some of which may be outside the chosen branch, but I can't figure out how to show this. Any help, advice, or leading questions would be most appreciated. Thank you so much.