3

In high school physics, they teach us a little bit Calculus as it would be done months later in maths. And many times my physics teacher wrote things like$$\frac{dv}{dt} =\frac{dv}{dx}\frac{dx}{dt}$$ That seemed ok, as we were taught$\frac{dv}{dt}$ represents ratio of two infinitesimal changes. But in maths we were taught $\frac{d}{dt}$ is an operator and so can't be separated as that. I'm confused on this.

Which is correct, and if $\frac{d}{dt}$ is an operator (can't be separated) then how can relations like the one mentioned above can be derived?

  • 4
    It is a convenient notation for derivatives because the Chain rule is written as if you cancel common numerator and denominator, but it is not a fraction in the formal sense. – Miguel Mars Aug 18 '19 at 10:32
  • 1
    The confusion likely arises because you regard this as a multiplication of fractions. In different notation, it could written as $v(x(t))' = v'(x(t)) \cdot x'(t)$. – AlvinL Aug 18 '19 at 10:58
  • Since Newton, physicists have been fond of treating $dx$ and $dt$ as "infinitesimal numbers" and do manipulations on them. Leibniz and later mathematicians made it more formal and founded on proper axioms. – Henno Brandsma Aug 18 '19 at 11:03
  • Are you sure you were taught that $\frac{dv}{dt}$ is an infinitesimal change?? Not that it's the ratio of two infinitesimal changes $dv$ and $dt$? That's weird. And what's with that "and so can't be separated"? Operators can never be separated? Why not? – bof Aug 18 '19 at 13:23

1 Answers1

2

Interestingly enough, the answer is "both, kinda".

When Leibniz invented the notation, he had in mind that $dx$ represented in a change in $x$ so small that it was insignificant compared to even the smallest real numbers. It is called an infinitesimal number. In his notion, $a\cdot dx$ was also infinitesimal for any real number $a$. In fact, there are only two things you can do with infinitesimals to make real numbers out of them. You can take the ratio of two of them (like $\frac{dy}{dx}$), and you can add an infinite number of them (like $\int x\cdot dx$). In that time, doing algebra with differentials was allowed.

Flash forward to the nineteenth century, when the real numbers were being formally defined and calculus was becoming real analysis. It was decided at that point that a belief or non-belief in the existence of infinitesimals shouldn't impact your ability to do calculus, so all of the definitions became based on limits and were strictly proved. But we were used to Leibniz's notation, so we stuck with it. The downside of that is that we can't treat differentials as algebraic terms anymore, and if we want to use something like the Chain Rule, we have to prove it based on the limit-centric definitions instead of simply cancelling out differentials. In that sense, now you are right that $\frac{d}{dx}$ is an operator.

That being said, there are a lot of people who "hack" calculus by leaning back on Leibniz's notions, and to be honest I don't know of any actual times when it gets you into trouble. Note that, as the links in my comments suggest, partial differentials don't behave well.

  • See https://math.stackexchange.com/questions/1090061/manipulating-partial-derivatives-of-inverse-function haha. – Jackozee Hakkiuz Aug 18 '19 at 16:32
  • Also, there is the equation that usually comes up when using the implicit function theorem $$\frac{\partial z}{\partial x}=-\frac{\frac{\partial F}{\partial x}}{\frac{\partial F}{\partial z}}$$ I'm aware that these are controlled cases of very well known theorems, but looking just at the notation doesn't help. – Jackozee Hakkiuz Aug 18 '19 at 16:50