What are the operations on vector field A and how do I simplify the results?

AI Thread Summary
The discussion focuses on performing operations on a vector field A, specifically calculating the divergence and curl. The divergence of the vector field A is expressed as the sum of terms involving the scalar field A and its partial derivatives. For the curl, the result combines the scalar field A with the curl of the vector field and the gradient of A crossed with the vector field. The calculations utilize abstract index notation and the Einstein summation convention for clarity. The thread concludes with a complete solution for both operations, demonstrating the application of vector calculus principles.
gcooke
Messages
5
Reaction score
0
Hello. I am stuck trying to find an understandable answer to this online:

Carry out the following operations on the vector field A reducing the results to their simplest forms:

a. (d/dx i + d/dy j + d/dz k) . (Ax i + Ay j + Ax k)
b. (d/dx i + d/dy j + d/dz k) x (Ax i + Ay j + Ax k)

I know this is a dot product and cross product thing, and I think that A should become "integral Anda" (div) but I'm not sure what to do with the curl for b.

I can't find this worked out online. Can anyone direct me to a source?

Thank you!
Graham.
 
Physics news on Phys.org
The best to do when you get problems as this one, is to use the abstract index notation. your first expression is the divergence of a vectorfield, and the second one is the curl, of the same field. So I will show the problem, for an arbitrary \vec v vector field, multiplied by some A scalar field. I will denote the differential operator as: \frac{\partial}{\partial x_j} \equiv \partial_j. And we use the einstein summation convention. That is we sum automaticaly on double indices. So:

\text{div}(A\vec{v}=\partial_k(Av_k)=v_k\partial_k A + A\partial_k v_k =(\vec{v}\nabla)A + A \text{div}\vec{v}
As we see the first part is the "substantive" part of the total time derivative, we use in hydrodynamics. The operator explicitly in cartesian coordinates:
\vec{v}\nabla = v_x\frac{\partial}{\partial x}+v_y\frac{\partial}{\partial y}+v_z\frac{\partial}{\partial z}
Now in your problem: \vec{v}=(x,y,x). The A scalar field is not given explicitly. So we have for the divergence according to the previous:
\text{div}(A\vec{v})=x\frac{\partial A}{\partial x}+y\frac{\partial A}{\partial y}+x\frac{\partial A}{\partial z}+A\left(\frac{\partial x}{\partial x}+\frac{\partial y}{\partial y}+\frac{\partial x}{\partial z}\right)=x\frac{\partial A}{\partial x}+y\frac{\partial A}{\partial y}+x\frac{\partial A}{\partial z}+2A

For the second part we have to calculate the curl. Using the same convention as above:

(\text{curl}(A\vec{v}))_k=\epsilon_{klm}\partial_lAv_m=A\epsilon_{klm}\partial_l v_m + \epsilon_{klm}(\partial_lA)v_m=

=(A\text{curl}\vec{v}+(\text{grad}A)\times\vec{v})_k<br />

Where \epsilon_{klm} is the three indice totaly antisymmetric tensor, the levi civita tensor.

So now using the given field:

\text{curl}(A\vec{v})=A(0\;,\;-1\;,\;0)+(\text{grad}A)\times\vec{v}

And we are done.
 
Thank you very much Thaakisfox!

G.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top