For a function defined as $$\begin{align} y(x) &:= \sqrt{\frac{\pi x}{2}} J_{1/2}(x) \\ &= \sqrt{\frac{\pi x}{2}} \sum_{k=0}^{\infty} \frac{(-1)^k}{k! \Gamma (k + 3/2)} \left( \frac{x}{2} \right)^{1/2 + 2k} \\ &= \sqrt{\pi} \sum_{k=0}^{\infty} \frac{(-1)^k}{k! \Gamma (k + 3/2)} \left( \frac{x}{2} \right)^{1 + 2k} \end{align}$$
I need to show that $y'' = -y$ and I have the relations $\Gamma (k+1) = k \Gamma (k)$ and $\Gamma (1/2) = \sqrt{\pi}$. I'm not getting very far with this... Differentiating twice we get:
$$\begin{align} y''(x) &= \sqrt{\pi} \sum_{k=0}^{\infty} \frac{(-1)^k 2k (1+2k)}{k! \Gamma (k + 3/2)} \left( \frac{x^{2k-1}}{2^{1+2k}} \right) \end{align}$$
I've tried using the gamma function relations I've been given in different ways but I can't seem to get each series in a form where it's clear to see $y'' = - y$. Any help would be appreciated.