How Do You Approach Complex Double Integrals in Polar Coordinates?

  • Thread starter Thread starter Red
  • Start date Start date
  • Tags Tags
    Integration
Red
Messages
19
Reaction score
0

Homework Statement


Hi Guys, I need help to solve this double integration. This integration is over r and theta. The rest are constant.

Homework Equations


∫^{R_{2}}_{r=0} ∫^{\pi}_{\theta=0} r^{2} sin(\theta) dr d\theta / ((D^{2}+r^{2} - 2rd cos(\theta))^{2} - R_{1}^2)^{3}, r from 0 to R_{2}, theta from 0 to pi.

The slash stand for division, I am not sure how to create a proper fraction here so I used slash.

The Attempt at a Solution


I have attempted to solve this problem by reducing it to s hollow shell, ie r is a constant, but the integratino seem to be the same for theta.

Thank you for your help!
 
Last edited:
Physics news on Phys.org
I assume D is the same as d.
Are you sure about the integrand? It looks dimensionally wrong. R12 is a quadratic term being subtracted from a quartic term.
To get fractions in LaTex use \frac{}{}.
 
Red said:
∫^{R_{2}}_{r=0} ∫^{\pi}_{\theta=0} r^{2} sin(\theta) dr d\theta / ((D^{2}+r^{2} - 2rd cos(\theta))^{2} - R_{1}^2)^{3}, r from 0 to R_{2}, theta from 0 to pi.
Oh messy - you used the equation editor right?
Here, let me help...

$$\int_{r=0}^{R_2} \int_{\theta=0}^{\pi}
\frac{ r^2 \sin\theta \;\text{d}r\text{d}\theta }{ \big( (D^2+r^2-2rD\cos\theta)^2-R_1^2\big)^3 }$$ ... this what you meant?

To see how I did that, use the "quote" button at the bottom of this post.
I have the same reservations about the denominator as haruspex... suspect the square about the cosine rule term is misplaced.

It would probably help to know what problem you are actually trying to solve here.
 
Simon Bridge said:
Oh messy - you used the equation editor right?
Here, let me help...

$$\int_{r=0}^{R_2} \int_{\theta=0}^{\pi}
\frac{ r^2 \sin\theta \;\text{d}r\text{d}\theta }{ \big( (D^2+r^2-2rD\cos\theta)^2-R_1^2\big)^3 }$$ ... this what you meant?

To see how I did that, use the "quote" button at the bottom of this post.
I have the same reservations about the denominator as haruspex... suspect the square about the cosine rule term is misplaced.

It would probably help to know what problem you are actually trying to solve here.

Thank you Simon Bridge! It look much nicer now. I realized I made a mistake that you and haruspex pointed out, I have corrected the integration and it looks like this:

$$\int_{r=0}^{R_2} \int_{\theta=0}^{\pi}
\frac{ r^2 \sin\theta \;\text{d}r\text{d}\theta }{ \big( D^2+r^2-2rD\cos\theta-R_1^2\big)^3 }$$

I realized I can solve the theta part of this integration, however I do not know how to proceed on with the r part. This is what I get after solving the theta part:

$$\frac{ 1 }{ 4 D }\int_{r=0}^{R_2} \frac{ r }{ \big( (D-r)^2-R_1^2\big)^2 } - \frac{ r }{ \big( (D+r)^2-R_1^2\big)^2 } \text{d}r $$

Can you help me on this integration? Thank you!

I am using the Hamaker approach to derive the van der Waal potential between two sphere of radius R_{1} and R_{2}, the distance between the center of the two sphere is D.
 
I think you want a substitution like ##R_1\sec u = D-r## for the first one and ##R_1\sec u = D+r## for the second one.
But you may be able to just do it by partial fractions.
 
Thank you for your help!
 
Simon Bridge said:
To see how I did that, use the "quote" button at the bottom of this post.
You can also right click > Show math as > TeX commands.
 
Thanks adjacent! I have just learn TeXstudio so I am kind of more familiar with this kind of text input now.
 
Back
Top