Integrating arcsinh in a Radiological Dose Problem

  • Thread starter Thread starter rapmasterj729
  • Start date Start date
  • Tags Tags
    Integral
rapmasterj729
Messages
2
Reaction score
0
Hello, I am attempting to do a radiolgoical dose over equivalent fields problem. I have the following integral that I am trying to show each step for but am getting tricked up after the first integration. Any help would be greatly appreciated:

Homework Statement


∫∫((1/√((x^2)+(y^2)))-μ')dxdy (μ' is a constant)also note the limits on X:0→L, and Y:0→W
Solution: 2L*ln((D+W)/L)+2W*ln((L+D)/W)+μ'LW (where D=sqrt((W^2)+(L^2)))


Homework Equations


n/a


The Attempt at a Solution


I can get through the first integration:
∫asinh((L/y)-μ'L)dy
Not sure what to do with the arcsinh, maybe express as logarithm?
 
Physics news on Phys.org
Yes, the inverse hyperbolic sine can be written as a logarithm: http://mathworld.wolfram.com/InverseHyperbolicSine.html . You should be able to write your first integral as ln(2(L + sqrt((L^2 + y^2))) - Lμ', though, which is different from what you got, although I may have read your integral badly. It doesn't get much nicer.
The term sqrt(x^2 + y^2) may mean an easier integral in polar coordinates. The rectangular region of integration then changes to r in [0, Lsec(t)] and t in [0, arctan(W/L)] plus a second integral with r in [0, Wcsc(t)] and t in [arctan(W/L), pi/2]. Your integral then simplifies to
\int_0^{\arctan\left(\frac{W}{L}\right)} \int_0^{L\sec\theta} 1 - \mu'r dr d\theta + \int_{\arctan\left(\frac{W}{L}\right)}^\frac{\pi}{2}\int_0^{W\csc\theta} 1 - \mu'r dr d\theta
This gives the same result with more transparent integrals.
 
Do you know how to convert to polar co-ordinates? The bounds are a bit tricky, but not too bad. For the second integral you'll need to integrate a secant (or two).
 
Thank you for your help
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top