conana
- 23
- 0
Homework Statement
Use epsilon-delta proof to show that \lim_{z\to z_0}(z^2+c)=z_0^2+c.
Homework Equations
\forall\epsilon>0 \exists\delta>0 \forall z (|z-z_0|<\delta\Rightarrow|f(z)-\omega_0|<\epsilon)
The Attempt at a Solution
So f(z)=z^2+c and \omega_0=z_0^2+c. In order to write my proof I first need to find delta in terms of epsilon.
Let \epsilon>0. Then
\begin{align*}|f(z)-\omega_0|<\epsilon &\Rightarrow|(z^2+c)-(z_0^2+c)|<\epsilon \\<br /> <br /> &\Rightarrow|z^2-z_0^2|<\epsilon\\<br /> <br /> &\Rightarrow|(z+z_0)(z-z_0)|<\epsilon\\<br /> <br /> &\Rightarrow|z+z_0||z-z_0|<\epsilon\\<br /> <br /> &\Rightarrow|z-z_0|<\dfrac{\epsilon}{|z+z_0|}\end{align*}
And from here I'm kind of stumped. I need to get that z out of the right hand side so that i can choose delta in terms of epsilon only. I know that with functions of a real variable you can restrict the value of |x-x_0|<1 or something like that so you can put an upper and lower bound on delta, but I am not sure exactly how to employ this technique since pulling z's out of absolute value sign is a little different that pulling out x's.
Any help would be greatly appreciated. Thanks in advance.