<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Getting MAPLE to generate output on indefinite integrals</title>
    <link>http://www.mapleprimes.com/questions/35996-Getting-MAPLE-To-Generate-Output-On</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 10:50:22 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 10:50:22 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Getting MAPLE to generate output on indefinite integrals</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Getting MAPLE to generate output on indefinite integrals</title>
      <link>http://www.mapleprimes.com/questions/35996-Getting-MAPLE-To-Generate-Output-On</link>
    </image>
    <item>
      <title>I think the issue might lie with the cos(x) beneath the sq root</title>
      <link>http://www.mapleprimes.com/questions/35996-Getting-MAPLE-To-Generate-Output-On?ref=Feed:MaplePrimes:Getting MAPLE to generate output on indefinite integrals:Comments#answer60261</link>
      <itunes:summary>&lt;p&gt;I was able to get MAPLE to generate an output if I had r^2-a^2*x within the sq root, but not cos(x).&amp;nbsp; Why??&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I was able to get MAPLE to generate an output if I had r^2-a^2*x within the sq root, but not cos(x).&amp;nbsp; Why??&lt;/p&gt;</description>
      <guid>60261</guid>
      <pubDate>Sun, 10 Jan 2010 01:53:24 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>brackets</title>
      <link>http://www.mapleprimes.com/questions/35996-Getting-MAPLE-To-Generate-Output-On?ref=Feed:MaplePrimes:Getting MAPLE to generate output on indefinite integrals:Comments#answer60262</link>
      <itunes:summary>&lt;p&gt;the square brackets define a &amp;quot;list&amp;quot;, replace them by round brackets.&lt;/p&gt;
&lt;p&gt;[] -&amp;gt; ().&lt;/p&gt;
&lt;p&gt;if problems arise, copy-paste your lines of code together with the error message (if any).&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;the square brackets define a &amp;quot;list&amp;quot;, replace them by round brackets.&lt;/p&gt;
&lt;p&gt;[] -&amp;gt; ().&lt;/p&gt;
&lt;p&gt;if problems arise, copy-paste your lines of code together with the error message (if any).&lt;/p&gt;</description>
      <guid>60262</guid>
      <pubDate>Sun, 10 Jan 2010 02:26:00 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>The brackets are not the problem but see my output</title>
      <link>http://www.mapleprimes.com/questions/35996-Getting-MAPLE-To-Generate-Output-On?ref=Feed:MaplePrimes:Getting MAPLE to generate output on indefinite integrals:Comments#answer60263</link>
      <itunes:summary>&lt;p&gt;I used the brackets in this web browser editor, not in my MAPLE code.&amp;nbsp; Nonetheless, I have attached my output.&amp;nbsp; I attempted to transform the integral into a simpler form using variable substitutions.&amp;nbsp; Eq. 1 shows the resulting transformation in terms of u.&amp;nbsp; To solve this a number of integration by parts is likely required.&lt;/p&gt;
&lt;p&gt;Can MAPLE not do this operation???&amp;nbsp; Note if I attempt to integrate with respect to phi MAPLE won't do the integral either.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/files/9288_integral"&gt;http://www.mapleprimes.com/files/9288_integral&lt;/a&gt; output.pdf&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I used the brackets in this web browser editor, not in my MAPLE code.&amp;nbsp; Nonetheless, I have attached my output.&amp;nbsp; I attempted to transform the integral into a simpler form using variable substitutions.&amp;nbsp; Eq. 1 shows the resulting transformation in terms of u.&amp;nbsp; To solve this a number of integration by parts is likely required.&lt;/p&gt;
&lt;p&gt;Can MAPLE not do this operation???&amp;nbsp; Note if I attempt to integrate with respect to phi MAPLE won't do the integral either.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/files/9288_integral"&gt;http://www.mapleprimes.com/files/9288_integral&lt;/a&gt; output.pdf&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>60263</guid>
      <pubDate>Sun, 10 Jan 2010 03:55:00 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>integral output</title>
      <link>http://www.mapleprimes.com/questions/35996-Getting-MAPLE-To-Generate-Output-On?ref=Feed:MaplePrimes:Getting MAPLE to generate output on indefinite integrals:Comments#comment60264</link>
      <itunes:summary>&lt;p&gt;The link should have been&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/files/9288_integral output.pdf"&gt;www.mapleprimes.com/files/9288_integral output.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Maple Primes seems to have had trouble with the space in the file name).&lt;/p&gt;
&lt;p&gt;The integral is&lt;/p&gt;
&lt;pre&gt;
&amp;gt; int(exp(-I*k*sqrt(r^2-2*a*r*sin(theta)*cos(phi)+a^2)),phi=0..2*Pi);

&lt;/pre&gt;
&lt;p&gt;My best guess is that there is no closed form for this.&amp;nbsp; You could e.g. express the result as a series in powers of a:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; series(%,a) assuming r &amp;gt; 0;

&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;series(2*exp(-I*k*r)*Pi+(-1/2*k*Pi*(I+k*r-k*r*cos(theta)^2+cos(theta)^2*I)*exp(-I*k*r)/r)*a^2+(-1/32*k*Pi*(-k^3*r^3*cos(theta)^4-2*I*k^2*r^2+15*k*r*cos(theta)^4+2*k^3*r^3*cos(theta)^2+I+6*I*cos(theta)^2-6*k*r*cos(theta)^2-4*I*k^2*r^2*cos(theta)^2+6*I*k^2*r^2*cos(theta)^4-15*I*cos(theta)^4-k^3*r^3-k*r)*exp(-I*k*r)/r^3)*a^4+O(a^6),a,6)&lt;/maple&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The link should have been&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/files/9288_integral output.pdf"&gt;www.mapleprimes.com/files/9288_integral output.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Maple Primes seems to have had trouble with the space in the file name).&lt;/p&gt;
&lt;p&gt;The integral is&lt;/p&gt;
&lt;pre&gt;
&amp;gt; int(exp(-I*k*sqrt(r^2-2*a*r*sin(theta)*cos(phi)+a^2)),phi=0..2*Pi);

&lt;/pre&gt;
&lt;p&gt;My best guess is that there is no closed form for this.&amp;nbsp; You could e.g. express the result as a series in powers of a:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; series(%,a) assuming r &amp;gt; 0;

&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;series(2*exp(-I*k*r)*Pi+(-1/2*k*Pi*(I+k*r-k*r*cos(theta)^2+cos(theta)^2*I)*exp(-I*k*r)/r)*a^2+(-1/32*k*Pi*(-k^3*r^3*cos(theta)^4-2*I*k^2*r^2+15*k*r*cos(theta)^4+2*k^3*r^3*cos(theta)^2+I+6*I*cos(theta)^2-6*k*r*cos(theta)^2-4*I*k^2*r^2*cos(theta)^2+6*I*k^2*r^2*cos(theta)^4-15*I*cos(theta)^4-k^3*r^3-k*r)*exp(-I*k*r)/r^3)*a^4+O(a^6),a,6)&lt;/maple&gt;&lt;/p&gt;</description>
      <guid>60264</guid>
      <pubDate>Sun, 10 Jan 2010 11:21:09 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>