What does this integral notation mean?

Click For Summary
The integral notation $$\int_{\mathbb{R}^n}f\, \mathrm{d}^n x$$ represents multiple integrals over n-dimensional space, specifically $$\int_\mathbb{R}\int_\mathbb{R}\ldots\int_\mathbb{R}f \,dx_1\,dx_2\ldots\,dx_n$$. Each variable, denoted as ##dx_i##, is a different dummy variable, indicating integration with respect to different dimensions. This notation does not imply integrating the same variable multiple times but rather integrating across multiple variables. The integral is evaluated over a region in n-dimensional space. Understanding this helps clarify the structure of multi-variable integrals.
Leo Liu
Messages
353
Reaction score
156
Homework Statement
.
Relevant Equations
.
I saw it somewhere but I did't know exactly what it meant. Could someone explain it to me like I am 5? Does it mean we integrate with respect to x n times?
$$\int_{\mathbb{R}^n}f\, \mathrm{d}^n x$$
 
Last edited:
Physics news on Phys.org
Leo Liu said:
Homework Statement:: .
Relevant Equations:: .

I saw it somewhere but I did't know exactly what it meant. Could someone explain it to me like I am 5? Does it mean we integrate with respect to x twice?
$$\int_{\mathbb{R}^n}f\, \mathrm{d}^n x$$
It means ##\int_\mathbb{R}\int_\mathbb{R}\ldots\int_\mathbb{R}f \,dx_1\,dx_2\ldots\,dx_n##
 
fresh_42 said:
It means ##\int_\mathbb{R}\int_\mathbb{R}\ldots\int_\mathbb{R}f \,dx_1\,dx_2\ldots\,dx_n##
Thanks. Just need some clarification -- do x-n s represent the same parameter or different variables?
 
Leo Liu said:
Thanks. Just need some clarification -- do x-n s represent the same parameter or different variables?
Different variables. The integral is over a region in ##\mathbb R^n##. Each ##dx_i## is a different dummy variable, much the same as ##\int \int f(x, y) dx dy##.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...