(no title)
laingc | 2 years ago
You will be delighted to discover that they are in fact not magical or garbage.
> What object is "dx" ? is it a number ? a limit ? is it zero ? can i divide another number by it ?
dx is a differential one-form. You can think of it as a generalisation of a gradient, if you like. These are very important in Differential Geometry.
You can use differential forms to do all sorts of things, but one example you may be familiar with is to compute area or volume forms over arbitrary manifolds. It gets a bit hard to define things on HN without TeX support, but using differential one-forms and the related exterior derivative, you can define a generalised Stokes' theorem that works for any smooth, oriented manifold.
I used this in my PhD, and implemented it directly in a numerical method, so this has very practical engineering uses also.
"Elementary Differential Geometry" by Barrett O'Neill is a pretty beginner-friendly introduction to some of these topics if you're interested, though there are many other good texts also.
zero-sharp|2 years ago
This really doesn't help beginners. At all.
There are formal contexts where we can reinterpret division by zero and have it make sense. Should I start telling students that division by zero is allowed? Should I start teaching intro calculus students that 1+2+3+...=-1/12?
lifthrasiir|2 years ago
laingc|2 years ago
If you can come up with a more helpful reply in as many words, then please do so.
bikenaga|2 years ago
(The "dx as a differential form" vs. "dx as a number" is probably coming from the fact that the tangent space to the reals at a real number is isomorphic to the reals, so the dual space [where dx lives] is too.)
(Calculus via infinitesimals is pretty cool; a good resource for this is H. Jerome Keisler's "Elementary Calculus" and "Foundations of Infinitesimal Calculus", both available for free: https://people.math.wisc.edu/~hkeisler/)
I second the recommendation for Barrett O'Neill's book - I used it in my differential geometry class at MIT.