For a vector field $\textbf{A}$, the curl of the curl is defined by
$$\nabla\times\left(\nabla\times\textbf{A}\right)=\nabla\left(\nabla\cdot\textbf{A}\right)-\nabla^2\textbf{A}$$
where $\nabla$ is the usual del operator and $\nabla^2$ is the vector…
In his online lectures on Computational Science, Prof. Gilbert Strang often interprets divergence as the "transpose" of the gradient, for example here (at 32:30), however he does not explain the reason.
How is it that the divergence can be…
In college, I've come across many instances where we multiply a derivative by a function, and the result somehow becomes the derivative of the function i.e $\frac{d}{dx}\times f=\frac{df}{dx}$— as if we're multiplying "operators" with functions in…
It is known that if a vector field $\vec{B}$ is divergence-free, and defined on $\mathbb R^3$ then it can be shown as $\vec{B} = \nabla\times\vec{A}$ for some vector field $A$.
Is there a way to find $A$ that would satisfy this equation? (I know…
Suppose we have the following vector field in $\mathbb{R}^3$:
$$\vec{F}(x,y,z) = F_x \hat{x}+F_y \hat{y}+F_z \hat{z}$$
where $\hat{x}$, $\hat{y}$, and $\hat{z}$ are unit vectors in each of the directions on a Cartesian coordinate system, and $F_x$,…
I'm trying to figure out how to calculate curl ($\nabla \times \vec{V}^{\,}$) when the velocity vector is represented in cylindrical coordinates. The way I thought I would do it is by calculating this determinant:
$$\left|\begin{matrix}
e_r &…
Let $W$ be the region bounded by the cylinder $x^2+y^2=4$, the plane $z=x+1$, and the $xy$-plane. Use the Divergence Theorem to compute the flux of $F = \langle z,x,y+z^2 \rangle$ through the boundary of $W$.
So far I've gotten to the point of…
I have an equation $\nabla \times \vec{B} = \mu_{0}\vec{J}$, where $\vec{J} = \left\langle f(x,y), g(x,y), 0 \right\rangle$ and need to solve for $\vec{B}$.
I've looked elsewhere on here for how to "undo" the curl operator, but every answer I've…
If we have a real vector space $E$ and some inner product $g$, then we can always project any 2nd order tensor onto three subspaces invariant under automorphisms of $E$.
These projections represent its trace, its antisymmetric part and its traceless…
I have a fluid simulation that represents velocity as a vector field in a grid of cells. The cells all have the same width and the same height, but the height is not necessarily equal to the width. I would like to compute the divergence of this…
Let $X$ be the space of infinitely differentiable maps from $\mathbb{R}^3$ to $\mathbb{R}^3$. Let $C:X\rightarrow X$ denote the curl map. What are all the linear maps from $X$ to $X$ that commute with $C$? For example, rotations and translations…
I am reading the book "Div, Grad, Curl, and All that" and I got to the section about curl. In this section, the author defines the curl to be
$$ (\nabla \times \mathbf{F})\cdot \mathbf{\hat{n}} \ \overset{\underset{\mathrm{def}}{}}{=} \lim_{S \to…
So given a field:
$$\vec E(r)=\frac{\alpha(\vec p \cdot \vec e_r)\vec e_r + \beta \vec p}{r^3}$$
where $α, β$ are constants, $\vec e_r$ is the unit vector in the direction $\vec r$, and $\vec p$ is a constant vector.
I'm supposed to find out the…