Leibniz Notation: Understanding Derivatives

  • Thread starter Severian596
  • Start date
  • Tags
    Notation
In summary, Leibniz notation is a way of representing derivatives in calculus, using the operator "d" to show the change in a function with respect to a variable. It can be used to better understand the meaning of derivative formulas and can be written in different forms depending on personal preference. It is also useful in physical interpretations of derivatives, such as velocity and acceleration.
  • #1
Severian596
286
0
Leibniz notation

Lately I've been having trouble with derivatives, specifically in the context of applying them to an ant problem (see https://www.physicsforums.com/showthread.php?goto=newpost&t=85302 if you'd like to witness my slow decline). I have taken high school and college calc. I've learned many ways to perform the "hows" of calculus (how to find a derivative, how to find an integral, etc). But I admit it! I finally admit it to myself. I cannot apply calculus to complex problems.

Could someone briefly explain Leibnitz notation and how you can use it to better understand the meaning of derivative formulas? I already know how to take derivatives, so this is not really a concern. But when I first learned calculus they didn't stress the meaning(s) of notation enough, and now I feel left behind because I basically think of derivative notation as "f(x) with a prime symbol, like f'(x)."

I'll start slow. Can I define

(1) [tex]f(x) = x^2+3[/tex]

then say that equations two and three below mean exactly the same thing?

(2) [tex]f'(x) = 2x[/tex]
(3) [tex]\frac{d\ f(x)}{dx} = 2x[/tex]
 
Last edited:
Physics news on Phys.org
  • #2
Fo sho'.

----
 
  • #3
Great! Thanks Quasar. Now if I take equation (1) and rewrite it as

(4) [tex]y = x^2+3[/tex]

to define y as a function of x, we have two variables: y and x. Therefore the differential of y with respect to x is

(4) [tex]\frac{dy}{dx} = 2x[/tex]

Assuming that the above is true, my first question is this: what is the solution to (5), and what does it mean to you? (you know that y=x^2+3)

(5) [tex]\frac{dy}{dt} = [/tex]

Essentially we differentiate by a variable that doesn't appear on the right side of this equation...asking, "How does a small change in time affect the value of y?" Correct? In notation that uses a prime only (remember f'(x)), it's assumed that you differentiated with respect to the variable x. But that's not always assumed using Leibniz notation, is it?
 
Last edited:
  • #4
Severian596 said:
Lately I've been having trouble with derivatives, specifically in the context of applying them to an ant problem (see https://www.physicsforums.com/showthread.php?goto=newpost&t=85302 if you'd like to witness my slow decline). I have taken high school and college calc. I've learned many ways to perform the "hows" of calculus (how to find a derivative, how to find an integral, etc). But I admit it! I finally admit it to myself. I cannot apply calculus to complex problems.

Could someone briefly explain Leibnitz notation and how you can use it to better understand the meaning of derivative formulas? I already know how to take derivatives, so this is not really a concern. But when I first learned calculus they didn't stress the meaning(s) of notation enough, and now I feel left behind because I basically think of derivative notation as "f(x) with a prime symbol, like f'(x)."

I'll start slow. Can I define

(1) [tex]f(x) = x^2+3[/tex]

then say that equations two and three below mean exactly the same thing?

(2) [tex]f'(x) = 2x[/tex]
(3) [tex]\frac{d\ f(x)}{dx} = 2x[/tex]
(3) is a notation that cannot really be misunderstood (hence, it is perfectly acceptable), but it is not wholly standard.
Given (1), defining f(x), a more conventional form of (3) would be:
[tex]\frac{df}{dx}=2x[/tex]

Alternatively, neglecting to define "f", the following notation can also be used:
[tex]\frac{d}{dx}(x^{2}+3)=2x[/tex]

In maths, you should strive for unambiguous and efficient notations; it is not necessary to slavishly follow those conventions you learn from your particular text-book if you don't like them.
 
  • #5
arildno said:
Given (1), defining f(x), a more conventional form of (3) would be:
[tex]\frac{df}{dx}=2x[/tex]

...

In maths, you should strive for unambiguous and efficient notations; it is not necessary to slavishly follow those conventions you learn from your particular text-book if you don't like them.
Excellent! Thanks arildno...you know, the potential for someone to misunderstand this notation is high until someone says, "[itex]d[/itex] is an operator." I like the way you've given me three equalities, it drives home the point that [itex]d[/itex] is an operator.
 
  • #6
Severian596 said:
...

Assuming that the above is true, my first question is this: what is the solution to (5), and what does it mean to you? (you know that y=x^2+3)

(5) [tex]\frac{dy}{dt} = [/tex]

Essentially we differentiate by a variable that doesn't appear on the right side of this equation...asking, "How does a small change in time affect the value of y?" Correct? In notation that uses a prime only (remember f'(x)), it's assumed that you differentiated with respect to the variable x. But that's not always assumed using Leibniz notation, is it?
If x is a function of time, for short if x=x(t), then we have by the chain rule (actually a theorem), dy/dt = (dy/dx)(dx/dt) = (2x)(dx/dt) where dx/dt is unknown because x(t) is unknown. If x is not a function of time, or x is a constant with respect to time, we have dx/dt=0, and thus dy/dt=0 by the above chain rule.
The meaning of the result is that if one were to assume y was a linear function of t at each t, then the resulting function is the change in y with respect to t (the slope) for each linear function at each t. Physical interpretations of this give things like velocity (change in position with respect to time), acceleration (change in velocity with respect to time), etc. Hence in your previous example in Homework, we said "assume that for small changes in t, the position x varies linearly with respect to t so that the change in position with respect to t is the sum of the velocities u and w", which we wrote as dx/dt = u + w for all x. You could also have written this as "assume dx = (u+w) dt" in analogy to the linear x = vt depending on how you think. Note that if w was a constant, the solution would have been the obvious x(t) = (u+w)*t, a straight line, representing a particle with constant velocity dx/dt = u+w.
The differential evaluated at each point is a way of reducing the study of nonlinear functions to the study of linear functions at each point, which we know much more intimately through linear algebra.
 
Last edited:
  • #7
hypermorphism said:
If x is a function of time
I'd like to stress that I'm learning a lot today, including this. Essentially you didn't jump to the conclusion that the variable x was NOT a function. This is something that I'm not conditioned to do, but I'm learning to do this. I don't think schools stress the relationship between variable and functions enough...the fact that a variable can be a function if it's defined in terms of another variable is a logical leap that's easy once it's placed in front of you. Thank you hypermorphism! Back on track now...

hypermorphism said:
If x is a function of time, for short if x=x(t), then we have by the chain rule (actually a theorem), dy/dt = (dy/dx)(dx/dt) = (2x)(dx/dt) where dx/dt is unknown because x(t) is unknown. If x is not a function of time, or x is a constant with respect to time, we have dx/dt=0, and thus dy/dt=0 by the above chain rule.
Perfect, I see precisely. Excellent way of putting it. I just looked up the chain rule and a web page defined it as

[tex]\frac{d}{dx}f(u) = f'(u)\frac{du}{dx}[/tex]

I wonder why they switched notations? It's easier to understand the notation of your equation, which would be

[tex]\frac{d}{dx}f(u) = \frac{df}{du}\frac{du}{dx}[/tex]
 
  • #8
Have you gone through general differentiation using y = f(x)? I found it easier to see the leibnitz notation after seeing this process.
 
  • #9
By the way, while a derivative [itex]\frac{dy}{dx}[/itex] is not a fraction (you don't find "dy" and "dx" separately and then divide!), it is the limit of a fraction and fraction "properties" can be proven by going back "before" the limit, using the "property", and then taking the limit again.

That's why you can think of the chain rule: [itex]\frac{dy}{dt}= \frac{dy}{dx}\frac{dx}{dt}[/itex] as "just cancel the "dx" terms" (but be careful not to say that out loud when your calculus teacher is listening!). It's not really correct but it is a good mnemonic.

Similarly, the rule for the derivative of an inverse function can be remembered as [itex]\frac{dx}{dy}= \frac{1}{\frac{dy}{dx}}[/tex].
 
  • #10
cscott said:
Have you gone through general differentiation using y = f(x)? I found it easier to see the leibnitz notation after seeing this process.
No I don't believe I've done this but I'm not quite sure what you mean, either. Sorry :confused:
 
  • #11
Severian596 said:
No I don't believe I've done this but I'm not quite sure what you mean, either. Sorry :confused:

Do you understand how you end up with

[tex]\frac{d}{dx}f(x) = \lim_{\Delta x \rightarrow 0} \left (\frac{f(x + \Delta x) - f(x)}{\Delta x} \right)[/tex]

when you differentiate [itex]y = f(x)[/itex]? Sorry if I've confused you a bit, I just don't know what they go through in calculus classes as I've never had a proper one yet. :uhh: Are you asking where [itex]\frac{dy}{dx}[/itex] comes from?
 
Last edited:
  • #12
cscott said:
Do you understand how you end up with

[tex]\frac{d}{dx}f(x) = \lim_{\Delta x \rightarrow 0} \left (\frac{f(x + \Delta x) - f(x)}{\Delta x} \right)[/tex]

when you differentiate [itex]y = f(x)[/itex]? Sorry if I've confused you a bit, I just don't know what they go through in calculus classes as I've never had a proper one yet. :uhh: Are you asking where [itex]\frac{dy}{dx}[/itex] comes from?
Well, constructing it in plain english maybe given (1):

(1) [tex]\frac{d}{dx}f(x)[/tex]


you might ask, "How does one resolve the indicated operation on f(x) in (1)?" Or, "How does one find out how f(x) changes if x begins to approach zero?" I guess because that's the fundamental question behind every differential...what's the function's rate of change with respect to change with respect to some variable, right? So where does (1) lead us?

When trying to figure out rate of change you start with a snapshot of the function using some input value. Then you make a small change to the input value and find the difference between the new value of the function and the old value of the function. Finally you must divide the difference by the amount by which you changed the input, and you have a, "per incriment of change in the variable [fill in the blank]." That leaves you with

[tex]\frac{f(x + \Delta x) - f(x)}{\Delta x}[/tex]

Is this what you mean? How am I doing?
 
  • #13
I think you have the idea but I'll add a bit more.

You first asked "Could someone briefly explain Leibnitz notation and how you can use it to better understand the meaning of derivative formulas?" so here it goes:

Consider any curve [itex]y = f(x)[/itex]. Let [itex]\Delta x[/itex] be our increment to x and let [itex]\Delta y[/itex] be the corresponding increment to y.

We can now say

[tex]\Delta y = f(x + \Delta x) - f(x)[/tex]

The gradient of the secante would be

[tex]\frac{\Delta y}{\Delta x} = \frac{f(x + \Delta x) - f(x)}{\Delta x}[/tex]

Therefore the gradient at the point is

[tex]\lim_{\Delta x \rightarrow 0} \left ( \frac{\Delta y}{\Delta x} \right ) = \lim_{\Delta x \rightarrow 0} \left ( \frac{f(x + \Delta x) - f(x)}{\Delta x} \right )[/tex]

[itex]\Delta y[/itex] becomes [itex]dy[/itex] and [itex]\Delta x[/itex] becomes [itex]dx[/itex].

[tex]\frac{dy}{dx} = \lim_{\Delta x \rightarrow 0} \left ( \frac{\Delta y}{\Delta x} \right ) [/tex]

or

[tex]\frac{d}{dx}f(x)= \lim_{\Delta x \rightarrow 0} \left ( \frac{f(x + \Delta x) - f(x)}{\Delta x} \right ) [/tex]

So my understanding is when we say [itex]\frac{dy}{dx} =[/itex] it represents this process :smile:
 
Last edited:
  • #14
So my understanding is when we say dy/dx it represents this process

Not the process, just the end result of the process.
 
  • #15
Thanks cscott, that illustration was very helpful. I'm becoming very comfortable with this notation, now. It feels good.
 

1. What is Leibniz notation?

Leibniz notation is a mathematical notation used to represent derivatives, or rates of change, in calculus. It was developed by German mathematician Gottfried Wilhelm Leibniz in the 17th century.

2. How is Leibniz notation written?

Leibniz notation uses the symbol "d" to represent differentiation, and the variable in which the derivative is taken is written after the "d." For example, the derivative of y with respect to x would be written as dy/dx.

3. What is the advantage of using Leibniz notation?

Leibniz notation is advantageous because it allows for a clear representation of the independent and dependent variables in a derivative. It also makes it easier to understand the chain rule and other calculus concepts.

4. How is Leibniz notation used to find higher-order derivatives?

To find higher-order derivatives (derivatives of derivatives), Leibniz notation uses superscripts. For example, the second derivative of y with respect to x would be written as d²y/dx².

5. Is Leibniz notation the only notation used for derivatives?

No, there are other notations used for derivatives such as Newton's notation and Lagrange's notation. However, Leibniz notation is the most commonly used notation and is often preferred for its clarity and ease of use.

Similar threads

Replies
36
Views
3K
Replies
6
Views
2K
  • Calculus
Replies
4
Views
1K
  • Calculus
Replies
3
Views
1K
Replies
3
Views
1K
Replies
3
Views
1K
Replies
1
Views
2K
Replies
5
Views
2K
Replies
1
Views
877
Back
Top