Is there notation for iterated integrals like for products?

  • Context: Graduate 
  • Thread starter Thread starter Jheriko
  • Start date Start date
  • Tags Tags
    Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Jheriko
Messages
157
Reaction score
1
Is there some notation for an iterated integral, like there is for summations and products?

e.g.

[tex]\overset{m}{\underset{n=0}{\raisebox{-0.07in}{\Huge{\texttt{I}}}}} f(x_0,x_1,x_2,\ldots,x_m) dx_n[/tex]

[tex]\overset{m}{\underset{n=0}{\raisebox{-0.07in}{\Huge{\texttt{I}}}^{b}_{a}}} f(x_0,x_1,x_2,\ldots,x_m) dx_n[/tex]

Here I have used "I" to stand in for whatever the correct symbol might be...

Thanks in advance.
 
Physics news on Phys.org
If the integral is a volume integral in "n" dimensions (n>=3), then one can put only one integral sign, but specify the fact that the integration is not in one dimension (as one could assume, once he sees only one symbol of integration) through the measure. In this case a volume integral is an iterated integral. Treating hypersurface integrals is not any different, as one could use only one symbol, even if the # of dimensions is not 1.
 
So for a 'hypercubic volume integral' over 0 ... 1 in m dimensions, I could do:

[tex]V = \prod^{m}_{n=0} [0,1][/tex]

[tex]\int_V f(x_0,x_1,x_2,\ldots,x_m) dV[/tex]

Thanks.