Is Taking the Gradient of a Vector Possible?

  • Thread starter Thread starter Henry Morton
  • Start date Start date
  • Tags Tags
    Dot
Click For Summary
Taking the gradient of a vector is possible, and it can be expressed using the Advective or Convective operator, which describes changes in properties due to fluid flow. The notation (\vec A\cdot\nabla)\vec B can be interpreted as a scalar operator acting on a vector, resulting in a vector, while the right side represents a vector-matrix product. The gradient of a vector can be thought of as a matrix of vectors, and while the notation may seem confusing, it serves as a mnemonic for the underlying calculations. When applying this in contexts like the Navier-Stokes equations, it's essential to handle each component separately rather than as a single vector. Ultimately, the discussion clarifies that the gradient of a vector leads to a matrix representation, affirming the equality of the two expressions.
Henry Morton
Messages
4
Reaction score
0
What does this mean?

(\vec A\cdot\nabla)\vec B

I read somewhere that

(\vec A\cdot\nabla)\vec B=\vec A\cdot\nabla\vec B

but this must be nonsense since you can't take the gradient of a vector.
 
Physics news on Phys.org
Well, you could try extending it out by components. Assuming three-space, we have as such:

\left(a_x \frac{\partial}{\partial x} + a_y \frac{\partial}{\partial y} + a_z \frac{\partial}{\partial z}\right) \left(b_x \hat{i} + b_y \hat{j} + b_z \hat{k}\right)

Which would be the interpretation I'd go with. What that means, on the other hand, is harder to determine.

EDIT: Should probably say that I assumed \vec{A} = a_x \hat{i} + a_y \hat{j} + a_z \hat{k}, and same with B.
 
What you're talking about is called the Advective or Convective operator and describes the change in a property due to flow of continuous media (in Fluid Mechanics anyway).

Char limit is correct. Don't worry about whether it makes sense or not the way it's written because it is essentially taking notation abuse to the next level (similarly to the way curl and divergence are written as cross and dot products of the gradient with the vector!). This is what the thing actually looks like:

<br /> (\vec A\cdot\nabla)\vec B=\vec A\cdot\nabla\vec B=\left(a_x \frac{\partial}{\partial x} + a_y \frac{\partial}{\partial y} + a_z \frac{\partial}{\partial z}\right) \vec B=a_x \frac{\partial\vec B}{\partial x} + a_y \frac{\partial\vec B}{\partial y} + a_z \frac{\partial\vec B}{\partial z}
where
\vec A=(a_x,a_y,a_z)

Does that help? Can you see how it can be written both ways? You can think of the gradient of a vector as a vector of vectors, but as I said, don't worry about doing that. You should use the formula you wrote initially only as a sort of mnemonic device for what it actually is (the final formula I wrote). You should note, however, that when you're actually doing the calculations (I'm assuming you're seeing this in the Navier-Stoke's Equations), you won't do this as one big vector, but rather you'll have separate equations for the x, y, and z components of B.
 
Last edited:
  • Like
Likes TheCanadian
schliere said:
What you're talking about is called the Advective or Convective operator and describes the change in a property due to flow of continuous media (in Fluid Mechanics anyway).

Char limit is correct. Don't worry about whether it makes sense or not the way it's written because it is essentially taking notation abuse to the next level (similarly to the way curl and divergence are written as cross and dot products of the gradient with the vector!). This is what the thing actually looks like:

<br /> (\vec A\cdot\nabla)\vec B=\vec A\cdot\nabla\vec B=\left(a_x \frac{\partial}{\partial x} + a_y \frac{\partial}{\partial y} + a_z \frac{\partial}{\partial z}\right) \vec B=a_x \frac{\partial\vec B}{\partial x} + a_y \frac{\partial\vec B}{\partial y} + a_z \frac{\partial\vec B}{\partial z}
where
\vec A=(a_x,a_y,a_z)

Does that help? Can you see how it can be written both ways? You can think of the gradient of a vector as a vector of vectors, but as I said, don't worry about doing that. You should use the formula you wrote initially only as a sort of mnemonic device for what it actually is (the final formula I wrote). You should note, however, that when you're actually doing the calculations (I'm assuming you're seeing this in the Navier-Stoke's Equations), you won't do this as one big vector, but rather you'll have separate equations for the x, y, and z components of B.

Yes, thanks a bunch.
 
You SURE can take the gradient of a vector!
What you end up with is a matrix, and your left-hand side in your identity is a scalar operator on a vector, yielding a vector C, whereas your right hand side is a vector-matrix product, yielding a vector D..
The equality sign means that C=D
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
888
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
572