What Are Differential Operators and Their Applications?

  • Context: Undergrad 
  • Thread starter Thread starter Marin
  • Start date Start date
  • Tags Tags
    Differential Operators
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 6K views
Marin
Messages
192
Reaction score
0
Hi all!

I came upon an expression like that: ' [tex]\frac{\delta f(x)}{\delta x}[/tex] ' several times but can't figure out what it's used for.

In Wikipedia it's posted that this derivative type is used when we consider infinitesimally small argument 'x'. So, does this mean:
[tex]\frac{\delta f(x)}{\delta x}=\lim_{x\rightarrow 0}\frac{df(x)}{dx}[/tex] ?
What's the sense of defining such a derivative? Where do we see its application?

I was also wondering what type of derivative ' [tex]\partial, \delta, d,[/tex] ' the [tex]\Delta[/tex], we use in physics, stands for?

Thanks in advance!

Marin
 
Physics news on Phys.org
Hi.
Can you tell us in which context you found that expression? Because I don't think the delta notation is unambiguously standard notation.

As for the last question, I think I can answer that. There are actually two occurrences of the (big) delta notation. In high school, it is used as a difference quotient, in expressions like
[tex]\frac{\Delta y}{\Delta x}[/tex],
usually later leading to the definition of derivative as
[tex]\frac{dy}{dx} = \lim_{\Delta x \to 0} \frac{\Delta y}{\Delta x}.[/tex]

In more advanced physics, the triangle is used for the Laplace operator [itex]\Delta = \nabla^2[/itex], where [itex]\nabla[/itex] is the gradient operator, e.g.
[tex]\nabla f(x, y, z, \cdots) = [\frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \cdots].[/tex]
 
Marin said:
Hi all!

I came upon an expression like that: ' [tex]\frac{\delta f(x)}{\delta x}[/tex] ' several times but can't figure out what it's used for.

In Wikipedia it's posted that this derivative type is used when we consider infinitesimally small argument 'x'. So, does this mean:
[tex]\frac{\delta f(x)}{\delta x}=\lim_{x\rightarrow 0}\frac{df(x)}{dx}[/tex] ?
What's the sense of defining such a derivative? Where do we see its application?
No, you have the limit on the wrong side. [tex]\frac{\delta f(x)}{\delta x}[/tex] essentially represents, not the limit as h goes to 0, but the difference quotient where [itex]\delta x[/itex] is take to be very small, but NOT 0.

I was also wondering what type of derivative ' [tex]\partial, \delta, d,[/tex] ' the [tex]\Delta[/tex], we use in physics, stands for?
The [itex]\partial[/itex].
[tex]\Delta f(x)= \nabla^2 f(x)= \left(\frac{\partial f}{\partial x}\right)^2+\left(\frac{\partial f}{\partial y}\right)^2+\left(\frac{\partial f}{\partial z}\right)^2[/tex]

Thanks in advance!

Marin
 
Can you tell us in which context you found that expression? Because I don't think the delta notation is unambiguously standard notation.

Here's the link :) http://en.wikipedia.org/wiki/Entropy_(classical_thermodynamics )
It's full of 'big' and 'small' deltas there - what's the point in writing [tex]\delta Q[/tex] instead of [tex]\Delta Q[/tex]?

No, you have the limit on the wrong side. [tex]\frac{\delta f(x)}{\delta x}[/tex] essentially represents, not the limit as h goes to 0, but the difference quotient where LaTeX Code: \\delta x is take to be very small, but NOT 0.


Do you mean the following:[tex]\lim_{\delta x\rightarrow 0}\frac{\delta f(x)}{\delta x}=\frac{df(x)}{dx}[/tex] ?

I hope I'm not asking too many questions ;)

What does this definition tell us mathematically? I mean, is there any geometrical interpretation like the normal difference quotient and the tangent lines, first deriv., etc.?
And when do we use it?
 
Last edited by a moderator:
Actually I think the notation is used by physicists, in the same way they allow themselves to re-write
[tex]\frac{df}{dx} = f'[/tex]
to
[tex]df = f' \, dx[/tex].

The difference is, that the above does have a rigorous mathematical meaning. Three options I see are:
  • Consider the deltas as if they were d's, e.g. as genuine differentials.
  • Consider it as functional derivatives, e.g. [itex]\delta E = \frac{\delta Q}{T}[/itex] means that 1/T is the functional derivative of E(T) with respect to Q. (Does this make sense?)
  • Don't think about it: "[itex]\delta E[/itex] is a tiny change in the energy".
 
hmmm ok, I think I got it :)

Thanks, you two, Marin