Limits

We can define a limit of a complex function as…

Definition of a Complex Limit

Let where containing some neighbourhood of without necessarily including .

We say that as the limit as and denote when, for every there is a , such that for all we have .

Link to original

Which purely mathematically that is…

But more logically, it’s just the value that is approached when getting closer to an evaluation (but in two dimensions, rather than the usual one, hence two small values that are decreased).


Example: Calculate .

  1. Domain: The function is a polynomial, so it is defined for all . The domain is , and we aim to find the limit as approaches .

  2. Objective: We need to show that for every , there exists a such that if , then .

  3. Manipulation: Note that:

  1. Bounding : Assume . Let where . Then:

To simplify, choose (ensuring ), so .

  1. Choosing : We want . Using the bound , it suffices to have:

Thus, choose .

  1. Verification: If , then for :

Conclusion: By the - definition, .


But that’s quite convoluted - basically “first principles”. Instead, we used the lemme that if…

and , then…

Where we can calculate limits of multiple variables by breaking them into multiple limits and showing that they’re equal irrelevant of order, as there cannot be an infinite way to approach something - solutions must be unique.


Example (alternative solution): Calculate .

First, we convert which approach , such that…

Which is the same result, but slightly simpler and more methodical - just calculating limits after converting everything to .

If at any point a system has contradictory limits, then no limit will exist at that point.


There are many properties like this lemma and the triangle inequality that we can use to use to simplify the calculation of complex limits, as will follow.

You can sum limits, multiply them, divide, etc.

This simplifies a lot of limits from first principles to just be the same as normal limits. At most, you might have to re-write things to be simpler, like cancelling out factors for fractions, or multiplying by negative index versions to minimise infinity, etc. (all the same as normal limits from calculus modules).

Continuous functions

Let be an open set and let be a complex function. is continuous at if and only if…

Hence is continuous on all of if it is continuous on each point .


For example, to check if is continuous…

The domain contains all points except where , which can be found using roots of unity (either algebraically or geometrically). Geometrically, the roots are the equidistant values with modulus separated by an angle of , starting at . Hence…

We then let be any point in the domain of and show that


Similar to before, we can show that something is continuous by showing that its real and imaginary parts are continuous, separately, also.