Products of Functions that Don't Depend on Index

33 Views Asked by At

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?

3

There are 3 best solutions below

0
On

Yes, that is exactly what it would be.

1
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.

0
On

The answer is virtually self-evident if you work on it without the "$\prod$" notation: $$ \begin{align} \prod_{i=1}^3 (x^5 i^2) & = (x^5 1^2)\cdot(x^5 2^2)\cdot(x^5 3^2) \\[15pt] & = (x^5)^3\Big(1^2\cdot2^2\cdot3^2\Big) \\[15pt] & = (x^5)^3\prod_{i=1}^3 i^2. \end{align} $$