AakashPandita
- 157
- 0
∫x(dx)^2=?
and what is the difference between dx^2 and (dx)^2?
and what is the difference between dx^2 and (dx)^2?
The discussion revolves around the integration of expressions involving differentials, specifically the notation and implications of integrating with respect to (dx)^2 versus dx^2. Participants explore the mathematical meaning and validity of these notations, as well as their applications in contexts such as integral equations and calculating moments of inertia.
Participants express multiple competing views regarding the notation and its mathematical validity. There is no consensus on the interpretation of (dx)^2 versus dx^2, and the discussion remains unresolved with various perspectives presented.
Some participants reference specific texts and examples that utilize the notation in question, but there are concerns about the clarity and correctness of such notations. The discussion highlights the ambiguity and potential misinterpretations associated with integrating expressions involving squared differentials.
jackmell said:Isn't that just short-hand notation for a double integral, i.e.,
\iint x dx dx
pwsnafu said:I don't think you are allowed to have the same variable for multiple integrals. A double integral is integrating with respect to the area element.
I strongly suspect that you have misreadjackmell said:Ok, but the reason I suggested this is because I recall in one of my books on integral equations, the author, when converting from IVP to Volterra Equations, use the syntax such as:
\int_0^x \int_0^x f(t) dt dt=\int_0^x (x-t) f(t)dt
Neither "dtdt" nor "(dx)^2" has any meaning.however, to be fair, he never used the syntax (dt)^2 so if I am in error, my apologies.
HallsofIvy said:I strongly suspect that you have misread
\int_0^x\int_0^x f(t)d\tau dt
jackmell said:With all due respect Hall, I have not. It's from "A First Course in Integral Equations" by Abdul-Majid Wazwaz. It's on p. 20 and includes also, the expression:
\int_0^x \int_0^x \int_0^x f(t)dt dt dt=1/2 \int_0^x (x-t)^2 f(t)dt
jackmell said:With all due respect Hall, I have not. It's from "A First Course in Integral Equations" by Abdul-Majid Wazwaz. It's on p. 20 and includes also, the expression:
\int_0^x \int_0^x \int_0^x f(t)dt dt dt=1/2 \int_0^x (x-t)^2 f(t)dt
pwsnafu said:That's the Cauchy formula for repeated integration. And you are not allowed to write it as dtdtdt. You must keep the variables separate.
##\int_{a}^x \int_a^{t_1}\ldots \int_a^{t_{n-1}}f(t_n) \, dt_n \, dt_{n-1} \ldots dt_1 = \frac{1}{(n-1)!} \int_a^x (x-t)f(t) \, dt.##
AakashPandita said:I was trying to find the moment of inertia of a disk rotating at the axis through its center and perpendicular to it.
i got an integral for some function with (dx)^2 in it.
Why do you have "dm" in twice?AakashPandita said:I=\int_0^R dmr^2 dm=σπ[(r+dr)^2-r^2]
and then I put dm in first.