I learned vector analysis and multivariate calculus about two years ago and right now I need to brush it up once again. So while trying to wrap my head around different terms and concepts in vector analysis, I came to the concepts of vector differentiation, gradient, divergence, curl, Laplacian etc.
The reference that I'm using is very inadequate to give any geometric/physical interpretetions of these (almost) new concepts. I don't have much problem with their formulae and working rules, but I want to look at them in a little more geometric way. For example, the geometric significance of gradient that I got out of my book is the following: if $f:\mathbb{R}^3\to \mathbb{R}$ be a differentiable function then $\nabla f (x,y,z)$ is the vector perpendicular to the level surface $f(x,y,z)=c$ ($c$ constant) at the point $(x,y,z)$.
I would really appreciate if anyone can explain how, in this way, can divergence, curl and Laplacian be interpreted geometrically. (e.g. For a given vector field $\textbf{F}: \mathbb{R}^3\to \mathbb{R}^3$, the relation between $\nabla\times\textbf{F}$ and $F$ and questions like that.) I looked around Google a bit, but couldn't find what I was looking for.
Thanks in advance.
Imagine a volume $V$ (with boundary $\partial V$) centered at a point $p$.
The divergence of $\nabla \cdot F$ of a vector field $F$ can be seen as the limit
$$\nabla \cdot F = \lim_{V \to 0}\frac{1}{V} \oint_{\partial V} F \cdot \hat n \, dS$$
It's not too difficult to geometrically interpret this integral. This is a flux integral--it tells us how much $F$ is normal to the surface elements $\hat n \, dS$. A function with positive divergence must be pointing mostly radially outward from a point--it diverges from that point.
The curl can be constructed in a similar way:
$$\nabla \times F = \lim_{V \to 0} \frac{1}{V} \oint_{\partial V} \hat n \times F \, dS$$
It's probably easiest to picture this in 2d: there, $\partial V$ is a circle and $\hat n$ points radially outward. The curl, then, measures how much $F$ is perpendicular to $\hat n$, or how much it curls around our central point (and if it does curl around, in what direction is it curling?).
Nothing really comes to mind for the Laplacian, but hopefully this helps.