A question about vector fields and divergence

762 Views Asked by At

I am reading the paper http://www.goshen.edu/physix/mathphys/gco/TensorGuideAJP.pdf in order to gain a basic understanding about tensors. I had some difficulties about understanding some definitions.

1) At the end of the page 499 and at the start of 500, the definition of a field is made as a function of space coordinates $\textbf{x}=(x_1,x_2,x_3)$. If the function is a vector it is named a vector field, if it is a scalar it is named as a scalar field.

So is this definition equivalent to this: For example a vector field on $\textbf{x}=(x_1,x_2,x_3)$,of 3 dimensions is the set of vectors$$\begin{pmatrix}A_1(x_1,x_2,x_3)\\A_2(x_1,x_2,x_3)\\A_3(x_1,x_2,x_3)\end{pmatrix}$$

And a scalar vector field is just the real function $A_1(x_1,x_2,x_3)$?

2)They define the differential operator as ${\partial_a}=\frac{\partial}{\partial x_a}$ then say the divergence of the vector field $\textbf{A}=\textbf{A}(\textbf{x})=\sum_{a=1}^3 A_a(\textbf{x})\hat{x_a}$ is equal to $$\nabla .\textbf{A} = \sum_{a=1}^3 \partial_aA_a $$

Since they defined the partial derivative in a weird way, I got confused in this statement. This looks like the dot product of differential vector $(\frac{\partial A_1(x_1,x_2,x_3)}{\partial x_1},\frac{\partial A_2(x_1,x_2,x_3)}{\partial x_2},\frac{\partial A_3(x_1,x_2,x_3)}{\partial x_3})$ and vector field evaluated at $(x_1,x_2,x_3)$, namely: $(A_1(x_1,x_2,x_3),A_2(x_1,x_2,x_3),A_3(x_1,x_2,x_3))$. Is this really what it is meant in that definiton?

Thanks in advance

1

There are 1 best solutions below

4
On BEST ANSWER

Right, they make it look like a vector, called the Nabla operator, $\nabla$. You can do a "dot product" with a vector field, yielding a scalar (the divergence), but also a "cross product" to yield a vector (the rotational), or a "scalar product" (with a scalar field) giving a vector (the gradient).

Nabla can be applied to the gradient of a scalar field, giving the Laplacian: symbolically, $\Delta=\nabla\nabla=\nabla^2$.

This is a notational convenience, but it makes sense.