Is there a general property of products that allows you to simplify
$$ \prod_{i = 1}^n f(x) \, g(i) $$
where $f(x)$ does not depend on $i$? Would it just be
$$ f^{n}(x) \prod_{i = 1}^n g(i) $$
since you can just move $f$ outside of the product?
Is there a general property of products that allows you to simplify
$$ \prod_{i = 1}^n f(x) \, g(i) $$
where $f(x)$ does not depend on $i$? Would it just be
$$ f^{n}(x) \prod_{i = 1}^n g(i) $$
since you can just move $f$ outside of the product?
On
Careful with the notation. $f^n(x)$ is a bit ambiguous. It could refer to the $n^\text{th}$ derivative of $f$, or the function $f$ applied to $x$, $n$ times. In this case, I think you meant to write $\left[f(x)\right]^n$.
To answer your question, if $f(x)$ is independent of the index $i$, then $$\displaystyle\prod\limits_{i=1}^n f(x)g(i) = \left[f(x)\right]^n \displaystyle\prod\limits_{i=1}^n g(i)$$
I hope that helps.
Yes, that is exactly what it would be.