FS98 said:
Can you explain what this means in layman’s terms?
If we have a function ##f : \mathbb{R}\longrightarrow \mathbb{R}## then we usually draw it in the ##(x,y)-##plane, i.e. we have a curve ##(x,f(x))##. Now the tangent at some point ##Q## is a straight line, say ##T##.
Lines in general can be written as ##y=mx+b = \dfrac{\Delta P_y}{\Delta P_x}\cdot x + b## with two points ##P_1=(0,b)## and ##P_2=(1,m+b)## on this line. Thus $$T=\left\{ \begin{bmatrix} x \\ y \end{bmatrix}=\begin{bmatrix}0\\b\end{bmatrix}+t\cdot \begin{bmatrix}1\\m\end{bmatrix} = P_1 + T_0\right\}$$ Now ##T=P_1+ T_0## where ##T_0## is a straight line through the origin shifted by ##P_1##. We want to consider our tangent ##T## as an element of a vector space, so we only investigate the direction, the line ##T_0##. As it is simply shifted by ##P_1## to be a certain tangent at a given point, we don't lose information. We only consider the space of tangents as a vector space, whose elements have to be shifted by a certain point vector ##P_1## to get the actual tangent in our graph. But here we're not interested in certain tangents, only in their directions, i.e. ##T_0##.
That might look wrong at first glance, but if we calculate ##f\,'(x)##, we don't have the tangent either, only its slope. E.g. for ##f(x)=x^2##, we get ##f\,'(x)=2x## which is not the tangent at ##x=3##, because we have ##f\,'(3)=6## but the tangent is ##y=6x-9## or ##T_{at \,\,x=3}=(0,-9) + \{y=6x\}##. So differentiation gives us basically the slope and direction part of the tangent, not the actual location in the graph. That's why we are interested to see what ##T_0## does, the tangent shifted such that it goes through the origin, ##T_0=\{y=6x\}## in our example.
Now here's the clue: $$T_0 = \left\{ \begin{bmatrix}x\\y\end{bmatrix}\, : \,0=\left\langle \begin{bmatrix}x\\y\end{bmatrix},\begin{bmatrix}1\\-\frac{1}{m}\end{bmatrix}\right\rangle = x\cdot 1 + y \cdot \left( -\dfrac{1}{m}\right)\right\}$$
where the vector ##(1,-\frac{1}{m})## is the normal vector of our tangent, perpendicular to the tangent direction ##(1,m)##.
I've said, that ##dx## and ##dy## should be regarded as basis vectors of the tangent space, i.e. the vector space where our ##T_0## live. So we should not write ##x,y## anymore, but ##dx,dy## instead. The misleading ##x,y## notation is merely due to school math where both, functions and their tangents are drawn within the same graph with ##(x,y)-##coordinates. Just because we don't distinguish them doesn't mean they are equal. It's only for convenience, and now we pay the price, as things are no longer just drawn on a piece of paper.
Therefore we should write
$$T_0 = \left\{ \begin{bmatrix}dx\\dy\end{bmatrix}\, : \,0=\left\langle \begin{bmatrix}dx\\dy\end{bmatrix},\begin{bmatrix}1\\-\frac{1}{m}\end{bmatrix}\right\rangle = dx\cdot 1 + dy \cdot \left( -\dfrac{1}{m}\right)\right\}$$
which is the same as ##mdx=dy## or ##m=\dfrac{dy}{dx}\,##, the slope ##m=f\,'(Q)## of our tangent at a point ##Q##.
Also, is this a somewhat controversial question?
No. It's a matter of point of view and the degree of abstraction that is needed in certain situations.
I’ve had a hard time looking for answers, partially because some of the answers I’m seeing seem contradictory. Some mention infitessimals, others seem dismissive of infitessimals or don’t mention them at all.
The infinitesimals are only a short hand notation for the actual limits involved: ##\lim_{\Delta x \to 0}\dfrac{\Delta y}{\Delta x}=\dfrac{dy}{dx}##. They are neither of semantic nor syntactic rigor, but historically grown, shorthanded and to some degree convenient. So whether someone speaks of them and someone dismisses it, depends on the kind of rigor he wants to use. E.g. take a closer look at the limit: there is
one limit and the denominator is shrunk, whereas the nominator changes only because of that, not by its own. Despite this fact we still write ##dy## with the same small ##d##. As people usually know what
they mean, there is no need to explicitly mention all conventions used beforehand. There is simply more than one way to look at it. It's not really controversial, as long as you don't meet a purist or logician, it's more a matter of convenience, habit and intention.