Prove lim z->i ((z^2+i)/(z^4-1))=∞

  • Thread starter Thread starter thed0ctor
  • Start date Start date
Click For Summary

Homework Help Overview

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.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore various methods for evaluating the limit, including algebraic manipulation and bounding techniques. Some suggest breaking the problem into simpler limits, while others question the validity of certain assumptions and bounds used in the reasoning.

Discussion Status

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.

Contextual Notes

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.

thed0ctor
Messages
11
Reaction score
0
Captura.PNG
 
Physics news on Phys.org
thed0ctor said:
Please, Give us something readable without us having to switch back & forth between tabs/windows.

attachment.php?attachmentid=50993&d=1348011229.png
 
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.
 
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]
 
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.

I wasn't 100% sure of how proving that limit equals zero would help but I did take your advice and broke the problem into several limits whose products are infinity.

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]

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.
 

Attachments

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.
[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 .
 
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 .

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.
 
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.
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 δ.
 
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 δ.

Good point. I also believe I found a bound. it's a nasty number but it's off the assumption that |z-i|< δ< .5

I attached the pdf. I think I'm getting better with inequalities. Thanks so much for your help thus far!
 

Attachments

  • #10
I just skimmed through your PDF and I think I found a problem.

You established that [itex]|z^2 + i| < 11/2[/itex] but then you applied this with [itex]|z^2 + i|[/itex] in the denominator. In that case, you need to reverse the inequality:

[tex]\frac{1}{|z^2 + i|} > \frac{1}{11/2}[/tex]
Therefore your final inequality is not correct.

If you want an upper bound for [itex]1/|z^2 + i|[/itex], then you need a LOWER bound for [itex]|z^2 + i|[/itex].
 
  • #11
By the way, here's what I was getting at earlier in message #3. Suppose you have proved that

[tex]\lim_{z \rightarrow i} \frac{z^4 - 1}{z^2 + i} = 0[/tex]
Then this means, by definition, that given N > 0 there exists [itex]\delta > 0[/itex] such that
[tex]\left| \frac{z^4 - 1}{z^2 + i} \right| < \frac{1}{N}[/tex]
whenever [itex]0 < |z - i| < \delta[/itex]. But that's exactly what you need, right? (Just take the reciprocal of the above inequality.) Therefore the problem reduces to showing that
[tex]\lim_{z \rightarrow i} \frac{z^4 - 1}{z^2 + i} = 0[/tex]
and you can do this quite simply by using the algebra of limits (i.e., the limit of the quotient is the quotient of the limits), instead of playing around with all these inequalities.

Of course, if your instructor intends for you to do a full delta-epsilon proof for everything, then you should carry on doing that. It's hard to tell from the problem statement.
 
Last edited:

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
14
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K