The Problem
Show that
$$\binom{1/2}{k} = \frac{(-1)^{k+1}}{4^k(2k-1)}\binom{2k}{k}$$
My Work
$$\begin{align*}\frac{(-1)^{k+1}}{4^k(2k-1)}\binom{2k}{k} &= \frac{(-1)^{k+1}(2k)!}{4^k(2k-1)(k!)^2}\\\\ &= \frac{(-1)^{k+1}(2k)(2k-1)(2k-2)\cdots(k+1)}{4^k(2k-1)(k!)}\\\\ &= \frac{(-1)^{k+1}(2k)(2k-2)\cdots(k+1)}{4^k(k!)}\\\\ &= \frac{(-1)(2k)(2k-2)\cdots(k+1)}{(k!)}\times \left(\frac{-1}{4}\right)^k \end{align*}$$
I basically don't know where to go from here. My denominator is almost right where I want it to be, my numerator is fairly out of order though. Any suggestions on what I should try next, or if I should take a different approach all together?