Thread Closed

Complicated Double Integral

 
Share Thread Thread Tools
Feb18-06, 07:32 AM   #1
 

Complicated Double Integral


Hi,
I am new here, but apparently there are some decent mathematicians around, so I would like to confront you with a double integral problem.

Consider

[tex] \psi_n(z) = \int_0^{2\pi}\int_0^1 \frac{ (z-\frac{1}{2}) \cdot (r \cos(\theta) + \frac{1}{2})^n \cdot r} { \sqrt{ 4z^2+4r^2+4r\cos(\theta)+2-4z }^(2n+3) }\,dr\,d\theta [/tex]

which is a function of z for given n, n>0.
The problem is that I need an analytical sloution, because \psi_n shall be integrated again which can then be done numerically. I considered basic integration methods and gave the expression to maple but it didn't help. I wonder if there is any possibility to simplify the integrand / solve the integral.

If you don't think so please tell me so, too, this would already be some help. Thank you.

Hendrik
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Intel's Haswell to extend battery life, set for Taipei launch
>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
Feb18-06, 07:37 AM   #2
 
Hi,
I am new here, but apparently there are some decent mathematicians around, so I would like to confront you with a double integral problem.

Consider

[tex] \psi_n(z) = \int_0^{2\pi}\int_0^1 \frac{ (z-\frac{1}{2}) \cdot (r \cos(\theta) + \frac{1}{2})^n \cdot r} {\sqrt{4z^2+4r^2+4r\cos(\theta)+2-4z}^{2n+3}}\,dr\,d\theta [/tex]

which is a function of z for given n, n>0. The problem is that I need an analytical sloution, because \psi_n shall be integrated again which can then be done numerically. I considered basic integration methods and gave the expression to maple but it didn't help. I wonder if there is any possibility to simplify the integrand / solve the integral.

If you don't think so please tell me so, too, this would already be some help. Thank you.

Hendrik
Feb18-06, 07:39 AM   #3
 
Hi,
I am new here, but apparently there are some decent mathematicians around, so I would like to confront you with a double integral problem.

Consider

[tex] \psi_n(z) = \int_0^{2\pi}\int_0^1 \frac{ (z-\frac{1}{2}) \cdot (r \cos(\theta) + \frac{1}{2})^n \cdot r} {sqrt{4z^2+4r^2+4r\cos(\theta)+2-4z}^{2n+3}}\,dr\,d\theta [/tex]

which is a function of z for given n, n>0. The problem is that I need an analytical sloution, because \psi_n shall be integrated again which can then be done numerically. I considered basic integration methods and gave the expression to maple but it didn't help. I wonder if there is any possibility to simplify the integrand / solve the integral.

If you don't think so please tell me so, too, this would already be some help. Thank you.

Hendrik
Feb18-06, 07:39 AM   #4
 

Complicated Double Integral


Hi,
I am new here, but apparently there are some decent mathematicians around, so I would like to confront you with a double integral problem.

Consider

[tex] \psi_n(z) = \int_0^{2\pi}\int_0^1 \frac{ (z-\frac{1}{2}) \cdot (r \cos(\theta) + \frac{1}{2})^n \cdot r} {\sqrt{4z^2+4r^2+4r\cos(\theta)+2-4z}^{2n+3}}\,dr\,d\theta [/tex]

which is a function of z for given n, n>0. The problem is that I need an analytical sloution, because \psi_n shall be integrated again which can then be done numerically. I considered basic integration methods and gave the expression to maple but it didn't help. I wonder if there is any possibility to simplify the integrand / solve the integral.

If you don't think so please tell me so, too, this would already be some help. Thank you.

Hendrik
Feb19-06, 06:03 PM   #5
 
Recognitions:
Homework Helper Homework Help
Did you mean this ?

[tex] \psi_n(z) = \int_0^{2\pi}\int_0^1 \frac{ (z-\frac{1}{2}) \cdot (r \cos(\theta) + \frac{1}{2})^n \cdot r} {\sqrt{4z^2+4r^2+4r\cos (\theta)+2-4z^{2n+3}}}\,dr\,d\theta [/tex]


If so...


[tex] \psi_n(z) =(z-\frac{1}{2}) \int_0^{2\pi}\int_0^1 \frac{ (r \cos(\theta) + \frac{1}{2})^n \cdot r} {\sqrt{4z^2+4r^2+4r\cos (\theta)+2-4z^{2n+3}}}\,dr\,d\theta [/tex]

for a start, try interchanging the order of integration the stuff in z (under the radical) is just a constant so collect it as one, expand the numerator as a binomial series and integrate termwise after completing the square in the denominator. (maybe that'll work: try it.
Feb20-06, 08:14 AM   #6
 
Thanks for the answer, but no, I meant:

[tex] \psi_n(z) = \int_0^{2\pi}\int_0^1 \frac{ (z-\frac{1}{2}) \cdot (r \cos(\theta) + \frac{1}{2})^n \cdot r} {\sqrt{4z^2+4r^2+4r\cos(\theta)+2-4z}^{2n+3}}\,dr\,d\theta [/tex]

...sorry for the latex trouble. Taking out the constants is a good idea and it might speed up the numerical processing a little. But the question remains if the integral is analytically treatable, even for n=1.

Let's talk about this guy here
[tex] \psi_n(z) = \int_0^{2\pi}\int_0^1 \frac{(r \cos(\theta)+x_0)^n \cdot r} {\sqrt{r^2+r\cos(\theta)+p}^{2n+3}}\,dr\,d\theta [/tex]
and set n=0. We obtain:
[tex] \psi_1(z) = \int_0^{2\pi}\int_0^1 \frac{(r \cos(\theta)+x_0) \cdot r} {\sqrt{r^2+r\cos(\theta)+p}^{5}}\,dr\,d\theta [/tex]

What do you think?
Hendrik
Feb20-06, 10:21 AM   #7
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
You set n= 1, not 0.
Feb20-06, 10:40 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Have you looked at it in rectangular coordinates? It looks as if it would be much easier.
Feb21-06, 11:21 AM   #9
 
Recognitions:
Homework Helper Homework Help
Does

[tex] \psi_1(z) = \int_0^{2\pi}\int_0^1 \frac{(r \cos(\theta)+x_0) \cdot r} {\sqrt{r^2+r\cos(\theta)+p}^{5}}\,dr\,d\theta = \int_0^{2\pi}\int_0^1 \frac{(r \cos(\theta)+x_0) \cdot r} {\left( \sqrt{r^2+r\cos(\theta)+p}\right) ^{5}}\,dr\,d\theta = \int_0^{2\pi}\int_0^1 \frac{(r \cos(\theta)+x_0) \cdot r} {\left( r^2+r\cos(\theta)+p}\right) ^{\frac{5}{2}}}\,dr\,d\theta[/tex]

or what?
Mar7-06, 12:52 PM   #10
 
Hi Benorin, Hi Hurkyl,

meanwhile I solved the problem using mathematica instead of maple which I found out is much more performant numerically. I still don't know if it works other way, but thank you guys, anyway.

Hendrik
Thread Closed
Thread Tools


Similar Threads for: Complicated Double Integral
Thread Forum Replies
Complicated vector integral? Calculus & Beyond Homework 3
need some double integral help. Calculus 5
Double Integral Calculus & Beyond Homework 5
Seemingly simple integral...gets complicated Calculus & Beyond Homework 8
Double Integral Introductory Physics Homework 3