So Lagrange's y′ and Leibniz' ddxy seems to be the two most common notations for differentiation, but it seems puzzling to me that there are two notations for this. I've been taught Lagrange's notation, and haven't really used Lebniz' notation. In most of the cases it seems to me like Lagrange's really is the best. But I'm pretty sure that since Leibniz' is so widespread and common, there must be some use for it. For instance I find it easier to write:
sin′x=cosxsine rule(uv)′=uv′+u′vmultiplication rule(u(v))′=u′(v)×v′chain rule
than:
ddxsinx=cosxsine ruled(uv)dx=dudxv+dvdxumultiplication ruled(u(v))dx=dudv×dvdxchain rule
This are just some cases where I find it a lot easier to use Lagrange's notation, so when is Leibniz' notation the best?
Answer
In many concrete situations, you may have some specific expression on hand. Consider the density of the normal distribution, f(x,μ,σ)=(2πσ2)−1/2exp(−|x−μ|2/2σ2). If you simply write
((2πσ2)−1/2exp(−|x−μ|2/2σ2))′,
it will of course be completely unclear what you mean. If you want, you can define fμ,σ(x)=f(x,μ,σ), and write f′μ,σ, but it quickly becomes cumbersome to define new functions every time you wish to take a derivative. It is much simpler to simply write, say
ddx|x=1(2πσ2)−1/2exp(−|x−μ|2/2σ2)
in place of first defining fμ,σ and then writing f′μ,σ(1).
This is much the same reason that it is useful to have the dx appearing somewhere when you integrate, instead of a more general dμ, where μ is a measure. It is notationally less pretty, but much more flexible.
No comments:
Post a Comment