First off, this is not a homework problem, but rather is an issue that I've had for a while not and haven't quite been able to reason out to my satisfaction on my own.
u-vector = ui + vj + wk
What is grad(u-vector)?
I know what the gradient of a function is, but this is the gradient of a vector. I know what the answer is, because we did it a kazillion times in class, and I know how to get it by memorizing, but what is the technique at work here? There must be a method to the madness somewhere. I've tried looking up the gradient of a vector, gradient of a tensor (thinking there might be a general formula for gradient of a tensor that would reduce to gradient of a vector), but it has all led to nothing but confusion.
http://www.math.umn.edu/~nykamp/m2374/readings/divcurl/
Neither of these is the gradient of a vector field. The divergence of a vector, \boldsymol{\nabla}\cdot \mathbf F, is a scalar while the curl of a vector field, \boldsymol{\nabla}\times \mathbf F, is a vector. The gradient of a vector field is a second order tensor:
One way to look at this: The ith row of the gradient of a vector field \mathbf F(\mathbf x) is the plain old vanilla gradient of the scalar function F_i(\mathbf x).
One place where the concept is useful is in forming a Taylor expansion of a scalar function. To first order,
Higher order expansions require higher order derivatives. The second order expansion requires taking the gradient of the gradient (i.e., taking the gradient of a vector).
One application of this is computing the gravity gradient torque induced on a vehicle.
granpa
Aug24-08, 04:49 PM
I would think that the curl of a vector field would only be a vector (technically a pseudovector, which is really a tensor) in 3 dimensions. in more than 3 its a tensor.
perhaps the tensor you are talking about is simply the true value of the curl. otherwise I have no idea what you are talking about.
I didnt mention grad because he asked for the gradient of a vector not a scalar.
D H
Aug24-08, 05:08 PM
I am not talking about curl, which is a pseudovector in three dimensions and generalizes to a N(N-1)/2\times N(N-1)/2 skew-symmetric tensor in N dimensions. I am talking about about the N\times N tensor
which I goofed up in my first post (now corrected).:redface:
If [itex]f(\mathbf x) is a scalar function, then the gradient \boldsymol{\nabla}f = \partial f(\mathbf x)/\partial x_i is a vector field. The "gradient" of this vector is what I was talking about in the second part of my post.
Aside: Is there a name for the second-order spatial derivative \partial^2 f(\mathbf x)/\partial x_i \partial x_j?
Weather Freak
Aug24-08, 05:36 PM
I am not talking about curl, which is a pseudovector in three dimensions and generalizes to a N(N-1)/2\times N(N-1)/2 skew-symmetric tensor in N dimensions. I am talking about about the N\times N tensor
which I goofed up in my first post (now corrected).:redface:
If [itex]f(\mathbf x) is a scalar function, then the gradient \boldsymol{\nabla}f = \partial f(\mathbf x)/\partial x_i is a vector field. The "gradient" of this vector is what I was talking about in the second part of my post.
Aside: Is there a name for the second-order spatial derivative \partial^2 f(\mathbf x)/\partial x_i \partial x_j?
Thanks a lot, that definitely answers the question! The trick of each row being the gradient of Fi really makes it easy to remember as well.
musemonkey
Sep27-08, 11:30 AM
I have a follow-up question to this thread. The gradient of a dot product is given
\nabla ( A \cdot B) = \underbrace{(B\cdot \nabla)A + (A\cdot \nabla)B}_{\mbox{gradients of vectors?}} + B \times (\nabla\times A) + A \times (\nabla \times B)
All the terms in the equation should be vectors, not second order tensors, which is what gradients of vectors were explained to be earlier in this thread. How then to interpret the first two terms of the right hand side?
Also, the hint I've seen for deriving the identity is to use the "BAC-CAB" identity
A \times (B \times C) = B (A \cdot C) - C (A \cdot B),
which can be rewritten
B(A \cdot C) = A \times (B \times C) + (A \cdot B) C.
But using this to expand the gradient of the dot product of two vectors (letting B = \nabla, A = A, \mbox{ and } C = B ) appears to yield
\nabla (A \cdot B) = A \times (\nabla \times B) + (A \cdot \nabla) B,
which is not consistent with the expansion given in textbooks unless
(B \cdot \nabla) A + A \times (\nabla \times B) = 0 ,
and by symmetry, I don't think that can be true (wouldn't the whole right hand side of the textbook grad of dot product expansion then be zero?).
Please help.
Thanks, Genya
Mute
Sep27-08, 12:05 PM
B(A \cdot C) = A \times (B \times C) + (A \cdot B) C.
But using this to expand the gradient of the dot product of two vectors (letting B = \nabla, A = A, \mbox{ and } C = B ) appears to yield
\nabla (A \cdot B) = A \times (\nabla \times B) + (A \cdot \nabla) B,
You can't do that. \nabla is not a vector. It's an differential operator that in some cases we can treat like a vector but this is not one of those cases because in doing so you didn't take account of the product rule.
For example, for ordinary vectors \mathbf{A} and \mathbf{B} and a scalar function \psi, the following identity holds:
I thought it was OK to substitute \nabla into the BAC-CAB identity because Feynman Lectures vol. II sec. 2-7 contain the following:
A \times (B \times C) = B ( A \cdot C) - (A \cdot B) C
\nabla \times (\nabla \times h) = \nabla (\nabla \cdot h) - (\nabla \cdot \nabla) h
Thank you Mute for the speedy response, but I'm not sure what to make of it. It's still unclear what the terms of form {(B\cdot \nabla)A mean and how the derivation of the gradient of a dot product formula is supposed to be done using the BAC-CAB identity.
D H
Sep27-08, 04:39 PM
\nabla ( A \cdot B) = \underbrace{(B\cdot \nabla)A + (A\cdot \nabla)B}_{\mbox{gradients of vectors?}} + B \times (\nabla\times A) + A \times (\nabla \times B)
All the terms in the equation should be vectors, not second order tensors, which is what gradients of vectors were explained to be earlier in this thread. How then to interpret the first two terms of the right hand side?
The first term in the above equation in cartesian coordinates is
Also, the hint I've seen for deriving the identity is to use the "BAC-CAB" identity ...
The path you took is, as Mute noted, invalid. The "BAC-CAB" identity can be used if one uses Feynman's notation:
\nabla(A\cdot B) = \nabla_A(A\cdot B) + \nabla_B(A\cdot B)
= \nabla_A(B\cdot A) + \nabla_B(A\cdot B)
where \nabla_A only operates on A and \nabla_B only operates on B. Then one can "safely" use the BAC-CAB identity as you did:
\aligned
\nabla_A(B\cdot A) &= B \times (\nabla_A \times A) + (B \cdot \nabla_A) A \\
&= B \times (\nabla \times A) + (B \cdot \nabla) A \\
\nabla_B(A\cdot B) &= A \times (\nabla_B \times B) + (A \cdot \nabla_B) B \\
&= A \times (\nabla \times B) + (A \cdot \nabla) B \\
\nabla(A\cdot B) &= \nabla_A(B\cdot A) + \nabla_B(A\cdot B) \\
&= (B \cdot \nabla) A + (A \cdot \nabla) B + B \times (\nabla \times A) + A \times (\nabla \times B)
\endaligned
This, however, is too much sleight-of-hand for me. It happens to work. Your approach happened not to work.
musemonkey
Sep27-08, 06:40 PM
Thank you DH and Mute! You answered everything, and I appreciate your taking the time to write everything out.