I read about differentiation using dual numbers (and about NSA/SDG approaches to differentiation) and I have question.
Let we have function that represents position $x$ at time $t$: $x(t)$
If we use dual numbers or SDG approach to differentiation then we have: $x(t+\varepsilon)=x(t)+\varepsilon x'(t)$
For time derivative we get: $$x'(t)=\frac{x(t+\varepsilon)-x(t)}\varepsilon$$ Now we have time $\varepsilon$ in denominator but $\varepsilon$ is abstract nilsquare element.
How is it possible that time can be represented as abstract element? How to understand it?
Thanks.