Integral Notation: Is There a Difference?

  • Context: Graduate 
  • Thread starter Thread starter krcmd1
  • Start date Start date
  • Tags Tags
    Integral Notation
Click For Summary

Discussion Overview

The discussion centers around the differences in integral notation, specifically whether the presence or absence of "dx" in integral expressions signifies a substantive difference in meaning or is merely a matter of convention. The scope includes theoretical considerations and applications related to calculus and differential forms.

Discussion Character

  • Debate/contested
  • Conceptual clarification
  • Technical explanation

Main Points Raised

  • Some participants question whether the integral expressions with and without "dx" represent the same mathematical concept or if there is a meaningful difference.
  • One participant suggests that the absence of "dx" could lead to ambiguity, implying that "x" must be assumed as the variable of integration.
  • Another participant argues that "dx" is significant, linking it to the historical context of integration and its interpretation as a sum of infinitesimal contributions.
  • There is a mention of differential forms, where the notation changes and "dx" becomes part of the form being integrated, suggesting a deeper mathematical structure.
  • Some participants express that the "dx" is less critical in single-variable integrals but becomes essential in multivariable contexts to indicate the order of integration.
  • One participant notes that the integral without "dx" appeared in exercises from a specific calculus text, raising questions about its intended meaning in that context.

Areas of Agreement / Disagreement

Participants do not reach a consensus on whether the presence of "dx" is merely a convention or if it alters the meaning of the integral. Multiple competing views remain regarding the significance of "dx" in different contexts.

Contextual Notes

Some participants reference historical perspectives on integration and infinitesimals, indicating that the discussion may depend on the interpretation of foundational concepts in calculus and differential geometry.

krcmd1
Messages
61
Reaction score
0
Is there a substantive difference (not merely change of convention) between

[tex]\int{a_b}{ (f - \lambda * g)^2} = 0[/tex]

and

[tex]\int{a_b}{(f - \lambda * g)^2}*dx= 0[/tex]
 
Last edited by a moderator:
Physics news on Phys.org
still not getting Latex to work.
 
krcmd1 said:
Is there a substantive difference (not merely change of convention) between

[tex]\int^b_a (f(x) - \lambda g(x))^2} dx = 0[/tex]

and

[tex] \int_a^b (f(x) - \lambda g(x))^2dx= 0 [/tex]

I assume this is what you mean? Because they look pretty much the same to me. When using the "tex" code, do it without the space in between the word "tex" and the square brackets:
 
krcmd1 said:
Is there a substantive difference (not merely change of convention) between

[ tex ]

\int{a_b}{ (f - \lambda * g)^2} = 0

[ \tex ]

and

[ tex ]

\int{a_b}{(f - \lambda * g)^2}*dx= 0

[ \tex ]
The only difference I can see is that the second formula has "*dx" rather than just "dx". Since multiplication is normally represented by "juxtaposition", the * is not necessary and these are identical.
 
i don't see a dx in the first one...
 
The question is: is the presence of "dx" in the integral simply a matter of convention, or does the expression change value w/ and w/o the "dx"

Thanks to all.
Ken
 
not putting in the dx seems lazy and produces ambiguity. without it we must assume that x is the variable of integration.
 
I removed the spaces from your post and changed the direction of the closing slash from \ to/
 
The dx is actually meaningful. The integral sign is actually a long letter S, for "summa". The expression

[tex]\int_a^b f(x) \, dx[/tex]

means "find the sum, over the interval [a,b], of the product of the value of the function f at x, times the infinitesimal width dx of the rectangular column sitting beneath f(x) at x."
 
  • #10
I asked because I'm trying to work my way through Spivak's "Calculus On Manifolds" which was highly recommended, and the integral w/o the "dx" appeared in the first set of exercises w/o an explanation.

So w/o the "dx" it isn't something like the integral of a "form?"
 
  • #11
Hmm...it could be a typo, but I don't have the book, so I can't be sure.

When integrating differential forms, you do end up with expressions like

[tex]\int \mathbf \alpha[/tex]

where [itex]\mathbf \alpha[/itex] is a differential form. Note, however, that differential forms generally consist of expressions involving dx, dy, etc. You could have [itex]\mathbf \alpha = 4 \, dx + B \, dy + f(\rho) \, dz[/itex], in which case the expression above simply means

[tex]\int 4 \, dx + B \, dy + f(\rho) \, dz[/tex]

Note that "dx" itself is a differential form. In fact, "f(x) dx" is a differential form. In a very broad sense, you could consider a differential form to mean "a thing that can be integrated", but there are more specific rules about exactly what that means.
 
  • #12
thank you. Don't think it's a typo.
 
  • #13
The dx is a remnant of the time when mathematicians did not yet develop solid foundations to the (real) number system and conceived of "numbers", called infinitesimals, that are infinitely small but, ridiculously enough, not equal to 0. When you compare the usual notation for a Riemann sum and Leibniz's notation for the integral, you see that the process of integration was viewed as being parallel to that of calculating the area of a step region. In short, integration was viewed as the infinity's equivalent to the calculation of the area of a step function. Today integration is regarded as a limiting process rather than anything that stands alone.

We still use the notation introduced by Leibniz, however, because the algebra of infinitesimals lead to results that, when reinterpreted, are actually valid under the modern-day definitions. It's also still useful to think in terms of infinitesimals in some applications - in physics, this is almost always the case.

Also, there's a branch of mathematics, called non-standard analysis, developed by Abraham Robinson and completed in 1960, that gives a solid logical foundation to the theory of infinitesimals by adopting a different structure than that of the complete ordered field as the foundation of analysis.
 
Last edited:
  • #14
Just thought I'd throw in my $.02...

The "dx" seems pointless until you start doing multivariate, which will include "dxdydz", or "dzdxdy", etc. This shows you the order in which you should be integrating the function and which bounds to use for that variable. For a single variable function, however, this is basically meaningless.
 
  • #15
krcmd1 said:
I asked because I'm trying to work my way through Spivak's "Calculus On Manifolds" which was highly recommended, and the integral w/o the "dx" appeared in the first set of exercises w/o an explanation.

So w/o the "dx" it isn't something like the integral of a "form?"

I haven't read the book, but if it's calculus on manifolds, the integrals you're encountering in the book are probably integrals over more general and higher dimensional domains. Most likely you saw an integral of a differential form over some domain.

With differential forms, the symbols "dx," "dy," and so on take on a new meaning and represent a local basis for 1-forms. The notation is designed so that the notation for differential forms integrates with and seamlessly generalizes the notation for ordinary integrals.

One consequence is that, if we write [tex]\omega = f(x) dx[/tex] for a 1-form, then the integral of this will just be

[tex]\int_D{\omega}[/tex]

because the "dx" is part of [tex]\omega[/tex]. D in this case is the domain over which the form is integrated.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K