<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, integrating [exp(-cx)]/[a^2+x^2]^1/2</title>
    <link>http://www.mapleprimes.com/questions/36033-Integrating-expcxa2x212</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 03:38:00 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 03:38:00 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, integrating [exp(-cx)]/[a^2+x^2]^1/2</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, integrating [exp(-cx)]/[a^2+x^2]^1/2</title>
      <link>http://www.mapleprimes.com/questions/36033-Integrating-expcxa2x212</link>
    </image>
    <item>
      <title>limits?</title>
      <link>http://www.mapleprimes.com/questions/36033-Integrating-expcxa2x212?ref=Feed:MaplePrimes:integrating [exp(-cx)]/[a^2+x^2]^1/2:Comments#answer60443</link>
      <itunes:summary>&lt;p&gt;you haven't said what limits you were integrating within&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;
expr := (exp(-c*x))/(a^2+x^2)^1/2;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(-c x)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expr := 1/2 ---------
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; 2
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp; + x

int( expr, x=0..1 );

&amp;nbsp; 1/4 I (exp(2 I c a) Ei(1, c a I) - Ei(1, -I c a)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - exp(2 I c a) Ei(1, c + c a I) + Ei(1, c - c a I))

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(-I c a)/a

int( expr, x=0..infinity );

&amp;nbsp; {
&amp;nbsp; { undefined , 0 &amp;lt; -I a
&amp;nbsp; {

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; undefined , 0 &amp;lt; a I

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lim&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1/4 I exp(-I c a) (
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x -&amp;gt; infinity

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(c a I)&amp;nbsp; Ei(1, c x + c a I)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - exp(c a I) exp(-I c a) Ei(1, c x - c a I)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - exp(2 I c a) Ei(1, c a I) + Ei(1, -I c a))/a , otherwise

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;you haven't said what limits you were integrating within&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;
expr := (exp(-c*x))/(a^2+x^2)^1/2;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(-c x)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expr := 1/2 ---------
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; 2
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp; + x

int( expr, x=0..1 );

&amp;nbsp; 1/4 I (exp(2 I c a) Ei(1, c a I) - Ei(1, -I c a)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - exp(2 I c a) Ei(1, c + c a I) + Ei(1, c - c a I))

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(-I c a)/a

int( expr, x=0..infinity );

&amp;nbsp; {
&amp;nbsp; { undefined , 0 &amp;lt; -I a
&amp;nbsp; {

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; undefined , 0 &amp;lt; a I

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lim&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1/4 I exp(-I c a) (
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x -&amp;gt; infinity

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(c a I)&amp;nbsp; Ei(1, c x + c a I)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - exp(c a I) exp(-I c a) Ei(1, c x - c a I)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - exp(2 I c a) Ei(1, c a I) + Ei(1, -I c a))/a , otherwise

&lt;/pre&gt;</description>
      <guid>60443</guid>
      <pubDate>Tue, 05 Jan 2010 02:57:54 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>I think you did the wrong function +</title>
      <link>http://www.mapleprimes.com/questions/36033-Integrating-expcxa2x212?ref=Feed:MaplePrimes:integrating [exp(-cx)]/[a^2+x^2]^1/2:Comments#answer60441</link>
      <itunes:summary>&lt;p&gt;This is where I am confused.&amp;nbsp; I do not want to define limits because I want a generic analytical expression, not to evaluate the integral.&amp;nbsp; Should I define the limits from 0 to an arbitrary constant?&amp;nbsp; Is this why MAPLE simply spits out the expression that I typed in?&lt;/p&gt;
&lt;p&gt;MAPLE has been a bit of an aggravating sore spot for me &amp;amp; so I don't use it that much which is probably why I have so many issues with it.&lt;/p&gt;
&lt;p&gt;The expression should be to integrate with respect to x and the variables a,b, &amp;amp; c are real +:&lt;/p&gt;
&lt;p&gt;exp(-c*x)/((a^2+b*x^2)^0.5)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;This is where I am confused.&amp;nbsp; I do not want to define limits because I want a generic analytical expression, not to evaluate the integral.&amp;nbsp; Should I define the limits from 0 to an arbitrary constant?&amp;nbsp; Is this why MAPLE simply spits out the expression that I typed in?&lt;/p&gt;
&lt;p&gt;MAPLE has been a bit of an aggravating sore spot for me &amp;amp; so I don't use it that much which is probably why I have so many issues with it.&lt;/p&gt;
&lt;p&gt;The expression should be to integrate with respect to x and the variables a,b, &amp;amp; c are real +:&lt;/p&gt;
&lt;p&gt;exp(-c*x)/((a^2+b*x^2)^0.5)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>60441</guid>
      <pubDate>Tue, 05 Jan 2010 04:05:02 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>antiderivative</title>
      <link>http://www.mapleprimes.com/questions/36033-Integrating-expcxa2x212?ref=Feed:MaplePrimes:integrating [exp(-cx)]/[a^2+x^2]^1/2:Comments#answer60444</link>
      <itunes:summary>&lt;p&gt;YEP, I cannot seem to find an analytical antideriv either.&amp;nbsp; By appearance it appears there should be one.&amp;nbsp; In fact, if 1 exists it would describe the radiation field emanating from a point source along a radial axis which I would think someone has solved.&amp;nbsp; MAYBE NOT&lt;/p&gt;
&lt;p&gt;Anyone has any other suggestions I welcome them!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;YEP, I cannot seem to find an analytical antideriv either.&amp;nbsp; By appearance it appears there should be one.&amp;nbsp; In fact, if 1 exists it would describe the radiation field emanating from a point source along a radial axis which I would think someone has solved.&amp;nbsp; MAYBE NOT&lt;/p&gt;
&lt;p&gt;Anyone has any other suggestions I welcome them!&lt;/p&gt;</description>
      <guid>60444</guid>
      <pubDate>Tue, 05 Jan 2010 09:41:12 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>jakubi is correct on the placement of the sq root</title>
      <link>http://www.mapleprimes.com/questions/36033-Integrating-expcxa2x212?ref=Feed:MaplePrimes:integrating [exp(-cx)]/[a^2+x^2]^1/2:Comments#answer60449</link>
      <itunes:summary>&lt;p&gt;see the symbolic expression by Robert Israel.&lt;/p&gt;
&lt;p&gt;All parameters, a, b, &amp;amp; c must be symbolic.&amp;nbsp; I can say in most instances b --&amp;gt;1.0 for my specific application.&lt;/p&gt;
&lt;p&gt;The difficulty arises when a is something other than ZERO.&lt;/p&gt;
&lt;p&gt;I ended up solving the integral by hand but had to employ transformations to get it in the form of:&lt;/p&gt;
&lt;p&gt;(exp(-cx))/x&lt;/p&gt;
&lt;p&gt;It took me about an hour.&amp;nbsp; Yesterday I spent the entire day attempting to get MAPLE to do the work.&amp;nbsp; What use is MAPLE?&amp;nbsp;&amp;nbsp;Everytime I use it nothing is EVER straight forward.&amp;nbsp; Software is supposed to speed things up &amp;amp; provide assistance.&amp;nbsp; MAPLE never does that.&lt;/p&gt;
&lt;p&gt;I wasted time &amp;amp; money on this package!!!!!&lt;/p&gt;
&lt;p&gt;I will try to upload my solution, any comments if incorrect is welcome!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;see the symbolic expression by Robert Israel.&lt;/p&gt;
&lt;p&gt;All parameters, a, b, &amp;amp; c must be symbolic.&amp;nbsp; I can say in most instances b --&amp;gt;1.0 for my specific application.&lt;/p&gt;
&lt;p&gt;The difficulty arises when a is something other than ZERO.&lt;/p&gt;
&lt;p&gt;I ended up solving the integral by hand but had to employ transformations to get it in the form of:&lt;/p&gt;
&lt;p&gt;(exp(-cx))/x&lt;/p&gt;
&lt;p&gt;It took me about an hour.&amp;nbsp; Yesterday I spent the entire day attempting to get MAPLE to do the work.&amp;nbsp; What use is MAPLE?&amp;nbsp;&amp;nbsp;Everytime I use it nothing is EVER straight forward.&amp;nbsp; Software is supposed to speed things up &amp;amp; provide assistance.&amp;nbsp; MAPLE never does that.&lt;/p&gt;
&lt;p&gt;I wasted time &amp;amp; money on this package!!!!!&lt;/p&gt;
&lt;p&gt;I will try to upload my solution, any comments if incorrect is welcome!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>60449</guid>
      <pubDate>Tue, 05 Jan 2010 21:56:32 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>I scanned in my solution but----</title>
      <link>http://www.mapleprimes.com/questions/36033-Integrating-expcxa2x212?ref=Feed:MaplePrimes:integrating [exp(-cx)]/[a^2+x^2]^1/2:Comments#answer60450</link>
      <itunes:summary>&lt;p&gt;How do I attach a JPEG scan?&amp;nbsp; I attempted to use the Insert/Edit Image icon at the top of the editing toolbox, but it is asking for a URL address.dd&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;How do I attach a JPEG scan?&amp;nbsp; I attempted to use the Insert/Edit Image icon at the top of the editing toolbox, but it is asking for a URL address.dd&lt;/p&gt;</description>
      <guid>60450</guid>
      <pubDate>Tue, 05 Jan 2010 22:08:38 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>My solution (Probably not 100% correct)</title>
      <link>http://www.mapleprimes.com/questions/36033-Integrating-expcxa2x212?ref=Feed:MaplePrimes:integrating [exp(-cx)]/[a^2+x^2]^1/2:Comments#answer60454</link>
      <itunes:summary>&lt;p&gt;I was not successful at uploading the images so I converted everything to pdf, so the supposed link info is below.&amp;nbsp; I do not think my solution is totally correct but it appears to be n the right track since I know from the text what the solution for the far field radiation distribution is supposed to be.&amp;nbsp; Page 1 is the derivation of the integral of concern.&amp;nbsp; Page 2 is the attempt to solve the integral.&amp;nbsp; I am pretty cdonfident in page 1.&amp;nbsp; Evaluation of the integral on p. 2 is where troubles reside &amp;amp; that is where I was hoping MAPLE would be of assistance.&lt;/p&gt;
&lt;p&gt;Any feedback as to how to correctly evaluate that integral is welcome.&amp;nbsp; Maybe it can only be done numerically?&lt;/p&gt;
&lt;p&gt;&amp;lt;a href='http://www.mapleprimes.com/files/9288_piston radiation model.pdf'&amp;gt;Download 9288_piston radiation model.pdf&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a href='http://www.mapleprimes.com/viewfile/3949'&amp;gt;View file details&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I was not successful at uploading the images so I converted everything to pdf, so the supposed link info is below.&amp;nbsp; I do not think my solution is totally correct but it appears to be n the right track since I know from the text what the solution for the far field radiation distribution is supposed to be.&amp;nbsp; Page 1 is the derivation of the integral of concern.&amp;nbsp; Page 2 is the attempt to solve the integral.&amp;nbsp; I am pretty cdonfident in page 1.&amp;nbsp; Evaluation of the integral on p. 2 is where troubles reside &amp;amp; that is where I was hoping MAPLE would be of assistance.&lt;/p&gt;
&lt;p&gt;Any feedback as to how to correctly evaluate that integral is welcome.&amp;nbsp; Maybe it can only be done numerically?&lt;/p&gt;
&lt;p&gt;&amp;lt;a href='http://www.mapleprimes.com/files/9288_piston radiation model.pdf'&amp;gt;Download 9288_piston radiation model.pdf&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a href='http://www.mapleprimes.com/viewfile/3949'&amp;gt;View file details&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>60454</guid>
      <pubDate>Wed, 06 Jan 2010 04:04:54 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
  </channel>
</rss>