moxy
- 40
- 0
Homework Statement
f(z) = |z|
I'm looking to show that f'(z) does not exist for any z \in ℂ.
Homework Equations
f'(z) = \lim_{z_0 → 0}{\frac{f(z) - f(z_0)}{z - z_0}}
z = x + iy = Re(z) + i Im(z)
|z| = \sqrt{x^2 + y^2}
The Attempt at a Solution
Clearly I just have to show that \lim_{z_0 → 0}{\frac{f(z) - f(z_0)}{z - z_0}} does not exist. However, I'm confused about how to do this. I'm unsure of how to show that a limit doesn't exist in complex analysis.
I tried to take the limit in two cases, when Re(z) = Re(z_0) and then again when Im(z) = Im(z_0). Is this the correct approach?