Prove limit of complex function 2

complexnumber
Messages
61
Reaction score
0

Homework Statement



Prove using limit definition $\lim_{z \to z_0} (z^2 + c) = z_0^2 +<br /> c$.

Homework Equations





The Attempt at a Solution



For every $\varepsilon$ there should be a $\delta$ such that
<br /> \begin{align*}<br /> \text{if and only if } 0 &lt; |z - z_0| &lt; \delta \text{ then } |(z^2 + c) -<br /> (z_0^2 + c)| &lt; \varepsilon<br /> \end{align*}<br />

Starting from $ |(z^2 + c) - (z_0^2 + c)| &lt; \varepsilon$
<br /> \begin{align*}<br /> |(z^2 + c) - (z_0^2 + c)| = |z^2 - z_0^2| = |(z+z_0)(z-z_0)| &lt;<br /> \varepsilon<br /> \end{align*}<br />

How can I continue from here?
 
Physics news on Phys.org
This is the exact same proof as for the real case, I think. The more flexible approach is to first let \left|z-z_0\right| &lt; 1 and then apply the triangle inequality (you may need to use one of the variants of the inequality) to get a bound for \left|z+z_0\right| and then choose delta accordingly. If you want to satisfy two inequalities at the same time, delta will be written as the min of two numbers.

The other way is to apply the triangle inequality directly. Clearly, the \left|z+z_0\right| is the only term that gives us any trouble. Can you rewrite it so that we can use the fact that \left|z-z_0\right| &lt; \delta to our advantage? Hint: you need to add and subtract a term.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top