Why is dF expressed as ∇F · dr in scalar function analysis?

  • Thread starter Thread starter aaaa202
  • Start date Start date
aaaa202
Messages
1,144
Reaction score
2
My teacher often writes for a scalar function F:

dF = \nablaF \bullet dr

Why is it you are allowed to do this. Shouldn't you use the pythagorean theorem?
 
Physics news on Phys.org
aaaa202 said:
My teacher often writes for a scalar function F:

dF = \nablaF \bullet dr

Why is it you are allowed to do this. Shouldn't you use the pythagorean theorem?

Hi aaaa202! :smile:

It's an identity that follows from the definition of the derivative of a function of multiple coordinates.
Consider that the total derivative is:
$$dF = {\partial F \over \partial x}dx + {\partial F \over \partial y}dy + {\partial F \over \partial z}dz$$
And the right hand side is:
$$\nabla F \cdot d\mathbf{r} = \begin{bmatrix}{\partial F \over \partial x}\\{\partial F \over \partial y}\\{\partial F \over \partial x}\end{bmatrix} \cdot \begin{bmatrix}dx\\dy\\dz\end{bmatrix} = {\partial F \over \partial x}dx + {\partial F \over \partial y}dy + {\partial F \over \partial z}dz$$

I guess you could say that he pythagorean theorem is not involved because any application of it cancels left and right in the identity.
 
hmm yes I kinda got this already, but I'm just unsure how to interpret the term:

dF = dF/dx * dx + dF/dy * dy + dF/dz *dz

What does this infinitesimal bit of represent? Surely its not a vector, since the result is a scalar. Surely it can't be an infinitesimal part of its length either, since dF =√(dFx^2 + dFy^2 + dFz^2)
So what does it mean this dF?
 
aaaa202 said:
hmm yes I kinda got this already, but I'm just unsure how to interpret the term:

dF = dF/dx * dx + dF/dy * dy + dF/dz *dz

What does this infinitesimal bit of represent? Surely its not a vector, since the result is a scalar. Surely it can't be an infinitesimal part of its length either, since dF =√(dFx^2 + dFy^2 + dFz^2)
So what does it mean this dF?

You can interpret infinitesimals as small delta's.

dF is the change in F(x,y,z) if you change the coordinates by (dx,dy,dz) to F(x+dx,y+dy,z+dz).
You can write this as: dF=F(x+dx,y+dy,z+dz)-F(x,y,z).
This is the (scalar) difference in F between 2 points in space.
As such dF =√(dFx^2 + dFy^2 + dFz^2) does not apply, since it is not a vector.
 
Okay yes, but I just don't find the idea of adding up the changes of the function in respectfully the x-, y- and x- direction very interesting.
So far I've seen it used, but rather length has been used (or maybe I'm wrong) - for instance in continuity considerations you require that f(x,y) is well defined inside the cirfumference of an infinitesimal circle.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top