Proving grad operator yields perpendicular vector to contour

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
henry wang
Messages
30
Reaction score
0
I saw a link on MIT open courseware proving grad operator yields perpendicular vector to contour, but I can't make sense of how dg/dt=0.
Can someone explain to me please.
http://ocw.mit.edu/courses/mathematics/18-02sc-multivariable-calculus-fall-2010/2.-partial-derivatives/part-b-chain-rule-gradient-and-directional-derivatives/session-36-proof/MIT18_02SC_notes_19.pdf
 
on Phys.org
henry wang said:
I saw a link on MIT open courseware proving grad operator yields perpendicular vector to contour, but I can't make sense of how dg/dt=0.
Can someone explain to me please.
http://ocw.mit.edu/courses/mathematics/18-02sc-multivariable-calculus-fall-2010/2.-partial-derivatives/part-b-chain-rule-gradient-and-directional-derivatives/session-36-proof/MIT18_02SC_notes_19.pdf

If you have a function [itex]f(x,y,z)[/itex], and you have a constant [itex]c[/itex], then the set of points satisfying [itex]f(x,y,z) = c[/itex] is a two-dimensional surface. So now we let [itex]\vec{r}(t)[/itex] be any path that stays on that surface. In terms of components, if we write [itex]\vec{r}(t) = (x(t), y(t), z(t))[/itex], then to say that [itex]\vec{r}(t)[/itex] stays on the surface [itex]f(x,y,z)=c[/itex] just means that for all [itex]t[/itex], we have:

[itex]f(x(t), y(t), z(t)) = c[/itex]

So far, this is just true by assumption. We're assuming that [itex]x(t), y(t), z(t)[/itex] are three functions such that [itex]f(x(t), y(t), z(t)) = c[/itex].

Since [itex]f(x(t), y(t), z(t)) = c[/itex], then it immediately follows that:

[itex]\frac{d}{dt} f(x(t), y(t), z(t)) = \frac{dc}{dt} = 0[/itex]

All they're doing is defining [itex]f(x(t), y(t), z(t)) = g(t)[/itex]. That's just the definition of [itex]g[/itex]. So it immediately follows that [itex]\frac{d}{dt} g(t) = 0[/itex].
 
  • Like
Likes   Reactions: henry wang
stevendaryl said:
If you have a function [itex]f(x,y,z)[/itex], and you have a constant [itex]c[/itex], then the set of points satisfying [itex]f(x,y,z) = c[/itex] is a two-dimensional surface. So now we let [itex]\vec{r}(t)[/itex] be any path that stays on that surface. In terms of components, if we write [itex]\vec{r}(t) = (x(t), y(t), z(t))[/itex], then to say that [itex]\vec{r}(t)[/itex] stays on the surface [itex]f(x,y,z)=c[/itex] just means that for all [itex]t[/itex], we have:

[itex]f(x(t), y(t), z(t)) = c[/itex]

So far, this is just true by assumption. We're assuming that [itex]x(t), y(t), z(t)[/itex] are three functions such that [itex]f(x(t), y(t), z(t)) = c[/itex].

Since [itex]f(x(t), y(t), z(t)) = c[/itex], then it immediately follows that:

[itex]\frac{d}{dt} f(x(t), y(t), z(t)) = \frac{dc}{dt} = 0[/itex]

All they're doing is defining [itex]f(x(t), y(t), z(t)) = g(t)[/itex]. That's just the definition of [itex]g[/itex]. So it immediately follows that [itex]\frac{d}{dt} g(t) = 0[/itex].
Thank you very much, that make a lot of sense, I understand now!