Evaluation of a horrible Multiple Integral

  • Context: Graduate 
  • Thread starter Thread starter Korbid
  • Start date Start date
  • Tags Tags
    Integral Multiple
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Korbid
Messages
15
Reaction score
0
I need to evaluate numerically this integral (second virial coefficient).
At first, i want to simplify a bit, how could i do it?
Now, i have a 8-dimensional integral and it's very horrible.
T, k, tau0 and R are constants.
r is the position and v is the velocity for two particles 1,2.
r12 = r1-r2; v12=v1-v2

$$\int{e^{-\frac{(|\vec{v}_1|^2+|\vec{v}_2|^2)}{2T}}e^{-E(\tau)/T}}d^2r_1d^2r_2d^2v_1d^2v_2$$
$$E(\tau)=\frac{k}{\tau^2}e^{-\tau/\tau_0}$$
$$\tau(\vec{r}_{12},\vec{v}_{12})=\frac{-(\vec{r}_{12}\cdot\vec{v}_{12}) -\sqrt{(\vec{r}_{12}\cdot\vec{v}_{12})^2-|\vec{v}_{12}|^2(|\vec{r}_{12}|^2 - (2R)^2)}}{|\vec{v}_{12}|^2}$$
 
Physics news on Phys.org
stevendaryl said:
Well, you can simplify it a little by changing variables: Let [itex]\vec{r} = \vec{r_{12}}[/itex] and [itex]\vec{v} = \vec{v_{12}}[/itex]. Then you can integrate over [itex]\vec{r_1}[/itex] and [itex]\vec{v_1}[/itex] to leave just an integral over [itex]\vec{r}[/itex] and [itex]\vec{v}[/itex].

stevendaryl,

At first, thanks for answering me quickly.

I'm sorry but i don't understand your method.

if we do this change then we still have [itex]\vec{v2}[/itex] in the first exponential.
 
Korbid said:
stevendaryl,

At first, thanks for answering me quickly.

I'm sorry but i don't understand your method.

if we do this change then we still have [itex]\vec{v2}[/itex] in the first exponential.

Okay, so instead, let's let [itex]\vec{v} = \vec{v_2} - \vec{v_1}[/itex] and [itex]\vec{u} = \vec{v_1} + \vec{v_2}[/itex]. Then [itex]|v_1|^2 + |v_2|^2 = \frac{1}{2}(|\vec{u}|^2 + |\vec{v}|^2)[/itex]

Then you can do the integral over [itex]\vec{u}[/itex].
 
  • Like
Likes   Reactions: Korbid
stevendaryl said:
Okay, so instead, let's let [itex]\vec{v} = \vec{v_2} - \vec{v_1}[/itex] and [itex]\vec{u} = \vec{v_1} + \vec{v_2}[/itex]. Then [itex]|v_1|^2 + |v_2|^2 = \frac{1}{2}(|\vec{u}|^2 + |\vec{v}|^2)[/itex]

Then you can do the integral over [itex]\vec{u}[/itex].

Well, i have reached to simplify enough the integral. Thank you.
$$\int^{\infty}_0\int^{\infty}_0\int^{2\pi}_0 rv\exp\left(-\frac{v^2}{4T}\right)\exp\left(-\frac{E(\tau)}{T}\right)\;\mathrm{d}r\mathrm{d}v\mathrm{d}{\theta}$$
$$E(\tau)=\frac{k}{\tau^2}\exp\left(-\frac{\tau}{\tau_0}\right)$$
$$\tau=\frac{-r\cos(\theta)-\sqrt{(2R)^2-r^2\sin^2(\theta)}}{v}$$