Incomplete solution of integral

  • Thread starter Thread starter freddyfish
  • Start date Start date
  • Tags Tags
    Integral
freddyfish
Messages
57
Reaction score
0
The task is to integrate dθ/(k-cosθ) from -pi to pi.

This is the case - I have solved this and also seen the teacher solve this on the board but I am not satisfied with the method and answer. We used the method of resdues.

This is how my instructor would solve it:

F(cosθ,sinθ)=1/(k-cosθ)

F(x,y)=1/(k-x)=P(x,y)/Q(x,y)

Q(x,y)=k-x

x^2+y^2=1 implies Q(x,y)≠0 iff |k| is greater than 1.

-1≤k≤1 implies that Q(x,y)=0 iff x=k.

Indeed this seems legitimate.

He then evaluates the residues for |k| greater than 1 only.

However, when k is not greater than one, the poles lie on the unit circle in the finite/complex plane. In this case the residue method cannot be used and the answer is therefore not complete. What is the solution of this integral without the assumption that |k| is greater than 1?

Thanks
 
Physics news on Phys.org
Assuming real k: with ##|k| \leq 1##, your function is not well-defined everywhere in the integration range, and you need a different way to write the problem.
 
Yeah, your assumtion is correct. Well, that is how the problem was stated. All you are given is the integral, which I have presented in words instead of using the integral sign. Thus, how would I write it in a different way to make it possible to solve?
 
It depends on the integral you want to calculate, and the reason why you want to do that.

Something like
$$\lim_{\epsilon \to 0} \left( \int_{-\pi}^{\arccos(k)-\epsilon} \frac{d\theta}{k-cos(\theta)} + \int_{\arccos(k)+\epsilon}^{\pi} \frac{d\theta}{k-cos(\theta)} \right)$$
might be possible to evaluate.
 
Ah, of course! That's Cauchy's principal value of the integral. :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top