Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16530
| From | "Alexander Elkins" <alexander_elkins@hotmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Solving special exponential integral |
| Date | 2014-02-07 12:38 +0000 |
| Message-ID | <ld2k4a$2af$1@smc.vnet.net> (permalink) |
| References | <lckihv$1hc$1@smc.vnet.net> |
| Organization | Time-Warner Telecom |
Using the variable substitution a -> Sqrt[x - b]
represented here by the function g, Mathematica gives
the following result:
In[1]:= With[{f =
Function[a, E^(-((a^2 * b * c^2)/(a^2 + b)))/(a^2 + b)^2],
g = Function[x, Sqrt[x - b]]},
Integrate[
f[g[x]] D[g[x], x], {x,
Sequence @@ InverseFunction[g] /@ {0, Infinity}}]]
Out[1]= ConditionalExpression[(
E^(-((b c^2)/
2)) \[Pi] (BesselI[0, (b c^2)/2] + BesselI[1, (b c^2)/2]))/(
4 b^(3/2)), Re[c^2] < 0 && b > 0]
Perhaps this helps...
"simone8888" <stefanvuckovic1@gmail.com> wrote in message
news:lckihv$1hc$1@smc.vnet.net...
> I have tried to solve this integral:
>
> Integrate[E^(-((a^2 b c^2)/(a^2 + b)))/(a^2 + b)^2,a]
> Mathemathica is not able to solve it, I have tried the integration by
parts and it did not work, as well as some substitutions. Any idea how to
tackle this problem?
>
Back to comp.soft-sys.math.mathematica | Previous | Next — Previous in thread | Find similar
Solving special exponential integral simone8888 <stefanvuckovic1@gmail.com> - 2014-02-02 04:45 +0000 Re: Solving special exponential integral "Alexander Elkins" <alexander_elkins@hotmail.com> - 2014-02-07 12:38 +0000
csiph-web