Is there any representation to state that a variable is close to (not equal) zero? Let me give you an example. Consider the function
$u(x)=\alpha (e^{i\omega \delta t}-1) f(x)$
I am interested in the function $u(x)$ when $\delta t$ is very small. For this case, it should be easy to see that
$u(x)|_{\text{small }\delta t} \approx i \alpha \omega \delta t f(x)$
Is there any "nice" notation to represent such an equation (without having to write small)? I thought that I could use the limit notation for that [for example, $\lim_{\delta t \to 0} u(t)$], but then I realized that if $\delta t$ goes to zero, then $u(x)=0$. Therefore, it is not what I need.
I found this link in the same forum, but it did not help.