thed0ctor
- 11
- 0
The discussion revolves around proving the limit of a complex function as z approaches i, specifically lim z->i ((z^2+i)/(z^4-1))=∞. The subject area involves complex analysis and limit evaluation techniques.
There is ongoing exploration of different approaches to the limit, with some participants providing guidance on using the algebra of limits. Questions about the correctness of bounds and the implications of certain inequalities have been raised, indicating a productive dialogue without a clear consensus yet.
Participants note potential issues with division by zero and the appropriateness of using specific bounds. There is mention of homework constraints regarding the use of delta-epsilon definitions, which may affect the approach taken.
Please, Give us something readable without us having to switch back & forth between tabs/windows.thed0ctor said:
jbunniii said:Instead of trying to bound the expression above by 1/N, why not apply what you know about the algebra of limits?
[tex]\lim_{z \rightarrow i} \frac{(z + i)(z^2 - 1)(z - i)}{z^2 + i} = \frac{[\lim_{z \rightarrow i} (z + i)] [\lim_{z \rightarrow i} (z^2 - 1)][\lim_{z \rightarrow i} (z - i)]}{\lim_{z \rightarrow i} (z^2 + i)}[/tex]
This is valid provided that the limit in the denominator is nonzero.
If you can prove that the above limit is zero, then that implies your 1/N bound and you can proceed accordingly.
SammyS said:thed0ctor,
See what bound [itex]\displaystyle \left|z-i\right|<\frac{1}{2}[/itex] puts on [itex]\displaystyle \left|\frac{(z + i)(z^2 - 1)}{z^2 + i}\right|\ .[/itex]
[itex]\displaystyle \frac{-1+i}{\sqrt{2}}[/itex] is less that 1 unit from i on the complex plane, so δ = 1 is too large.thed0ctor said:...
I used the idea of bounding |z+i| by 3 by assuming delta was at most 1. I attached a pdf of my work. If someone could check it to make sure my logic is alright I'd be very grateful. I've just recently found out how epsilon and deltas work.
SammyS said:[itex]\displaystyle \frac{-1+i}{\sqrt{2}}[/itex] is less that 1 unit from i on the complex plane, so δ = 1 is too large.
[itex]\displaystyle \left(\frac{-1+i}{\sqrt{2}}\right)^2=-i[/itex] giving division by zero for the denominator of z2 + i .
That depends ...thed0ctor said:Sorry the last bit was meant to say
[tex]∴ \lim_{z \rightarrow i} \frac{z^2 + i}{z^4 -1} = ∞[/tex]
not:
[tex]∴ \lim_{z \rightarrow i} \frac{z^2 + i}{z^4 -i} = ∞[/tex]
Does this fix that issue? Because now I don't see the division by zero issue.
SammyS said:That depends ...
Is it acceptable to split-up the limit as you did in the PDF file? If so, then the proof at the end is fine.
However, if you are to use the definition for the given expression, then your first attempt was a good start. The algebra may be pretty involved to find what the bound is, depending on what restriction you place on δ.