Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.5K Views
|
4 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Solving a triple integral with assumptions

Posted 3 years ago

In a physics problem, I came across the following triple integral:

exp = (r Sin[\[Alpha]] (Cos[\[Theta]] Cos[\[Phi]] Sin[\[Alpha]] - 
     Cos[\[Alpha]] Sin[\[Theta]]))/(
  4 (-2 + Sqrt[2]) \[Pi]^2 (p^2 + r^2 - 
     2 p r Cos[\[Alpha]] Cos[\[Theta]] - 
     2 p r Cos[\[Phi]] Sin[\[Alpha]] Sin[\[Theta]])^(3/2));
Assuming[0 < r < 1 && 0 < \[Alpha] < \[Pi]/4 && \[Alpha] != \[Theta] &&
   0 < \[Theta] < \[Pi]/4 && 0 < \[Phi] < 2 \[Pi], \!\(
\*SubsuperscriptBox[\(\[Integral]\), \(0\), \(2  \[Pi]\)]\(
\*SubsuperscriptBox[\(\[Integral]\), \(0\), \(\[Pi]/4\)]\(
\*SubsuperscriptBox[\(\[Integral]\), \(0\), \(1\)]exp\ 
\*SuperscriptBox[\(p\), \(2\)] Sin[\[Alpha]]\ \[DifferentialD]p \
\[DifferentialD]\[Alpha] \[DifferentialD]\[Phi]\)\)\)]

I tried to perform each integration separately, but got no result. Is there any transformation or procedure, that I am not aware of, to accomplish this task? There is also an attached file. Grateful, Sinval

Attachments:
POSTED BY: Sinval Santos
4 Replies
Posted 2 years ago

Thanks again for your attention Hans. I also tried it with numerical integration and I got a lot of error messages. Sincerely, sinval

POSTED BY: Sinval Santos
POSTED BY: Hans Dolhaine
Posted 2 years ago

Hello, really this problem is almost impossible, and thank you for your contribution Hans. Regards, Sinval

POSTED BY: Sinval Santos

Hello, I am afraid your problem is next to impossible.

Here is a remark, which is unfortunately essentially useless, as you do not integrate over theta.

Your integrand

exp = (r Sin[\[Alpha]] (Cos[\[Theta]] Cos[\[Phi]] Sin[\[Alpha]] - 
            Cos[\[Alpha]] Sin[\[Theta]]))/(
      4 (-2 + Sqrt[2]) \[Pi]^2 (p^2 + r^2 - 
             2 p r Cos[\[Alpha]] Cos[\[Theta]] - 
             2 p r Cos[\[Phi]] Sin[\[Alpha]] Sin[\[Theta]])^(3/2));

a bit modified

e1 = 4 Pi^2 (Sqrt[2] - 2) exp p^2 Sin[\[Alpha]]

Now let

hh = p^2 + r^2 - 2 p r Cos[\[Alpha]] Cos[\[Theta]] -  2 p r Cos[\[Phi]] Sin[\[Alpha]] Sin[\[Theta]]

j1 = Sin[\[Alpha]]/(4 (Sqrt[2] - 2) p Pi^2  ) D[hh^(-1/2), \[Theta]] // Simplify

j1 is your integrand as derivative of theta.

exp - j1 // Simplify

But as already mentioned integration over theta is no issue and this is not a step to the solution of your problem.

POSTED BY: Hans Dolhaine
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard