Leibniz Notation: Understanding Diff. Calculus Anti-Derivatives

  • Context: Undergrad 
  • Thread starter Thread starter imjustcurious
  • Start date Start date
  • Tags Tags
    Leibniz Notation
Click For Summary

Discussion Overview

The discussion revolves around the transition from Lagrange's notation to Leibniz notation in differential calculus, particularly focusing on the concept of anti-derivatives and the interpretation of infinitesimals. Participants explore the implications of using different notations and their effectiveness in various contexts, including integration and substitution methods.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion about switching from Lagrange's notation to Leibniz notation, particularly regarding the interpretation of dy/dx and the process of finding anti-derivatives.
  • Another participant suggests that thinking of dx and dy as infinitesimals may not be helpful and recommends viewing them as indicators of the variable of integration.
  • A participant provides an example of using Leibniz notation in integration, emphasizing its utility in implicit differentiation and multi-variable calculus.
  • There is a discussion about the clarity of Leibniz notation in teaching U-substitution, with one participant sharing their preference for it over Lagrange notation.
  • Several participants discuss the process of changing variables in integration, specifically how to derive du from dx and the implications for simplifying integrals.
  • One participant questions the usefulness of the form du = 1/x dx and seeks clarification on its significance in the context of integration.
  • Another participant explains that du is defined based on the choice of u and emphasizes the importance of understanding how to replace variables during integration.

Areas of Agreement / Disagreement

Participants express varying opinions on the utility of Lagrange versus Leibniz notation, with some favoring one over the other depending on the context. There is no consensus on the best approach to interpreting infinitesimals or the most effective notation for teaching concepts in calculus.

Contextual Notes

Participants highlight the potential confusion arising from different interpretations of notation and the need for clarity in defining variables during integration. The discussion reflects a range of perspectives on the effectiveness of various notational systems in calculus.

Who May Find This Useful

Students transitioning between different notational systems in calculus, educators seeking to clarify concepts of differentiation and integration, and individuals interested in the nuances of mathematical notation in STEM fields.

imjustcurious
Messages
21
Reaction score
0
The entire first semester of my Calculus class we used Lagrange's notation, f'(x), f''(x), etc.. So at the beginning of second semester the teacher kinda casually switched over to Leibniz notation, dy/dx, which left all of the class dazed.

I understood it pretty well until she did a simple problem, dy/dx=2x/y. She asked us to find the anti-derivative of it so I cross multiplied. (dx)(2x)=(dy)(y). The way I understand it is that dx or dy is an infinitesimal change in x or y. So an infinitesimal change in x times 2x would approach 0 and an infinitesimal change in y times y would approach 0 too. Then I can't take the anti-derivative. I need a better explanation of this because obviously I'm doing something wrong. Any help is welcomed thanks.
 
Physics news on Phys.org
imjustcurious said:
The entire first semester of my Calculus class we used Lagrange's notation, f'(x), f''(x), etc.. So at the beginning of second semester the teacher kinda casually switched over to Leibniz notation, dy/dx, which left all of the class dazed.

I understood it pretty well until she did a simple problem, dy/dx=2x/y. She asked us to find the anti-derivative of it so I cross multiplied. (dx)(2x)=(dy)(y). The way I understand it is that dx or dy is an infinitesimal change in x or y. So an infinitesimal change in x times 2x would approach 0 and an infinitesimal change in y times y would approach 0 too. Then I can't take the anti-derivative. I need a better explanation of this because obviously I'm doing something wrong. Any help is welcomed thanks.
You separated the original equation, dy/dx = 2x/y, to get 2xdx = y dy. The next step is to integrate the left side with respect to x and the right side with respect to y. IMO, thinking about dx and dy as infinitesimals is not helpful. Instead, think of them as indicating which is the variable of integration.
 
  • Like
Likes   Reactions: ElijahRockers
Mark44 said:
thinking about dx and dy as infinitesimals is not helpful. Instead, think of them as indicating which is the variable of integration.

To clarify:
Perhaps consider the derivative. This is, for example, the instantaneous change in speed (y) at a certain point in space (x). We can denote the derivative as being dy/dx...

Read literally, as you did, this means 'infinitely small change in y divided by some infinitely small change in x'. You'll get some ratio whose value is the instanaeous slope at that point x. BUT, the same way for the integral, you could say this is 0/0 but that is not really helpful.. it doesn't tell you the instantaneous rate of change.

Hope that clarifies.
 
Lagrange and Leibniz notation mean the same thing. I personally use Lagrange when just doing basic derivatives, but Leibniz notation is more useful in my opinion when it comes to implicit differentiation, multi-variable calculus (especially with partial derivatives), and differential equations. I personally prefer to write in Leibniz notation over LaGrange. It's easier to keep track of the variables. And I think that Leibniz notation is more effective when teaching U-substitution to students. My professor used LaGrange to teach U-substitution which made it confusing until I went home and practiced it with Leibniz notation.

Here's what I mean:
Consider the following integral:
\begin{equation}
\int_{a}^{b} \frac{cos(ln(x)}{x} dx
\end{equation}
Let u = ln(X) such that
du/dx (The derivative of u with respect to x) = (1/x)
Therefore:
du = 1/x dx
See how easier it is to keep track of variables with Leibniz notaiton. dy/dx is just saying the derivative of y with respect to x.

Likewise, partial differential can be written in terms of both Leibniz notation and LaGrange notation.
\begin{equation}
\frac{\partial f}{\partial x} = f_x
\end{equation}
Where Leibniz notation is on the left and LaGrange notation is on the right.

My point for my long reply is that don't let notation scare you. Just use the notation that you feel most comfortable with. And that you might find LaGrange more useful for some concepts and Leibniz for others.
 
Thank you all for the help.
I do agree I think Leibniz notation would be much more organized, but what do I need to see when I see du = 1/x dx. What does that mean. Is that a useful form or does it need to be altered.
 
imjustcurious said:
Thank you all for the help.
I do agree I think Leibniz notation would be much more organized, but what do I need to see when I see du = 1/x dx. What does that mean. Is that a useful form or does it need to be altered.
When evaluating an integral using substitution you need to change the variable to u and integrate with respect to du instead of dx.

\begin{equation}
\int_{a}^{b} \frac{cos(ln(x)}{x} dx
\end{equation}
If we let u = ln(x) we can take the diverative of u (our function) with respect to x which is written as (du/dx)
\begin{equation}
\frac{du}{dx} = \frac{1}{x}
\end{equation}
If we move dx to the other side, we get a value for du
\begin{equation}
du = \frac{1}{x} dx
\end{equation}
We can replace ln(x) in the intergal with u since we defined it as such. And we can replace 1/x dx with du since it is defined as such.
Therefore, our intergal becomes
\begin{equation}
\int_{a}^{b} cos(u) du
\end{equation}
Now that we have our intergal in terms of u, we can easily integrate with with respect to u.
\begin{equation}
\int_{a}^{b} cos(u) du = sin(u)
\end{equation}
We replace u back with ln(x), we get the final answer to be sin(lnx)

To answer your question, du is not always equal to 1/x dx, it depends on how you define u. But writing du/dx and then moving dx to the other side, allows you to define du in terms of dx which you are trying to eliminate so you can integrate with respect to u. You replace some f(x) dx with du so you can make the integral simpler and then integrate with respect to u. In essence, you're undoing the chain rule.

Consider this example
\begin{equation}
\int_{a}^{b} 2x e^{x^2} dx.
\end{equation}
You don't know how to integrate this without trying to simplify the integral.
So we can let u = x^2 so that the derivative of u with respect to x (written as du/dx) as:
\begin{equation}
\frac{du}{dx} = 2x
\end{equation}
Moving dx to the other side, we get
\begin{equation}
du = 2x dx
\end{equation}
We see that we can replace 2x dx in our integral with du.
Therefore our integral becomes:
\begin{equation}
\int_{a}^{b} e^{u} du.
\end{equation}
Solving our integral we get:
\begin{equation}
\int_{a}^{b} e^{u} du. = e^{u} = e^{x^2}
\end{equation}
so our final answer is e^{x^2}
So, Leibniz notation is good for keep track of variables with u-substitution.
 
Dopplershift said:
When evaluating an integral using substitution you need to change the variable to u and integrate with respect to du instead of dx.

\begin{equation}
\int_{a}^{b} \frac{cos(ln(x)}{x} dx
\end{equation}
If we let u = ln(x) we can take the diverative of u (our function) with respect to x which is written as (du/dx)
\begin{equation}
\frac{du}{dx} = \frac{1}{x}
\end{equation}
If we move dx to the other side, we get a value for du
\begin{equation}
du = \frac{1}{x} dx
\end{equation}
We can replace ln(x) in the intergal with u since we defined it as such. And we can replace 1/x dx with du since it is defined as such.
Therefore, our intergal becomes
\begin{equation}
\int_{a}^{b} cos(u) du
\end{equation}
Now that we have our intergal in terms of u, we can easily integrate with with respect to u.
\begin{equation}
\int_{a}^{b} cos(u) du = sin(u)
\end{equation}
We replace u back with ln(x), we get the final answer to be sin(lnx)

To answer your question, du is not always equal to 1/x dx, it depends on how you define u. But writing du/dx and then moving dx to the other side, allows you to define du in terms of dx which you are trying to eliminate so you can integrate with respect to u. You replace some f(x) dx with du so you can make the integral simpler and then integrate with respect to u. In essence, you're undoing the chain rule.

Consider this example
\begin{equation}
\int_{a}^{b} 2x e^{x^2} dx.
\end{equation}
You don't know how to integrate this without trying to simplify the integral.
So we can let u = x^2 so that the derivative of u with respect to x (written as du/dx) as:
\begin{equation}
\frac{du}{dx} = 2x
\end{equation}
Moving dx to the other side, we get
\begin{equation}
du = 2x dx
\end{equation}
We see that we can replace 2x dx in our integral with du.
Therefore our integral becomes:
\begin{equation}
\int_{a}^{b} e^{u} du.
\end{equation}
Solving our integral we get:
\begin{equation}
\int_{a}^{b} e^{u} du. = e^{u} = e^{x^2}
\end{equation}
so our final answer is e^{x^2}
So, Leibniz notation is good for keep track of variables with u-substitution.
Ok, thank you that clears it up very well :)
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 10 ·
Replies
10
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K