<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, A hypergeom challenge</title>
    <link>http://www.mapleprimes.com/posts/38790-A-Hypergeom-Challenge</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 18:29:18 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 18:29:18 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, A hypergeom challenge</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, A hypergeom challenge</title>
      <link>http://www.mapleprimes.com/posts/38790-A-Hypergeom-Challenge</link>
    </image>
    <item>
      <title>Very tough</title>
      <link>http://www.mapleprimes.com/posts/38790-A-Hypergeom-Challenge?ref=Feed:MaplePrimes:A hypergeom challenge:Comments#comment70007</link>
      <itunes:summary>&lt;p&gt;My attempts to crack this have not worked, but perhaps some of my ideas might be useful to someone else.&lt;/p&gt;
&lt;p&gt;My favourite tactic is to transform such problems into DE problems, so&lt;/p&gt;
&lt;pre&gt;
K := (81/539)*42^(1/2)*hypergeom([-1/2, 3/8, 169/88], [81/88, 19/8], -x/6):
de := collect(numer((lhs-rhs)(op([1,1],PDEtools[dpolyform](y(x)=K,no_Fn)))),diff,factor);&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;-507*y(x)+(3334*x+18468)*diff(y(x),x)+32*x*(211*x+1134)*diff(diff(y(x),x),x)+1408*x^2*(6+x)*diff(diff(diff(y(x),x),x),x)&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;3rd order, as expected (but the stupid display of the &amp;lt;maple&amp;gt; tag is annoying here).  The coefficients are not too nasty, and nicely the sqrt(42) has magically disappeared.  Taking a look at the solution:&lt;/p&gt;
&lt;pre&gt;
ans := rhs(dsolve(de));&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;_C1/x^(11/8)*(-1+x)+_C2*Int((6+x)^(1/2)*(-81+25*x)*x^(3/8)/(-1+x)^2,x)*(-1+x)/x^(11/8)+_C3*Int(Int(1/x^(81/88)*(-1+x)/(-81+25*x)^2/(6+x)^(3/2),x)*(6+x)^(1/2)*(-81+25*x)*x^(3/8)/(-1+x)^2,x)*(-1+x)/x^(11/8) &lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;[Again, the output in Classic is much nicer than here]&amp;nbsp; Where does this come from?  Well, the DE, as an operator, factors:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; DEtools[DFactor](DEtools[de2diffop](de,y(x),[Dx,x]),[Dx,x]);

                                      2
          2         3       48 (2875 x  + 5911 x - 27378) x
  [(8448 x  + 1408 x ) Dx + -------------------------------,
                                      -81 + 25 x

                             2       3
               -1863 x + 82 x  + 25 x  + 972          -11 + 3 x
        Dx + ---------------------------------, Dx + ------------]
             2 x (-1 + x) (6 + x) (-81 + 25 x)       8 x (-1 + x)
&lt;/pre&gt;
&lt;p&gt;Trying to figure out the values of the constants _C1, _C2 and _C3 turns out to be very hard since all 3 terms are singular at 0, so one would have to find out how to 'match' those singularities, which I have not been able to do.  However, it might be useful to know that the problem is &amp;quot;reduced&amp;quot; to one involving algebraic integrals.&lt;/p&gt;
&lt;p&gt;I have not tried to use any of the contiguity relations or quadratic transformations formulas for the 3F2 to see if somehow that can cause some of the arguments to 'collapse' and thereby simplify the problem.  It's too bad that Maple does not have a 'transformations' package with these formulas as transformations one can apply.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A hypergeom challenge</description>
      <guid>70007</guid>
      <pubDate>Mon, 25 Aug 2008 18:00:12 Z</pubDate>
      <itunes:author>JacquesC</itunes:author>
      <author>JacquesC</author>
    </item>
    <item>
      <title>thought similar</title>
      <link>http://www.mapleprimes.com/posts/38790-A-Hypergeom-Challenge?ref=Feed:MaplePrimes:A hypergeom challenge:Comments#comment82939</link>
      <itunes:summary>&lt;p&gt;and run into the 3rd oder DE (without splitting), it would not help to provide initial conditions here, but have not tried in points different from 0&lt;/p&gt;
&lt;p&gt;BTW the task seems to stem from the problems seen in &lt;a href="http://www.mapleprimes.com/forum/thomascalculus5615exercisegetshypergeom"&gt;www.mapleprimes.com/forum/thomascalculus5615exercisegetshypergeom&lt;/a&gt;&lt;br /&gt;
where it was unclear how to simplify the 2F1&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A hypergeom challenge</description>
      <guid>82939</guid>
      <pubDate>Mon, 25 Aug 2008 18:22:49 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>oh</title>
      <link>http://www.mapleprimes.com/posts/38790-A-Hypergeom-Challenge?ref=Feed:MaplePrimes:A hypergeom challenge:Comments#comment93985</link>
      <itunes:summary>&lt;p&gt;When seeing Edgar's challenge problem, my first thought was convert(W,Int) and to try working from there.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A hypergeom challenge</description>
      <guid>93985</guid>
      <pubDate>Mon, 25 Aug 2008 18:26:56 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>has not worked for me</title>
      <link>http://www.mapleprimes.com/posts/38790-A-Hypergeom-Challenge?ref=Feed:MaplePrimes:A hypergeom challenge:Comments#comment93986</link>
      <itunes:summary>&lt;p&gt;has not worked for me, got just a double integral, it should stand for 3F2 =Int(2F1) = Int(Int(...)) using Euler's integral I guess ... and similar for trying sums :-(&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A hypergeom challenge</description>
      <guid>93986</guid>
      <pubDate>Mon, 25 Aug 2008 18:30:15 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>guess</title>
      <link>http://www.mapleprimes.com/posts/38790-A-Hypergeom-Challenge?ref=Feed:MaplePrimes:A hypergeom challenge:Comments#comment93987</link>
      <itunes:summary>&lt;p&gt;My guess was that, somehow, the inner integrand might be the simplified result of adding two terms (perhaps each of which would then work in `int`, while the sum might not). I guessed this on the weak grounds that I thought that I saw hints in Edgar's posts in the other thread that you cited.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A hypergeom challenge</description>
      <guid>93987</guid>
      <pubDate>Mon, 25 Aug 2008 18:35:19 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>"Cheating?" w/ Maple</title>
      <link>http://www.mapleprimes.com/posts/38790-A-Hypergeom-Challenge?ref=Feed:MaplePrimes:A hypergeom challenge:Comments#comment70000</link>
      <itunes:summary>&lt;p&gt;The challenge was to show that W:=1.&amp;nbsp; There was no mention as to what available tools one could use to do this.&amp;nbsp; The methods outlined above are over my head mathematically. &amp;nbsp; Attached file showing W:=1.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://www.mapleprimes.com/files/221_hypergeom.mws"&gt;Download 221_hypergeom.mws&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.mapleprimes.com/viewfile/2752"&gt;View file details&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/p&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</itunes:summary>
      <description>The latest comments added to the Post, A hypergeom challenge</description>
      <guid>70000</guid>
      <pubDate>Mon, 25 Aug 2008 19:38:04 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
  </channel>
</rss>