I am told that the Taylor Series for $\sin(x)$ is...
$$p(x) = x - \frac{x^{3}}{3!} + \frac{x^{5}}{5!} - \frac{x^{7}}{7!}$$
I know that the product for a finite polynomial has the form...
$$ p(x) = c\prod_{i = 1}^n(x - a_i) $$
How can one use the Taylor Series to calculate $c$?
I know that $\sin(\pi z)$ regardless of what $z$ is will equate to 0 for all $z\in\Bbb{Z}$, so I can rewrite $p(x)$ as...
$$ p(x) = c\prod_{i = 1}^n(x - \pi z) $$
But I still cannot figure out how $c$ is determined. Can someone please explain?
You have $p(x) = c(x-a_1)\cdots(x-a_n) = cx^n\pm \cdots\pm ca_1\cdots a_n$. So, $c$ is the coefficient in front of the highest power of $x$ in the Taylor series truncation. In your case above $c = -\frac 1{7!}$.