Is this acceptable notation: $$\frac{df(x)}{dg(x)} = \lim_{\Delta x \to 0}\frac{f(\Delta x + x)-f(x)}{g(\Delta x + x) - g(x)}$$ I read various opinions in this regard. Sometimes people write $$\frac{df(x)}{d(g(x))}$$ or $$ df /dg.$$ Let me be a bit more specific. In my work, $g(x) = ln(x)$. So the expression directly above would become $$ df /dln .$$ Obviously, that is unacceptable. Suggetions please.
-
Does this answer your question? – CBBAM Jan 25 '24 at 00:34
-
I've read that page, and I wasn't convinced that everybody who read that page agreed with the notation. – Chris Jan 25 '24 at 00:37
-
Suppose f(x) = ln(x). Then would you write dg/dln ? – Chris Jan 25 '24 at 00:39
-
I would encourage you not to conflate $ f $ with $ f ( x ) $ and therefore to write $ d f ( x ) / d ( \ln x ) $. I'd consider that perfectly acceptable, although you could expand $ d ( \ln x ) $ as $ d x / x $ and write $ x , d f ( x ) / d x $ or even $ x f ' ( x ) $. – Toby Bartels Jan 25 '24 at 03:26
1 Answers
I suppose this is a question of how you introduce the chain rule.
Technically we differentiate with respect to variables, and those variables are related by functions, and not with respect to the function itself.
So, I suppose the correct thing to do is to introduce a variable $u = g(x)$ and then say $\frac {d}{du} f(u) = \frac {df}{du}.$ And, $\frac {d}{dx} f(u) = \frac {df}{du}\frac {du}{dx}.$ But, this seems cumbersome and so it is not uncommon to write $\frac {df}{dg}\frac {dg}{dx}$ where $g$ is a variable $g = g(x).$ But, you can think of $g$ as the function $g(x)$
If we use the Lagrangian (primed) notation we would say $(f\circ g)'(x) = f'(g(x))g'(x)$
This is standard notation even if you do not like the aesthetics of the $f'(g(x))$ factor. That factor is the same factor as $\frac {df}{dg}$ in the Liebnitz notation.
As for $\frac {df}{d\ln x}$ (or $\frac {df}{d\ln x}\frac {d\ln x}{dx}$), that looks ugly to me, and would rather have a variable in the operator and not a function. But, then I don't particularly care for a function in the top of the differential operator e.g. $\frac {d \sin x}{dx} = \cos x$ either, even though that is a pretty common notation. I would rather write $\frac {d}{dx} \sin x = \cos x$

- 11,017
-
Unfortunately, df / d(ln(x)) is exactly the term I need to write in my paper, and as you say it is ugly. I have rewriten my question to focus on this example. – Chris Jan 25 '24 at 02:29