What is a total differential? (Geometrically speaking?)

  • Thread starter Thread starter MathWarrior
  • Start date Start date
  • Tags Tags
    Differential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
MathWarrior
Messages
267
Reaction score
5
Just got around to learning total differentials in calculus 3. Or total derivative, having a hard time wrapping my mind around what it is geometrically speaking. Can someone explain?
 
Physics news on Phys.org
MathWarrior said:
Just got around to learning total differentials in calculus 3. Or total derivative, having a hard time wrapping my mind around what it is geometrically speaking. Can someone explain?

Lets take a single variable case here, say y=f(x).

So the total differential of f is df = f'(x)dx. You can think of df as a function of two variables, x and dx ( Where dx is also independent here of course ).

Think of an infinitesimally small quantity when you think about dx. So for very very small values of dx you get :

f(x, dx) ≈ f'(x) ( Roughly equal to ).

In a way we cheat the system when we take the limit as h→0 of the definition of the limit. Remember how h is close to 0, but not zero exactly? Think of dx in the same manner. Extremely small, but not zero exactly.
 
Let f be a differentiable function in x, y, and z (which is stronger than just saying that the partial derivatives exist). Further, suppose x, y, and z are differentiable functions of some parameter t. Then f(t)= f(x(t), y(t), z(t)) describes f values along a specific smooth path in R3. If you like, you can think of it as the trajectory of an object in space.

By the chain rule,
[tex]\frac{df}{dt}= \frac{\partial f}{\partial x}\frac{df}{dt}+ \frac{\partial f}{\partial y}\frac{dy}{dt}+ \frac{\partial f}{\partial z}\frac{dz}{dt}[/tex]

Since that is an ordinary derivative of a function of a single variable, we can define its "differential":
[tex]df= \frac{df}{dt} dt= \left(\frac{\partial f}{\partial x}\frac{df}{dt}+ \frac{\partial f}{\partial y}\frac{dy}{dt}+ \frac{\partial f}{\partial z}\frac{dz}{dt}\right)dt[/tex]

Or course, that is the same as
[tex]df= \frac{df}{dt} dt= \frac{\partial f}{\partial x}\frac{df}{dt}dt+ \frac{\partial f}{\partial y}\frac{dy}{dt}dt+ \frac{\partial f}{\partial z}\frac{dz}{dt}dt[/tex]

[tex]df= \frac{\partial f}{\partial x}dx+\frac{\partial f}{\partial y}dy+ \frac{\partial f}{\partial z}dz[/tex]
where all mention of "t" has disappeared.