I'm reviewing topics of previous calculus courses using Advanced Calculus by Taylor and Mann, and one thing that I came across that I don't understand is this part here:
Definition: Let $dx$ denote an independent variable which may take on any value whatsoever. Then the function of $x$ and $dx$ whose value is $f'(x)\,dx$ is called the differential of $f$. Observe that the differential is a homogeneous linear function of $dx$; that is, for a fixed value of $x$, the differential has as its value a fixed multiple of $dx$.
Where they treat the differentials in functions of 1 real variable as variables of the tangent line of $f(x)$ at a given point. Then they remark that the differentials can specifically take on any values, not necessarily small:
Remark: It is to be emphasized that there is no need for $dx$ and $dy$ to be small in $\frac{dy}{dx} = f'(x)$.
This somewhat collides with what I thought I knew previously, as my teachers would always refer to differentials as "infinitesimal quantities", which I had assumed meant that they should strictly take on values that tend to zero.
But then when they give a detailed explanation on what differentials are in n variables, the process by which they reach those final results seems to me like it requires that the differentials approach zero.
Here they provide the definition for functions in N variables
Though earlier than that they define what it means for a two-variable function to be differentiable at a given point, then proceed to give the definition both in terms of the quotient and in terms of the a function (A and B are the partial derivatives at those points) such that $$ df(x, y;\, dx, dy) = A dx + B dy. $$
I know also that this results from taking the limit of $$ Δf(x, y;\, \Delta x, \Delta y) = A \Delta x + B \Delta y + \varepsilon_1 Δx + \varepsilon_2 \Delta y $$ when $(\Delta x, \Delta y) \to (0,0)$ (with the $\varepsilon$ being defined so that they also tend to zero when this happens). If in order for us to get to the formula for differentials we need to make $\Delta x, \Delta y$ approach zero, then how can I also say that $dx$ and $dy$ can take on any values whatsoever?