Thread Closed

definite integral to evaluate

 
Share Thread Thread Tools
Dec4-08, 11:06 AM   #1
 

definite integral to evaluate


The following integral came up in a paper I was reading recently.

[tex] \int_0^{2\pi}\ln(1 + x^2 - 2x\cos\theta)d\theta [/tex]

The answer, for x^2<1, is zero. I'm not sure why. I tried writing it as a power series and showing that the integral for any given power of x vanishes, but it got too messy to work through. Anyone have a trick?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Dec4-08, 06:29 PM   #2
 
Recognitions:
Homework Helper Homework Help
hint change variable to
u=x^2-2x cos(theta)
 
Dec4-08, 09:20 PM   #3
 
lurflurf, thank you for your reply, but I am still stuck. To make the substitution you suggest, I need to be able to completely eliminate theta, so:

[tex]
u = x^2 - 2x\cos\theta \vspace{10mm}[/tex]

[tex]
du = 2x\sin\theta d\theta[/tex]

[tex]
d\theta = \frac{du}{2x\sin\theta}[/tex]

[tex]
\frac{u - x^2}{-2x} = \cos\theta[/tex]

[tex]
\frac{u^2 - 2ux^2 + x^4}{4x^2} = 1-\sin^2\theta[/tex]

[tex]
\sin\theta = \sqrt{1-\frac{u^2 - 2ux^2 + x^4}{4x^2}}[/tex]

[tex]
d\theta = \frac{du}{2x \sqrt{1-\frac{u^2 - 2ux^2 + x^4}{4x^2}}}
[/tex]

I can't quite put this in the original problem yet, because the substitution is not bijective. There are multiple theta values over the range of the original integral that correspond to the same u value. I could split the integral into different pieces, or use the symmetry of the cosine function to play with the limits of integration before making any substitution, as I do below.

[tex]
\int_0^{2\pi} \ln(1+x^2 - 2x\cos\theta)d\theta = 2\int_0^\pi \ln(1+x^2 - 2x\cos\theta)d\theta
=2\int_{x^2 - 2x}^{x^2+2x} \ln(1+u) \frac{du}{2x \sqrt{1-\frac{u^2 - 2ux^2 + x^4}{4x^2}}}
[/tex]

Perhaps I'm missing something or made a mistake, but it doesn't look inviting from there.
 
Dec4-08, 09:24 PM   #4
 

definite integral to evaluate


I had Mathematica attempt to evaluate the integral analytically, but it failed. Plotting the function, it certainly looked plausible that for x^2<1 the integral evaluates to zero, and it's not really crucial for my research that I understand exactly why this works, but I am interested in how to do it, if anyone has a good method handy. The integral does appear in tables, but I didn't find an explanation of where the answer comes from.
 
Dec4-08, 11:44 PM   #5
 
Mathematica seemed to be happy with Integrate[Log[1 + x^2 - 2 x Cos[theta]], {theta, 0, 2 Pi}, Assumptions -> x > 0 && x < 1]: it gave an answer of zero. I'm thinking about how one could actually perform the integral; note that [tex]1 + x^2 - 2x cos \theta = \lvert 1 - xe^{i\theta} \rvert^2[/tex].
 
Dec6-08, 01:12 AM   #6
 
adrian,

you're right - thank you. mathematica just took a minute or so to do it, and i wasn't very patient.

you're also right about the vector interpretation. the argument of the natural log is essentially coming from the law of cosines.
 
Dec7-08, 03:10 PM   #7
 
Well, I think I found something that works, based on the series
[tex]\ln(1 - t) = - \sum_{n = 1}^{\infty} \frac{t^n}{n}, \lvert t \rvert < 1.[/tex]

Here goes:
[tex]
\begin{split}
\int_{0}^{2\pi} \ln(1 + x^2 - 2x \cos \theta) \,d\theta
&= \int_{0}^{2\pi} \ln \lvert 1 - xe^{i\theta} \rvert^2 \,d\theta \\
&= \int_{0}^{2\pi} \ln \left[(1 - xe^{i\theta})(1 - xe^{-i\theta})\right] \,d\theta \\
&= \int_{0}^{2\pi} \ln (1 - xe^{i\theta}) + \ln (1 - xe^{-i\theta}) \,d\theta \\
&= - \int_{0}^{2\pi} \sum_{n = 1}^{\infty} \frac{(xe^{i\theta})^n}{n} + \sum_{n = 1}^{\infty} \frac{(xe^{-i\theta})^n}{n} \,d\theta \text{\quad if $\lvert x \rvert < 1$} \\
&= - \sum_{n = 1}^{\infty} \frac{x^n}{n} \int_{0}^{2\pi} e^{in\theta} + e^{-in\theta} \,d\theta \\
&= 0.
\end{split}
[/tex]
 
Dec9-08, 08:21 PM   #8
 
adrian - that's pretty cool. thanks!
 
Thread Closed
Thread Tools


Similar Threads for: definite integral to evaluate
Thread Forum Replies
evaluate the definite integral and it exists Calculus & Beyond Homework 4
evaluate the definite integral Calculus & Beyond Homework 3
evaluate the definite integral Calculus & Beyond Homework 0
evaluate the definite integral Calculus & Beyond Homework 3
Evaluate the definite integral! Introductory Physics Homework 6