Need help evaluating flux integral

  • Thread starter Thread starter gluons
  • Start date Start date
  • Tags Tags
    Flux Integral
gluons
Messages
15
Reaction score
0
I have constructed a formula to represent the neutron flux from a disc emitter through an aperture. I have got it down to a double integral of a form that I can't see how to evaluate. Mathematica crashes on this and I am not ready yet to give up and go to numerical solution. Does anyone know a good technique for evaluating integrals of this type?

Int dTheta*Sin(2*Theta)*Sqrt[A^2-(r-D*Tan(Theta))^2]

It is a product of a trig function and then a sqrt with a trig function inside. Integration by parts doesn't improve the radical and I'm looking for analytic solution if possible...any ideas?
 
Physics news on Phys.org
Trig identities and operations like completing the square inside the square root will put that in the form

$$\int d\theta \sin\theta \sqrt{\beta \cos^2\theta -1},$$

which can be done in closed form by a simple substitution.
 
fzero said:
Trig identities and operations like completing the square inside the square root will put that in the form

$$\int d\theta \sin\theta \sqrt{\beta \cos^2\theta -1},$$

which can be done in closed form by a simple substitution.

The integrand is of the form

$$\int d\theta \sin2\theta \sqrt{\alpha^2 - (r-\beta\tan\theta)^2}$$

Completing the square will simplify the radical, but the radicand becomes negative in this case:

$$\int d\theta \sin2\theta \sqrt{-\gamma-u^2}$$ where $$u=\tan\theta-r/\beta$$ and $$\gamma = (\alpha^2-2r^2)/\beta^2$$

Our integrating variable $$du/d\theta$$ is then equal to $$1+\tan\theta^2 = 1/\cos^2\theta$$

After rewriting the differential coefficient in terms of u, the integral can then be rewritten

$$2 \int \frac{du (u+\frac{r}{\beta})}{(1+(u+\frac{r}{\beta})^2)^2} \sqrt{-\gamma-u^2}$$

Mathematica returns a huge mess to this. I think the fact that the u^2 is negative inside the radical makes this a different form from what you might have been thinking. I am not sure this form is easier to evaluate...
 
I think I may be able to construct a different integrand if I parameterize the problem differently...will check back later.
 
Toponium is a hadron which is the bound state of a valance top quark and a valance antitop quark. Oversimplified presentations often state that top quarks don't form hadrons, because they decay to bottom quarks extremely rapidly after they are created, leaving no time to form a hadron. And, the vast majority of the time, this is true. But, the lifetime of a top quark is only an average lifetime. Sometimes it decays faster and sometimes it decays slower. In the highly improbable case that...
I'm following this paper by Kitaev on SL(2,R) representations and I'm having a problem in the normalization of the continuous eigenfunctions (eqs. (67)-(70)), which satisfy \langle f_s | f_{s'} \rangle = \int_{0}^{1} \frac{2}{(1-u)^2} f_s(u)^* f_{s'}(u) \, du. \tag{67} The singular contribution of the integral arises at the endpoint u=1 of the integral, and in the limit u \to 1, the function f_s(u) takes on the form f_s(u) \approx a_s (1-u)^{1/2 + i s} + a_s^* (1-u)^{1/2 - i s}. \tag{70}...
Back
Top