2
$\begingroup$

I know that the Euler-Maclaurin formula establishes a relationship between sums and integrals, but is there some sort of formula that establishes a relationship between products and integrals? I don't mean the product rule, for products of functions. I mean a way to convert the sort of product you use the Π notation for into an integral. Specifically, a product of all the values of a function, from f(1) to f(n), into an integral.

Sorry if this is a silly question; I'd still like to know the answer. Thanks very much.

1 Answers 1

3

Assuming $f(i) > 0, \forall i$, use can use the identity $$\prod_{i=1}^n f(i) = \exp \left[\sum_{i=1}^n \log f(i)\right]$$ and then employ Euler-Maclaurin for the sum on the right hand side.

  • 1
    This applies perfectly to what I'm doing; thank you so much!2012-08-14
  • 0
    @Annick If your question's answered well, don't forget to click the check mark to mark the answer correct! :)2012-08-14
  • 0
    Sorry I'm not familiar with the notation. What is exp[x]? Does that mean `e` raised to the power of [x]2016-06-04
  • 1
    @AlbertRenshaw: yes, exp is just another notation of $e$ to the power of ... . The square brackets $[]$ have the same meaning as usual brackets $()$.2016-06-04
  • 0
    @Fabian thank you very much!2016-06-04