27

I have been forewarned about it, I have read the answers here, but I haven't seen a counter example where it doesn't work. I know that it isnt really a fraction, but does it effectively get the same result in all cases, or are there counterexamples I must be warned about.

I do not mean obvious counter examples, like $$\frac{dy}{dx}+\frac{du}{dv} = \frac{dydv+dxdu}{dx dv}$$ which as far as I know doesn't really mean anything.

kuch nahi
  • 6,789

4 Answers4

21

$\frac{dy}{dx}$ can indeed be thought of as a ratio. The question is, what do $dx$ and $dy$ represent in this ratio? The answer is, changes in $x$ and $y$ along the tangent line to the curve at the point in question, rather than along the curve itself. See e.g. https://www.encyclopediaofmath.org/index.php/Differential

hardmath
  • 37,015
Robert Israel
  • 448,999
10

The chain rule in two dimensions is counter-intuitive at first if you think of the derivative (and partial derivatives) as ratios:

$$ \frac{\mathrm d f}{\mathrm dt} = \frac{\partial f}{\partial x} \frac{\mathrm dx}{\mathrm dt} + \frac{\partial f}{\partial y} \frac{\mathrm dy}{\mathrm dt}. $$

Here, $f$ is a function of two variables, $x$ and $y$, both of which are functions of $t$.

Srivatsan
  • 26,311
Samuel
  • 5,550
  • 7
    This is because the partial derivative notation is bad. From an infinitesimals point of view, $df = \partial_x f + \partial_y f$, where $\partial_x f$ is the numerator of the first partial derivative, and $\partial_y f$ is the numerator of the second partial derivative. – Jim Belk Jun 21 '11 at 01:42
  • 6
    Not at all counter-intuitive. Here's a picture to illustrate $dz = \frac{\partial z}{\partial x} dx + \frac{\partial f}{\partial y} dy$: link – Robert Israel Jun 21 '11 at 01:48
  • 1
    For posterity, @RobertIsrael's link is mirrored at https://i.stack.imgur.com/JtCYx.jpg – wchargin Dec 25 '17 at 08:01
7

This question has come up at MathOverflow:

https://mathoverflow.net/questions/73492/how-misleading-is-it-to-regard-fracdydx-as-a-fraction

and overlaps with other questions on this site:

Is $\frac{\textrm{d}y}{\textrm{d}x}$ not a ratio?

If $\frac{dy}{dt}dt$ doesn't cancel, then what do you call it?

There are several interesting answers at each of those links.

zyx
  • 35,436
6

The rule of thumb to use is to only think in this manner when there is only one independent variable (e.g. when all of your variables are to be thought of as functions of $x$). When all of the variables you are using depend on each other, there a variety of (fully rigorous) ways to think of expressions like "$dx$" as simply being a value with funny units, which cancel out in "$\frac{dy}{dx}$", resulting in a perfectly ordinary value.

But when there are more variables (e.g. when considering $z = f(x,y)$), this way of thinking no longer works. (Or more accurately, it does still work, but $dx, dy, dz$ behave like vectors so division doesn't make sense)