The general, intuitive idea of poles is that they are points where evaluating your function would entail dividing by zero. The order of the pole is the exponent in the factor that is going to zero in the denominator. It's best to start with some simple examples, such as rational functions:
$$ f(z) = \frac{(z + 1)(z - 2)}{(z + 1)(z - 1)(z-3)^2}$$
Notice that the denominator goes to zero at $z = -1, 1, 3$. For $z = -1$, however, there's also a copy of $(z + 1)$ on the top, so this is a pole of order zero, or a removable singularity, so it normally doesn't count. At $z = 1$, we have one copy of $(z - 1)$ in the denominator, so it's a pole of order $1$. For $z = 3$, we have $(z - 3)$ with multiplicity $2$, so it's a pole of order $2$.
Now let's look at a slightly more interesting example:
$$f(z) = \frac{z}{ \sin{z}}$$
As we all know, $\sin(z) = 0$ when $z = n \pi$, where $n$ is an integer, and furthermore, all these zeros of $\sin(z)$ are single roots, so naturally we might think that $f(z)$ has poles of order $1$ at $z = n \pi$ for every $n$. However, the $z$ in the numerator cancels out the zero at $z = 0$ in the denominator, so in fact $f(z)$ in this case has a pole of order $1$ for $z = n \pi$ for every nonzero $n$, while for $n = 0$, there won't be a pole (there is instead a removable singularity).
So the general strategy can be described as this:
- Identify all the zeros in the denominator, along with their multiplicities.
- Identify any zeros in the numerator that are also zeros in the denominator, along with their multiplicities.
- Each zero in the denominator is a pole whose order is given by taking the multiplicity in the denominator and subtracting away the multiplicity in the numerator. If the order isn't positive, then it actually isn't a pole.
I fully understand the simpler example but im still a little confused on the harder example, like the examples I have given..
For (ii) would there be a pole of z=2i with order 1, z=-2i with order 1, then another at z=0 with order 1.. But im not really sure if that is all. Then the zero for the numerator isn't also a zero in the denominator, so that isnt a pole?
– Mathsstudent147 May 03 '13 at 20:30