<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Do you know any antiderivative that maple can't find but we can?</title>
    <link>http://www.mapleprimes.com/questions/39891-Do-You-Know-Any-Antiderivative-That</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 22:12:54 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 22:12:54 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Do you know any antiderivative that maple can't find but we can?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Do you know any antiderivative that maple can't find but we can?</title>
      <link>http://www.mapleprimes.com/questions/39891-Do-You-Know-Any-Antiderivative-That</link>
    </image>
    <item>
      <title>PS. I think I need an indefinite integral</title>
      <link>http://www.mapleprimes.com/questions/39891-Do-You-Know-Any-Antiderivative-That?ref=Feed:MaplePrimes:Do you know any antiderivative that maple can't find but we can?:Comments#answer73132</link>
      <itunes:summary>&lt;p&gt;Thanks for your help!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks for your help!&lt;/p&gt;</description>
      <guid>73132</guid>
      <pubDate>Sun, 02 Mar 2008 12:17:33 Z</pubDate>
      <itunes:author>help me</itunes:author>
      <author>help me</author>
    </item>
    <item>
      <title>My homework</title>
      <link>http://www.mapleprimes.com/questions/39891-Do-You-Know-Any-Antiderivative-That?ref=Feed:MaplePrimes:Do you know any antiderivative that maple can't find but we can?:Comments#answer73131</link>
      <itunes:summary>&lt;p&gt;This is homework that I assigned.&amp;nbsp; Please don't do it for this student.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;This is homework that I assigned.&amp;nbsp; Please don't do it for this student.&lt;/p&gt;</description>
      <guid>73131</guid>
      <pubDate>Sun, 02 Mar 2008 12:19:54 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>That indefinite integral</title>
      <link>http://www.mapleprimes.com/questions/39891-Do-You-Know-Any-Antiderivative-That?ref=Feed:MaplePrimes:Do you know any antiderivative that maple can't find but we can?:Comments#answer73089</link>
      <itunes:summary>&lt;p&gt;HI Robert,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When the delay will be over, I would be very interested by one exemple.&amp;nbsp; Could you send it directly to me?.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mario Lemelin&lt;/p&gt;
&lt;p&gt;mario.lemelin@cgocable.ca&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;HI Robert,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When the delay will be over, I would be very interested by one exemple.&amp;nbsp; Could you send it directly to me?.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mario Lemelin&lt;/p&gt;
&lt;p&gt;mario.lemelin@cgocable.ca&lt;/p&gt;</description>
      <guid>73089</guid>
      <pubDate>Tue, 04 Mar 2008 20:47:59 Z</pubDate>
      <itunes:author>lemelinm</itunes:author>
      <author>lemelinm</author>
    </item>
    <item>
      <title>Another example</title>
      <link>http://www.mapleprimes.com/questions/39891-Do-You-Know-Any-Antiderivative-That?ref=Feed:MaplePrimes:Do you know any antiderivative that maple can't find but we can?:Comments#answer81374</link>
      <itunes:summary>&lt;p&gt;Any antiderivative is continuous, but the result of&lt;/p&gt;
&lt;p&gt;&amp;gt;int(abs(sin(x)),x);&lt;/p&gt;
&lt;p&gt;isn't continuous.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Any antiderivative is continuous, but the result of&lt;/p&gt;
&lt;p&gt;&amp;gt;int(abs(sin(x)),x);&lt;/p&gt;
&lt;p&gt;isn't continuous.&lt;/p&gt;</description>
      <guid>81374</guid>
      <pubDate>Sat, 17 Apr 2010 07:25:15 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>Examples</title>
      <link>http://www.mapleprimes.com/questions/39891-Do-You-Know-Any-Antiderivative-That?ref=Feed:MaplePrimes:Do you know any antiderivative that maple can't find but we can?:Comments#comment84007</link>
      <itunes:summary>&lt;p&gt;It's really not hard to get examples.&amp;nbsp; The basic strategy is: take a random function F of one variable, involving some square roots and some transcendental functions, then try&lt;/p&gt;
&lt;p&gt;f := simplify(diff(F,x));&lt;/p&gt;
&lt;p&gt;There's a pretty good chance that int(f, x) will come back unevaluated.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&lt;maple&gt;int(1/(ln(x)+2*x)^(3/2)*(1+2*x)/x,x) = -2/(ln(x)+2*x)^(1/2)&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;Please note: I do not regard this as evidence of a bug in Maple.&lt;br /&gt;
It merely shows that the Risch algorithm is not completely &lt;br /&gt;
implemented. &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It's really not hard to get examples.&amp;nbsp; The basic strategy is: take a random function F of one variable, involving some square roots and some transcendental functions, then try&lt;/p&gt;
&lt;p&gt;f := simplify(diff(F,x));&lt;/p&gt;
&lt;p&gt;There's a pretty good chance that int(f, x) will come back unevaluated.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&lt;maple&gt;int(1/(ln(x)+2*x)^(3/2)*(1+2*x)/x,x) = -2/(ln(x)+2*x)^(1/2)&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;Please note: I do not regard this as evidence of a bug in Maple.&lt;br /&gt;
It merely shows that the Risch algorithm is not completely &lt;br /&gt;
implemented. &lt;/p&gt;</description>
      <guid>84007</guid>
      <pubDate>Wed, 05 Mar 2008 23:39:06 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>sorry</title>
      <link>http://www.mapleprimes.com/questions/39891-Do-You-Know-Any-Antiderivative-That?ref=Feed:MaplePrimes:Do you know any antiderivative that maple can't find but we can?:Comments#comment84029</link>
      <itunes:summary>&lt;p&gt;Sorry, Robert.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Sorry, Robert.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>84029</guid>
      <pubDate>Sun, 02 Mar 2008 12:52:32 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
  </channel>
</rss>