- 2,797
- 21
I was looking at finding a series solution to a 2nd order DE the other day and came up with the following (for one of the solutions, and there was a somewhat similar series for the other solution).
\sum_{k=0}^{\infty} \frac{x^{3k}}{(3k)!} \prod_{m=1}^{k-1} (3m+1)
Wolfram said the solutions were the Airy functions Ai and Bi, and since these can be defined in terms of the Hypergeometric function, ~_0F_1, I suspected that the series I had might be equivalent to a hypergeometric. http://mathworld.wolfram.com/AiryFunctions.html
Wolfram lists one of the hypergeometrics involved in Ai and Bi as, ~_0F_1(\frac{2}{3}, \frac{x^3}{9}). And when I expand this as per the definition here http://mathworld.wolfram.com/ConfluentHypergeometricLimitFunction.html I get the following.
\sum_{k=0}^{\infty} \frac{x^{3k}}{9^k \, k!} \left[ \prod_{m=0}^{k-1} (\frac{2}{3}+m) \right]^{-1}
When I sum these numerically in MATLAB I seem to get the same answer for both. I can see a lot of similarity but can't quite make out the equality of the two. Can anyone see any easy way to show they're equal?
\sum_{k=0}^{\infty} \frac{x^{3k}}{(3k)!} \prod_{m=1}^{k-1} (3m+1)
Wolfram said the solutions were the Airy functions Ai and Bi, and since these can be defined in terms of the Hypergeometric function, ~_0F_1, I suspected that the series I had might be equivalent to a hypergeometric. http://mathworld.wolfram.com/AiryFunctions.html
Wolfram lists one of the hypergeometrics involved in Ai and Bi as, ~_0F_1(\frac{2}{3}, \frac{x^3}{9}). And when I expand this as per the definition here http://mathworld.wolfram.com/ConfluentHypergeometricLimitFunction.html I get the following.
\sum_{k=0}^{\infty} \frac{x^{3k}}{9^k \, k!} \left[ \prod_{m=0}^{k-1} (\frac{2}{3}+m) \right]^{-1}
When I sum these numerically in MATLAB I seem to get the same answer for both. I can see a lot of similarity but can't quite make out the equality of the two. Can anyone see any easy way to show they're equal?
Last edited: