Tsunoyukami
- 213
- 11
I've been studying for a test and have been powering through the recommended problems and have stumbled upon a problem I just can't seem to figure out.
$$\int_{0}^{\infty} \frac{logx}{1+x^{2}} dx$$ (Complex Variables, 2nd edition by Stephen D. Fisher; Exercise 17, Section 2.6; pg. 167)
Write ##f(z) = \frac{log(z)}{z^{2}+1}## and consider the integral over the curve ##\gamma## which is composed of the following four parts; this guarantees that ##f(z)## is analytic (note that ##\gamma## does not pass through the origin).
1) ##\gamma_{1}##, the half circle of radius R, connecting R to -R.
2) ##\gamma_{2}##, the horizontal line connecting -R to -##\epsilon##
3) ##\gamma_{3}##, the half circle of radius ##\epsilon##, connecting -##\epsilon## to ##\epsilon##.
4) ##\gamma_{4}##, the horizontal line connecting ##\epsilon## to R.
It is possible to compute the integral of ##f(z)## over ##\gamma## using the Residue Theorem, which states:
$$\int_{\gamma} f(z) dz = 2\pi i \sum_{z_{p} inside \gamma} Res(f;z_{p})$$
Furthermore, it is clear that:
$$\int_{\gamma} f(z) dz = \int_{\gamma_{1}} f(z) dz + \int_{\gamma_{2}} f(z) dz + \int_{\gamma_{3}} f(z) dz + \int_{\gamma_{4}} f(z) dz$$
(I will note that ##\gamma_{4}## 'is' the integral we are interested in finding.)
First I will attempt to calculate the value of ##\int_{\gamma} f(z) dz## using the Residue Theorem.
$$\int_{0}^{\infty} \frac{log(x)}{1+x^{2}} dx$$
$$\int_{\gamma} \frac{log(z)}{1+z^{2}} dz = \int_{\gamma} \frac{log(z)}{(z+i)(z-i)} dz$$
Notice that, provided ##\epsilon## is small enough and ##R## is large enough, ##f(z)## has only a single simple pole inside ##\gamma## (which is "roughly" the upper half-plane as ##\epsilon## approaches 0 and ##R## approaches ##\infty##).
For a simple pole we can compute the residue in the following manner:
Suppose ##g(z) = \frac{P(z)}{Q(z)}## has a pole at ##z_{p}## (that is, ##Q(z_{p}) = 0##). If ##P(z_{p}) \neq 0## and ##Q'(z_{p}) \neq 0##:
$$Res(f;z_{p}) = Res(\frac{P(z)}{Q(z)};z_{p}) = \frac{P(z_{p})}{Q'(z_{p})}$$
For our ##f(z)## we have ##P(z) = log(z)## and ##Q'(z) = 2z##, so we can write:
$$Res(\frac{log(z)}{z^{2}+1}; i) = \frac{log(i)}{2i} = \frac{ln|i| + iarg(i)}{2i} = \frac{0 + iarg(i)}{2i} = \frac{iarg(i)}{2i} = \frac{arg(i)}{2} = \frac{\frac{\pi}{2}}{2} = \frac{\pi}{4}$$
Therefore, by the Residue Theorem:
$$\int_{\gamma} f(z) dz = 2\pi i \frac{\pi}{4} = \frac{\pi^{2} i}{2}$$
At this point I would like to note that it is clear that the real-valued definite integral we are asked to compute cannot possibly result in a negative value; therefore at least one other ##\gamma_{n}## must be non-zero. So the next thing I must do is check each ##\gamma_{n}## and estimate their value.
I will need the following estimates:
1) For any polynomial, with |z| large,
$$\frac{1}{2}|a_{n}|R^{n} ≤ |p(z)| ≤ 2|a_{n}|R^{n}$$
2) For any function ##f(z)##,
$$\left| \int_{\gamma} f(z) dz \right| = length(\gamma) \cdot max_{on \gamma}|f(z)|$$
Consider first ##\gamma_{1}##, the half circle of radius ##R##, connecting ##R## to -##R##. On ##gamma_{1}## note that ##|z| = R##. I will show that the value of this integral goes to ##0## as ##R## goes to ##\infty##.
$$\left| f(z) \right| = \left| \frac{log(z)}{z^{2}+1} \right| = \frac{\left|log(z)\right|}{\left|z^{2}+1 \right|} ≤ \frac{\left|ln|z| + iarg(z)\right|}{\frac{1}{2}R^{2}} ≤ \frac{2 (ln R + \left| iarg(R)\right|)}{R^{2}} ≤ \frac{2 (ln R + \pi)}{R^{2}} = \frac{2ln R + 2\pi)}{R^{2}}$$
$$length(\gamma) = \pi R$$
$$\left| \int_{\gamma} f(z) dz \right| = length(\gamma) \cdot max_{on \gamma}|f(z)| = \pi R \cdot \frac{2ln R + 2\pi)}{R^{2}} = \frac{2\pi(lnR + \pi)}{R} → 0$$
Consider next ##\gamma_{3}##, the half circle of radius ##\epsilon##, connecting -##\epsilon## to ##\epsilon##. Note ##|z| = \epsilon##.
I am not too sure how to approach this section of the curve. We consider taking ##\epsilon## to 0 - this means that the numerator must have a larger degree of ##\epsilon## than the denominator but all my steps for the similar curve (##\gamma_{1}## lead to the opposite. Can anyone help me with this?
Next we have two curves left to consider - ##\gamma_{2}## and ##\gamma_{4}##. Because the integral we are attempting to find is essentially ##\gamma_{4}## I expect ##\gamma_{2}## to give the value of ##\int_{\gamma} f(z) dz## I found above using the Residue Theorem, but I'm not sure how to do this exactly...
If anyone would be able to assist me in solving this problem it would be greatly appreciated! Thanks in advance!
$$\int_{0}^{\infty} \frac{logx}{1+x^{2}} dx$$ (Complex Variables, 2nd edition by Stephen D. Fisher; Exercise 17, Section 2.6; pg. 167)
Write ##f(z) = \frac{log(z)}{z^{2}+1}## and consider the integral over the curve ##\gamma## which is composed of the following four parts; this guarantees that ##f(z)## is analytic (note that ##\gamma## does not pass through the origin).
1) ##\gamma_{1}##, the half circle of radius R, connecting R to -R.
2) ##\gamma_{2}##, the horizontal line connecting -R to -##\epsilon##
3) ##\gamma_{3}##, the half circle of radius ##\epsilon##, connecting -##\epsilon## to ##\epsilon##.
4) ##\gamma_{4}##, the horizontal line connecting ##\epsilon## to R.
It is possible to compute the integral of ##f(z)## over ##\gamma## using the Residue Theorem, which states:
$$\int_{\gamma} f(z) dz = 2\pi i \sum_{z_{p} inside \gamma} Res(f;z_{p})$$
Furthermore, it is clear that:
$$\int_{\gamma} f(z) dz = \int_{\gamma_{1}} f(z) dz + \int_{\gamma_{2}} f(z) dz + \int_{\gamma_{3}} f(z) dz + \int_{\gamma_{4}} f(z) dz$$
(I will note that ##\gamma_{4}## 'is' the integral we are interested in finding.)
First I will attempt to calculate the value of ##\int_{\gamma} f(z) dz## using the Residue Theorem.
$$\int_{0}^{\infty} \frac{log(x)}{1+x^{2}} dx$$
$$\int_{\gamma} \frac{log(z)}{1+z^{2}} dz = \int_{\gamma} \frac{log(z)}{(z+i)(z-i)} dz$$
Notice that, provided ##\epsilon## is small enough and ##R## is large enough, ##f(z)## has only a single simple pole inside ##\gamma## (which is "roughly" the upper half-plane as ##\epsilon## approaches 0 and ##R## approaches ##\infty##).
For a simple pole we can compute the residue in the following manner:
Suppose ##g(z) = \frac{P(z)}{Q(z)}## has a pole at ##z_{p}## (that is, ##Q(z_{p}) = 0##). If ##P(z_{p}) \neq 0## and ##Q'(z_{p}) \neq 0##:
$$Res(f;z_{p}) = Res(\frac{P(z)}{Q(z)};z_{p}) = \frac{P(z_{p})}{Q'(z_{p})}$$
For our ##f(z)## we have ##P(z) = log(z)## and ##Q'(z) = 2z##, so we can write:
$$Res(\frac{log(z)}{z^{2}+1}; i) = \frac{log(i)}{2i} = \frac{ln|i| + iarg(i)}{2i} = \frac{0 + iarg(i)}{2i} = \frac{iarg(i)}{2i} = \frac{arg(i)}{2} = \frac{\frac{\pi}{2}}{2} = \frac{\pi}{4}$$
Therefore, by the Residue Theorem:
$$\int_{\gamma} f(z) dz = 2\pi i \frac{\pi}{4} = \frac{\pi^{2} i}{2}$$
At this point I would like to note that it is clear that the real-valued definite integral we are asked to compute cannot possibly result in a negative value; therefore at least one other ##\gamma_{n}## must be non-zero. So the next thing I must do is check each ##\gamma_{n}## and estimate their value.
I will need the following estimates:
1) For any polynomial, with |z| large,
$$\frac{1}{2}|a_{n}|R^{n} ≤ |p(z)| ≤ 2|a_{n}|R^{n}$$
2) For any function ##f(z)##,
$$\left| \int_{\gamma} f(z) dz \right| = length(\gamma) \cdot max_{on \gamma}|f(z)|$$
Consider first ##\gamma_{1}##, the half circle of radius ##R##, connecting ##R## to -##R##. On ##gamma_{1}## note that ##|z| = R##. I will show that the value of this integral goes to ##0## as ##R## goes to ##\infty##.
$$\left| f(z) \right| = \left| \frac{log(z)}{z^{2}+1} \right| = \frac{\left|log(z)\right|}{\left|z^{2}+1 \right|} ≤ \frac{\left|ln|z| + iarg(z)\right|}{\frac{1}{2}R^{2}} ≤ \frac{2 (ln R + \left| iarg(R)\right|)}{R^{2}} ≤ \frac{2 (ln R + \pi)}{R^{2}} = \frac{2ln R + 2\pi)}{R^{2}}$$
$$length(\gamma) = \pi R$$
$$\left| \int_{\gamma} f(z) dz \right| = length(\gamma) \cdot max_{on \gamma}|f(z)| = \pi R \cdot \frac{2ln R + 2\pi)}{R^{2}} = \frac{2\pi(lnR + \pi)}{R} → 0$$
Consider next ##\gamma_{3}##, the half circle of radius ##\epsilon##, connecting -##\epsilon## to ##\epsilon##. Note ##|z| = \epsilon##.
I am not too sure how to approach this section of the curve. We consider taking ##\epsilon## to 0 - this means that the numerator must have a larger degree of ##\epsilon## than the denominator but all my steps for the similar curve (##\gamma_{1}## lead to the opposite. Can anyone help me with this?
Next we have two curves left to consider - ##\gamma_{2}## and ##\gamma_{4}##. Because the integral we are attempting to find is essentially ##\gamma_{4}## I expect ##\gamma_{2}## to give the value of ##\int_{\gamma} f(z) dz## I found above using the Residue Theorem, but I'm not sure how to do this exactly...
If anyone would be able to assist me in solving this problem it would be greatly appreciated! Thanks in advance!