Consider this function:
$s = t^2 + 1$
My question is, in general, while differentiating, why do we ignore the term of second order of smallness? I mean shouldn't that affect our observations?
Say I differentiate it:
$ds/dt = 2t$
(By the rules)
Now, If I were to take it in definition sense, i.e. incrementing each, s and t by a little ds and dt as follows..
$(s + ds) = (t + dt)^2 + 1$
$\implies (s + ds) = t^2 + (dt)^2 + 2\cdot t\cdot dt + 1$
$\implies ds = (dt)^2 + 2\cdot t\cdot dt$
$\implies ds - (dt)^2 = 2\cdot t\cdot dt$
$\implies (ds - (dt)^2)/dt = 2t$
$\implies (ds/dt) -dt = 2t $
Here, Equating $2t$ from both equations, I get,
$ ds/dt = (ds/dt) - dt$
Where, either I have to admit $dt = 0$ or I can be intuitive that dt is a small value. Nonetheless, how can $2t$ be the same even when I'm subtracting something $(dt)$ that indeed isn't too small, because if it were, we would ignore it at other places too. How does it work?
It is because the derivative is defined as a limit, as that change goes to $0$. So under the limit, $\delta t\to0$.
Specifically, the definition of the derivative of this function is $$\frac{ds}{dt}=\lim_{\delta t\to0}\frac{s(t+\delta t)-s(t)}{\delta t}$$
So using this, $$\frac{ds}{dt}=\lim_{\delta t\to0}\frac{2t\,\delta t+(\delta t)^2}{\delta t}=\lim_{\delta t\to0}\left(2t+\delta t\right)=2t$$