Two of the ways of doing calculus with algebra are non-standard analysis NSA and smooth infinitesimal analysis SIA. NSA has a technique called 'taking the standard part' which neglects incremental (or infinitesimal) terms at the end of derivations, whereas SIA has the nilsquare rule which neglects higher power incremental terms during derivations. For example if we differentiate $y = x^2$ from first principles we have: $$(x + h)^2 = x^2 + hx^{2'}$$ $$x^2 + 2hx + h^2 = x^2 + hx^{2'}$$ $$x^{2'} = 2x + h$$ $$x^{2'} = 2x$$ in NSA, whilst in SIA we have: $$(x + h)^2 = x^2 + hx^{2'}$$ $$x^2 + 2hx + h^2 = x^2 + hx^{2'}$$ $$2hx = hx^{2'}$$ $$x^{2'} = 2x$$ It's tempting to think the two methods are equivalent. However, consider the formula for secant length: $$s^2 = h^2 + (hy')^2$$ $$s = h \sqrt{1 + y'^2}$$ Taking the standard part of $y'$ while evaluating $s$ would result in the first RHS term being set to zero, rendering the equation useless, whereas the nilsquare rule doesn't have this effect. What does this tell us, if anything, about the validity and/or usefulness of NSA and SIA relative to eachother?
2026-03-25 06:08:58.1774418938
Discrepancy between calculus methodologies - Is it significant?
342 Views Asked by user400360 https://math.techqa.club/user/user400360/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- Proving the differentiability of the following function of two variables
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
Related Questions in NONSTANDARD-ANALYSIS
- Is this result related to the Taylor series?
- Multiplication property of equality for infinitesimals
- Textbook recommendation for non-standard analysis
- Applying ultrapower construction to the field $\mathbb {Q} $ of rationals
- Physical Calculator with Hyperreals and Multiple Dimensions?
- Epsilon-Delta Continuity in Hyperreals
- Is $\approx$ actually an entourage?
- Nonstandard Extension of the Characteristic Function
- How are infinite sums in nonstandard analysis defined?
- Searching for an example of a theorem wich is "easy" to prove in a classical way but way more difficult in the setting of non-standard analysis.
Related Questions in SMOOTH-FUNCTIONS
- Connecting smooth functions in a smooth way
- Is the restriction (to lower dimensions) of a smooth function still smooth?
- Understanding the proof of the Concentration-Compactness principle
- Does an integral inequality imply a pointwise inequality?
- A weird definition of regular function
- Are charts for smooth manifolds homeomorphisms or diffeomorphisms?
- Find a sequence $(\phi_n)_n \subset C^{\infty}_c(\mathbb{R}^N)$ which converges in both $L^p(\nu)$ and $L^q(\mu)$ to $1_E$
- Straight Lines are Strict Minimizers of Arclength in Euclidean Space
- Several Questions on Smooth Urysohn's Lemma
- For what functions is $\lim_{n\to \infty}|f^{(n)}(x)|=0$? (Where $f^{(n)}(x)$ is the $n$th derivative of $f$)
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Taking the standard part is not really a technique for neglecting infinitesimal terms at the end of a derivation. Instead, non-standard analysis has a bona fide standard part function $st: \mathbb{R}^* \rightarrow \mathbb{R}$, a map that assigns an (extended) real number to each hyper-real number.
With this in mind, your first derivation, where you claim to differentiate the squaring function using NSA, is invalid. In particular, the claimed equality $(x + h)^2 = x^2 + h(x^2)'$ does not hold at all; even if it did, you are not allowed just neglect infinitesimals like you do when you pass from $(x^2)' = 2x + h$ to $(x^2)' = 2x$. None of this works.
What you should say instead is that the squaring function has derivative $2x$ because $$ st\left( \frac{(x+h)^2 - x^2}{h} \right) = 2x $$ for each real number $x \in \mathbb{R}$ and infinitesimal hyperreal $h \in \mathbb{R}^*$.
The same thing goes for your third derivation: you cannot just take the standard part in the middle of an equality and expect the resulting equation to hold. As an aside: in its present form, that third derivation does not hold up in Synthetic Differential Geometry (Smooth Infinitesimal Analysis) either - it amounts to inferring $s = h\sqrt{1 + (y')^2}$ from $s^2 = 0$.
This should answer your question: these arguments don't tell us anything about the validity and/or usefulness of NSA and SDG relative to each other, simply because they are not correct.
That said, the methods of NSA and SDG are far from equivalent: NSA strictly includes usual (standard) analysis, while SDG is specifically a way of doing differential calculus in a smooth topos - which excludes many mathematical artifacts that analysts are concerned with, but greatly simplifies a lot of differential-geometric concepts or computations. Then there are models of SDG in which both nilsquare SDG-style and proper NSA-style infinitesimals coexist. I'll stop here: a detailed look at these would be best suited as an answer to another (softer) question.