{"id":286,"date":"2020-07-02T12:38:30","date_gmt":"2020-07-02T12:38:30","guid":{"rendered":"https:\/\/integralsandseries.in\/?p=286"},"modified":"2025-11-16T11:27:00","modified_gmt":"2025-11-16T11:27:00","slug":"ramanujans-master-theorem-part-i","status":"publish","type":"post","link":"https:\/\/integralsandseries.in\/?p=286","title":{"rendered":"Ramanujan&#8217;s Master Theorem: Part I"},"content":{"rendered":"\n<p>\nRamanujan&#8217;s master theorem (RMT) is powerful tool that provides the Mellin transform of an analytic function using it&#8217;s power series around zero. \n<\/p>\n<p>\n<b>Theorem (RMT):<\/b> If the complex-valued function $f(z)$ has the following expansion\n$$ f(z) = \\sum_{n=0}^\\infty \\frac{\\varphi(n)}{n!}(-z)^n $$\nthen it&#8217;s Mellin transform is given by\n$$\\int_0^\\infty x^{s-1} f(x)\\; dx = \\Gamma(s) \\varphi(-s)$$\n<\/p>\n<p>\nSometimes RMT provides short proofs for integrals that appear to be very difficult. One such example is the following:\n$$\n\\int_0^\\infty x^{\\sigma-1} J_\\nu (x) \\; dx = \\frac{2^{\\sigma-1}\\Gamma\\left(\\frac{\\sigma+\\nu}{2}\\right)}{\\Gamma\\left(\\frac{2-\\sigma+\\nu}{2} \\right)} \\; ,\\quad  -\\nu &lt; \\sigma &lt; \\frac{3}{2} \\quad (1)\n$$\nwhere $ J_\\nu (x) $ is the Bessel function of the first kind.\n<\/p>\n\n\n\n<p>\nIndeed, $J_\\nu(x)$ has the following series expansion around $x=0$:\n$$J_\\nu(x) =\\sum_{n=0}^\\infty \\frac{(-1)^n }{n! \\Gamma(n+\\nu+1)}\\left(\\frac{x}{2} \\right)^{\\nu+2n}$$\nHence, we may apply the RMT to the function $x^{-\\nu\/2}J_\\nu(2\\sqrt{x})$ to obtain:\n$$\\int_0^\\infty x^{s-\\nu\/2-1} J_\\nu(2\\sqrt{x}) dx=\\frac{\\Gamma(s)}{\\Gamma(\\nu+1-s)}$$\nNow, one can perform the substitutions $x=t^2\/4$ and $s=\\frac{\\sigma+\\nu}{2}$ to transform the above integral into the integral of equation (1).\n<\/p>\n\n\n\n<p>\nIt turns out that a similar approach also works for the product $J_\\nu (x) J_\\mu(x)$. First, we need to compute it&#8217;s series expansion. This can be done by multiplying the individual series expansions and rearranging\/grouping certain terms.\n<\/p>\n<p style=\"font-size:0.9em\">\n$$\n\\begin{aligned}\nJ_{\\nu}(x)J_{\\mu}(x) &amp;= \\left(\\sum_{n=0}^\\infty \\frac{(-1)^n }{n! \\Gamma(n+\\nu+1)}\\left(\\frac{x}{2} \\right)^{\\nu+2n}\\right) \\left(\\sum_{m=0}^\\infty \\frac{(-1)^m }{m! \\Gamma(m+\\nu+1)}\\left(\\frac{x}{2} \\right)^{\\nu+2m} \\right) \\\\\n&amp;= \\sum_{n=0}^\\infty \\sum_{m=0}^\\infty \\frac{(-1)^{n+m} x^{\\nu+\\mu+2(m+n)}}{2^{\\nu+\\mu+2(m+n)}} \\cdot \\frac{1}{m! n!\\Gamma(n+\\nu+1)\\Gamma(m+\\mu+1)} \\\\\n&amp;= \\sum_{r=0}^\\infty \\frac{(-1)^{r} x^{\\nu+\\mu+2r}}{2^{\\nu+\\mu+2r}}\\sum\\limits_{\\substack{0\\leq m,n \\leq r \\\\ m+n=r}}\\frac{1}{m! n!\\Gamma(n+\\nu+1)\\Gamma(m+\\mu+1)} \\\\\n&amp;= \\sum_{r=0}^\\infty \\frac{(-1)^{r} x^{\\nu+\\mu+2r}}{2^{\\nu+\\mu+2r} r! \\Gamma(r+\\nu+1)\\Gamma(r+\\mu+1)}\\sum\\limits_{\\substack{0\\leq m,n \\leq r \\\\ m+n=r}}\\binom{r}{m,n} \\left(\\prod_{i=m+1}^r  (\\nu+i)\\right) \\left(\\prod_{j=n+1}^r (\\mu+j)\\right) \\\\\n&amp;= \\sum_{r=0}^\\infty \\frac{(-1)^{r} x^{\\nu+\\mu+2r}}{2^{\\nu+\\mu+2r} r! \\Gamma(r+\\nu+1)\\Gamma(r+\\mu+1)}\\sum _{n=0}^r\\binom{r}{n}(\\nu +r)^{\\underline{n}}(\\mu +r)^{\\underline{r-n}} \\\\\n&amp;= \\sum_{r=0}^\\infty \\frac{(-1)^{r} x^{\\nu+\\mu+2r}}{2^{\\nu+\\mu+2r} r! \\Gamma(r+\\nu+1)\\Gamma(r+\\mu+1)} (\\nu +\\mu+2r)^{\\underline{r}} \\\\\n&amp;= \\sum_{r=0}^\\infty \\frac{(-1)^{r} \\Gamma(\\nu+\\mu+2r+1)}{ r! \\Gamma(r+\\nu+1)\\Gamma(r+\\mu+1)\\Gamma(\\mu+\\nu+r+1)} \\left( \\frac{x}{2}\\right)^{\\nu+\\mu+2r} \\quad \\; \\quad (2)\n\\end{aligned}\n$$\n<\/p>\n<p>\nTo simplify the inner summation, we used the binomial theorem for falling factorials.\n<\/p>\n\n\n\n<p>\nTherefore, applying RMT to the function $x^{-\\frac{\\nu+\\mu}{2}}J_{\\nu}(2\\sqrt{x})J_{\\mu}(2\\sqrt{x})$, gives us:\n$$\\int_0^\\infty x^{s-\\frac{\\nu+\\mu}{2}-1} J_{\\nu}(2\\sqrt{x})J_{\\mu}(2\\sqrt{x}) \\; dx = \\frac{\\Gamma(s)\\Gamma(\\nu+\\mu+1-2s)}{\\Gamma(\\nu+1-s)\\Gamma(\\mu+1-s)\\Gamma(\\nu+\\mu+1-s)}$$\nFinally, make the substitutions $x=t^2\/4$ and $s=\\frac{\\sigma+\\nu+\\mu}{2}$ in the above integral to get:\n$$\\boxed{ \\int_0^\\infty x^{\\sigma-1}J_\\nu(x)J_\\mu(x)\\; dx = \\frac{2^{\\sigma-1} \\Gamma\\left(\\frac{\\nu+\\mu+\\sigma}{2} \\right)\\Gamma\\left(1-\\sigma\\right)}{\\Gamma\\left(\\frac{\\nu-\\mu-\\sigma}{2} +1\\right)\\Gamma\\left(\\frac{\\mu-\\nu-\\sigma}{2} +1\\right)\\Gamma\\left(\\frac{\\nu+\\mu-\\sigma}{2} + 1\\right)} } \\quad \\;\\quad (3)$$\nThe above equation holds provided that the condition $-(\\nu+\\mu)&lt; \\sigma &lt; 1$ is satisfied.\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ramanujan&#8217;s master theorem (RMT) is powerful tool that provides the Mellin transform of an analytic function using it&#8217;s power series around zero. Theorem (RMT): If the complex-valued function $f(z)$ has the following expansion $$ f(z) = \\sum_{n=0}^\\infty \\frac{\\varphi(n)}{n!}(-z)^n $$ then &hellip; <a href=\"https:\/\/integralsandseries.in\/?p=286\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-286","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/integralsandseries.in\/index.php?rest_route=\/wp\/v2\/posts\/286","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/integralsandseries.in\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/integralsandseries.in\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/integralsandseries.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/integralsandseries.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=286"}],"version-history":[{"count":57,"href":"https:\/\/integralsandseries.in\/index.php?rest_route=\/wp\/v2\/posts\/286\/revisions"}],"predecessor-version":[{"id":1188,"href":"https:\/\/integralsandseries.in\/index.php?rest_route=\/wp\/v2\/posts\/286\/revisions\/1188"}],"wp:attachment":[{"href":"https:\/\/integralsandseries.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=286"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/integralsandseries.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=286"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/integralsandseries.in\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}