Thread Closed

Correct Definition?

 
Share Thread Thread Tools
Apr15-07, 04:38 PM   #1
 

Correct Definition?


Which one is the correct definition? I have seen both being used in texts and it makes a world of difference which one is used when doing proofs.


[tex] \frac {\partial f}{\partial \bar{x} } = [ \frac {\partial f}{\partial x_1 }, \frac {\partial f}{\partial x_2 }, \frac {\partial f}{\partial x_n }] [/tex]

OR:

[tex] \frac {\partial f}{\partial \bar{x} } = \left[\begin{array}{c} \frac {\partial f}{\partial x_1 } \\ \\ \frac {\partial f}{\partial x_2 }\\ \\ \frac {\partial f}{\partial x_n }\end{array}\right] [/tex]

My book and wiki have the first definition, but I have seen some people use the second.
PhysOrg.com
PhysOrg
physics news on PhysOrg.com

>> As chaos celebrates its 50th birthday, biophysicist develops a new method to visualize it
>> Novel features of helium-3 superfluidity discovered with new SQUID detector chip
>> Physics of 'green waves' could make city traffic flow more smoothly
Apr15-07, 04:41 PM   #2
 
They look like the same thing to me.
Apr15-07, 04:44 PM   #3
 
One is a column vector and one is a row vector.
Apr15-07, 05:03 PM   #4
 
Mentor

Correct Definition?


What's the context here? Your expression looks very like grad(f).
Apr15-07, 05:09 PM   #5
 
Quote by cristo View Post
What's the context here? Your expression looks very like grad(f).
It's very nearly the same thing as writing grad.

f(r+dr)=grad[f(r)].dr
=dr df/dr
=dr. I df/dr

So grad[f(r)]=I df/dr

(I'm too lazy to latex the above, but all the r, dr are vectors)
Apr15-07, 06:15 PM   #6
D H
 
Mentor
The notation [itex]df/d\vec x[/itex] is just a non-standard way to write [itex]\nabla f[/itex].

The standard representation of a displacement vector is as a column vector. With this representation, a displacement vector transforms from frame A to frame B as

[tex]\vec x_B = T_{A\to B} \, \vec x_A[/tex]

The gradient of a scalar field transforms by a different set of rules. The gradient lives in the dual space of the displacement vector field. The gradient should thus be represented as a row vector. With the gradient expressed as a row vector, the gradient of a function transforms according to

[tex]\nabla f_B(x) = (\nabla f_A(x)) \, T_{A\to B}[/tex]
Apr15-07, 06:34 PM   #7
 
Mentor
Quote by D H View Post
The notation [itex]df/d\vec x[/itex] is just a non-standard way to write [itex]\nabla f[/itex].
That's what I thought; although the bar in the original post confused me!

The standard representation of a displacement vector is as a column vector. With this representation, a displacement vector transforms from frame A to frame B as

[tex]\vec x_B = T_{A\to B} \, \vec x_A[/tex]

The gradient of a scalar field transforms by a different set of rules. The gradient lives in the dual space of the displacement vector field. The gradient should thus be represented as a row vector. With the gradient expressed as a row vector, the gradient of a function transforms according to

[tex]\nabla f_B(x) = (\nabla f_A(x)) \, T_{A\to B}[/tex]
Of course, some people gloss over this and write all "vectors" as row vectors!
Apr15-07, 06:49 PM   #8
 
The bar means its a scalar differentiated W.R.T a vector.

Also, It never dawned on me to think of it as the gradient, but in fact thats exactly what it's doing (only if x is spatial coordinates). In that case, the correct definition is definition 2.

But Im asking which one is the correct definition? Why would you need context to answer my question?
Apr15-07, 07:02 PM   #9
 
Blog Entries: 3
Recognitions:
Gold Membership Gold Member
According to post #6 by DH

The gradient should thus be represented as a row vector.
Apr15-07, 07:57 PM   #10
 
Quote by cyrusabdollahi View Post
Which one is the correct definition? I have seen both being used in texts and it makes a world of difference which one is used when doing proofs.


[tex] \frac {\partial f}{\partial \bar{x} } = [ \frac {\partial f}{\partial x_1 }, \frac {\partial f}{\partial x_2 }, \frac {\partial f}{\partial x_n }] [/tex]

OR:

[tex] \frac {\partial f}{\partial \bar{x} } = \left[\begin{array}{c} \frac {\partial f}{\partial x_1 } \\ \\ \frac {\partial f}{\partial x_2 }\\ \\ \frac {\partial f}{\partial x_n }\end{array}\right] [/tex]

My book and wiki have the first definition, but I have seen some people use the second.
The components of the first is a vector and as such is is layed out using a row matrix, which is the correct thing to do here. The second has components of a vector but is a column matrix of a 1-form which is the wrong thing to do. Only 1-forms are represented with the variables in the denuminator using subscripts and a change of sign for the spatial components.

Well .... it sounds good anyway. Does anyone agree?

Pete
Apr15-07, 08:06 PM   #11
 
Quote by Mentz114 View Post
According to post #6 by DH
Incorrect, the gradient is a column vector because my spatial coordinates is a column vector in R^n. So the gradient also has to be a column vector in R^n.
Apr15-07, 08:09 PM   #12
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by cyrusabdollahi View Post
Which one is the correct definition?
For better or worse -- the right answer to this question is "the one in the book." (Or "the one the instructor gave", or whatever is appropriate)

Also, for better or worse (worse, IMHO), it is common to formalize the mathematics so that no distinction is made between the two.


But if you are going to make a distinction (which I certainly advise) -- then [itex]\partial f / \partial \vec{x}[/itex] is going to be the opposite of what you use to denote [itex]\vec{x}[/itex]. The most common convention is that [itex]\vec{x}[/itex] is a column, thus [itex]\partial f / \partial \vec{x}[/itex] is a row.



And, for maximum confusion, the notation [itex]\nabla f[/itex] is often used both to denote the gradient and to denote [itex]\partial f / \partial \vec{x}[/itex]. (e.g. see Spivak's Differential Geometry)
Apr15-07, 08:12 PM   #13
 
Thats my problem. The book uses one way, my notes from class, which is from a different book, uses another way.

Here is a paper that basically says the same thing I've been saying in the footnote. But I wanted a second opinion from you guys.

http://www.colorado.edu/engineering/.../IFEM.AppD.pdf

Also note, the Jacobian is defined as the Transpose in my book of whats in the link above.
Apr15-07, 08:27 PM   #14
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by cyrusabdollahi View Post
Thats my problem. The book uses one way, my notes from class, which is from a different book, uses another way.

Here is a paper that basically says the same thing I've been saying in the footnote. But I wanted a second opinion from you guys.

http://www.colorado.edu/engineering/.../IFEM.AppD.pdf

Also note, the Jacobian is defined as the Transpose in my book of whats in the link above.
Ye gads! That's (IMHO) a very poor conventional choice -- so much that my first instinct would be to call it wrong! I would be a thousand times happier if x and y were row vectors, rather than the column vectors they were defined to be. (Or keep them as columns, but transpose everything else in that appendix)
Apr15-07, 08:29 PM   #15
 
Well, in Dynamics it makes more sense to define things as column vectors and not row vectors.
Apr15-07, 08:48 PM   #16
 
I still maintain that

[latex]\nabla f(\mathbf{r})=\mathbf{I}\frac{\partial f(\mathbf{r})}{\partial \mathbf{r}}[/latex]

Grad and df/dr are not completely equivalent.
Apr15-07, 08:53 PM   #17
 
I dont understand what your talking about christian. Can you explain what your saying in more detail?
Thread Closed
Thread Tools


Similar Threads for: Correct Definition?
Thread Forum Replies
Correct definition of planetary precession General Astronomy 0
is this correct? Introductory Physics Homework 0
Cant get it correct! Calculus & Beyond Homework 3
time dilation(correct/not correct) Introductory Physics Homework 1
is this correct? Introductory Physics Homework 8