Solving Exponential Integral with Pathlengths for Solids

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
k_c
Messages
2
Reaction score
0

Homework Statement



I'm working out different pathlengths for different solids but I'm stuck on the following integral:

Homework Equations



[tex]\int[/tex] x*exp(-C*sqrt[1-x2/A2]) dx

exp = exponential func
sqrt = square root
C and A are constants

The Attempt at a Solution



I tried to work it out with the substitution method, where u = -C*sqrt[1-x2/A2] and du = C/A2x(1-x2/A2)-1/2.

But it seems to be getting really complex afterwards, so I was wondering if I'm overlooking the simple approach for this integral?
 
Physics news on Phys.org
try integration by parts.
 
I tried it this way now:

u^2 = (1-x^2/a^2)
so du = -2x/a^2 dx and therefore x dx = -a^2/2 du

So the integral becomes: [tex]\int[/tex] -a^2/2 exp^(-cu) du
And then i find the solution: a^2/(2c) exp^(-cu)

Which is a^2/(2c) exp^[-c sqrt(1-x^2/a^2)]


I think this should be correct but the wolfram mathematica integrator gives me a different solution, so if somebody could confirm my method/solution, that would be great..
 
For the integral:
[tex] \int x\exp (-c\sqrt{1-x^{2}/a^{2}})dx[/tex]
I use the substitute:
[tex] u^{2}=1-\frac{x^{2}}{a^{2}}[/tex]
Then:
[tex] xdx=a^{2}udu[/tex]
This makes the integral become:
[tex] a^{2}\int ue^{-u}du[/tex]
This I think is easy to compute, so I will leave that part to you.