I tried to find the right handside of the equation by manipulating the series but I failed at getting the right handside of it. $$\left(1+\frac{1}{3}x+\frac{1}{24}x^2+\frac{1}{300}x^3+...\right)^2 = 1 +\frac{2}{3}x+\frac{7}{36}x^2+\frac{1}{30}x^3+...$$ Closed form of the left handside in the parantheses would be $$\sum_{n=0}^{\infty}\frac{2}{n!(n+2)!}x^n$$ Any hint would be appreciated.
-
1Simple, you foil... A lot. – Simply Beautiful Art Dec 05 '16 at 14:35
-
@SimpleArt How's that? – FreeMind Dec 05 '16 at 14:36
-
1I would say that the inequality as given does not hold. I also have no idea how either series continues. Is the second $x^2$ on the RHS a mistake? – Joffan Dec 05 '16 at 14:36
-
2Is the coefficient of $\frac{1}{30}$ $x^{2}$ or $x^{3}$? – Dec 05 '16 at 14:37
-
Take $(1+a_1)^2$ and foil it. Let $a_1=\frac13x+a_2$. Foil more and let $a_2=\frac1{24}x^2+a_3$. Etc. – Simply Beautiful Art Dec 05 '16 at 14:38
-
1You could do this with generating functions to be more rigorous, but I think StackTD's answer below is cleaner and easier to intuit. – The Count Dec 05 '16 at 14:44
-
@TheCount I wish you could post your generating function solution since I am looking for a more technical solution to the problem. – FreeMind Dec 05 '16 at 14:45
-
So, I thought your coefficient sequence would be easy to see, but I confess I am not seeing it immediately. What formula is giving you the coefficients? – The Count Dec 05 '16 at 14:49
-
@TheCount I have updated the question including closed form. – FreeMind Dec 05 '16 at 14:57
-
@FreeMind I wonder why OEIS didn't pick up on this? weird. In any case, I'm working on it. – The Count Dec 05 '16 at 15:15
-
Another user posted at almost the same time as me. He gives the closed form, and very nice manipulations. I went more for intuition, but there you go. :) – The Count Dec 05 '16 at 15:36
3 Answers
Well, you can carefully multiply and don't forget any terms: $$\left( 1 + \frac{1}{3}x+\frac{1}{24}x^2 + \cdots \right)^2 = \left( \color{blue}{1 + \frac{1}{3}x+\frac{1}{24}x^2 + \cdots }\right)\left(\color{red}{ 1 + \frac{1}{3}x+\frac{1}{24}x^2 + \cdots }\right)$$
Expanding and combining terms of the same degree:
- constant term: $$\color{blue}{1} \cdot \color{red}{1} = 1$$
- linear term: $$\color{blue}{1} \cdot \color{red}{\tfrac{1}{3}x}+\color{blue}{\tfrac{1}{3}x} \cdot \color{red}{1} = \tfrac{2}{3}x$$
- quadratic term: $$\color{blue}{1} \cdot \color{red}{\tfrac{1}{24}x^2}+\color{blue}{\tfrac{1}{3}x} \cdot \color{red}{\tfrac{1}{3}x} + \color{blue}{\tfrac{1}{24}x^2} \cdot \color{red}{1} = \tfrac{7}{36}x^2$$
- ...
- 27,903
- 34
- 63
We first calculate the Cauchy product/product of power series \begin{align*} \left(\sum_{n=0}^\infty \frac{2}{n!(n+2)!}\cdot x^n\right)^2 &= \sum_{n=0}^\infty \left(\sum_{k=0}^n \frac{2}{k!(k+2)!}\cdot \frac{2}{(n-k)!(n-k+2)!} \right)\cdot x^n\\ &= \sum_{n=0}^\infty \left(\frac{4}{(n+2)!^2}\cdot \sum_{k=0}^n \binom {n+2}{k} \cdot \binom{n+2}{k+2}\right)\cdot x^n. \end{align*} By the Vandermonde convolution identity we have $$ \sum_{k=0}^n\binom{n+2}{k}\cdot\binom{n+2}{k+2} = \sum_{k=0}^n \binom{n+2}{k} \cdot \binom{n+2}{n-k} = \binom{2n+4}{n}. $$ Thus, we have $$ \left(\sum_{n=0}^\infty \frac{2}{n!(n+2)!}\cdot x^n\right)^2 = \sum_{n=0}^\infty \frac{4}{(n+2)!^2}\cdot \binom{2n+4}{n}\cdot x^n. $$
- 5,779
-
Interestingly, both this result and the initial series are of the form of generalized hypergeometric series. Specifically, one has (using Mathematica) $$_0F_1(-;3;x)^2={_1F_2}\left(\frac{5}{2};3,5;4x\right).$$ – Semiclassical Dec 05 '16 at 16:05
-
Very nice (+1). Might be helpful to note that the first line uses the Cauchy product. – Hypergeometricx Dec 05 '16 at 17:13
-
I thought this was self-understood, since we are multiplying power series. But if it really clarifies, I am happy to add it. – Claudius Dec 06 '16 at 03:49
So it doesn't explicitly use generating functions as I supposed, but it is pretty close.
You have (for ease of visualization): $$\left(\sum_{n=0}^{\infty}\frac{2}{n!(n+2)!}x^n\right)^2=\left(\sum_{n=0}^{\infty}\frac{2}{n!(n+2)!}x^n\right)\left(\sum_{n=0}^{\infty}\frac{2}{n!(n+2)!}x^n\right)=\sum_{n=0}^{\infty}\left[\frac{2}{n!(n+2)!}x^n\left(\sum_{j=0}^{\infty}\frac{2}{j!(j+2)!}x^j\right)\right].$$
I think it is fairly obvious that each power of $x$ will appear, since all coefficients are positive and such. But we will soon see that this is the case anyhow.
To begin writing out the result explicitly, we need to consider each power of $x$. To get the constant term (ie, the $x^0$ term), the only option is $n=j=0$ and so we just have $\frac{2}{0!(0+2)!}\cdot\frac{2}{0!(0+2)!}=1$, so our first term in the result is $1$.
Next, we need the $x^1$ term, and there are two ways to do this. We get $x^1$ when $n=0, j=1$ and when $n=1, j=0$. So adding the two results gives $\frac{2}{0!(0+2)!}\cdot\frac{2}{1!(1+2)!}+\frac{2}{1!(1+2)!}\cdot\frac{2}{0!(0+2)!}=\frac{2}{3},$ so the next term in our result is $\frac{2}{3}x$.
I'll do one more. For the $x^2$ term, we have three options: $n=j=1$, or $n=2, j=0$, or $n=0, j=2$. I hope by now it is clear that if $j\neq n$, we can just double the result, so our coefficient is: $\frac{2}{1!(1+2)!}\cdot\frac{2}{1!(1+2)!}+(2)\cdot\frac{2}{2!(2+2)!}=\frac{3}{37}$.
So, to find the coefficient for a general $x^k$, you need to find all the ways $n+j=k$ in non-negative integers $n,j$, and then add all such results up. It gets worse as you go. There are ${k+1 \choose k-1}$ ways to do this for a given $k>0$. If $k=10$, we have $55$ ways to consider!
But now you can give the result clearly to whatever accuracy you'd like. And with a little effort, you could find a closed form for the result, too.
- 3,620