vector fields

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

8 Terms

1
New cards

What does a solenoidal / divergence free vector field mean?

It has zero flux in/out of any choice of region in the x-y plane.

It has zero divergence everywhere.

2
New cards

What is the divergence of a vector field?

The divergence is the dot product of the gradient operator and the vector field.

\text{Let } \mathbf{v}(x,y)=U(x,y)\mathbf{i}+V(x,y)\mathbf{j}

\operatorname{div}\mathbf{v}=\nabla\cdot\mathbf{v}

\operatorname{div}\mathbf{v}=\frac{\partial U}{\partial x}+\frac{\partial V}{\partial y}

\text{In } \mathbb{R}^3,\ \mathbf{v}(x,y,z)=U\mathbf{i}+V\mathbf{j}+W\mathbf{k}

\operatorname{div}\mathbf{v}=\frac{\partial U}{\partial x}+\frac{\partial V}{\partial y}+\frac{\partial W}{\partial z}

\operatorname{div}\mathbf{v}=0 \Rightarrow \mathbf{v}\text{ is divergence-free}

3
New cards

What is the divergence theorem in 2d and 3d?

For an area A and a differentiable vector \vec{V} the divergence theorem states

\int\int_{A}div\left(\underline{}\underline{v}\right)dA=\int_{C}\underline{_{}v}\cdot\underline{n}ds where C is closed perimeter of A and n is an outwards unit normal from A.

in 3d

\int\int\int_{V}div\left(\underline{v}\right)dV=\iint_{S}\underline{v}\cdot\underline{n}dS where S is the closed surface of V and n is an outward pointing unit vector normal to S.

4
New cards

what is the circulation of a vector field?

Circulation measures the tendency to ‘rotate’ around a closed path.

\int_{C}\mathbf{v}(x,y)\cdot d\mathbf{r}=\int_{C}U(x,y)\,dx+V(x,y)\,dy

with

\mathbf{v}(x,y)=\begin{pmatrix}U(x,y)\\ V(x,y)\end{pmatrix},\mathbf{dr}=\begin{pmatrix}dx\\ dy\end{pmatrix}\qquad

5
New cards

What does it mean for a vector field to be irrotational?

It has zero circulation for all parts.

6
New cards

What is the ‘curl’ of a vector?

\operatorname{curl}\mathbf{v}=\begin{pmatrix} W_y - V_z \\ U_z - W_x \\ V_x - U_y \end{pmatrix}

The curl is equivalent to the cross product of the gradient operator and the vector field

\operatorname{curl}\mathbf{v}=\nabla\times\mathbf{v}=\begin{vmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k}\\ \frac{\partial}{\partial x}&\frac{\partial}{\partial y}&\frac{\partial}{\partial z}\\ U&V&W\end{vmatrix}

for vector v=(U(x,y,z)+V(x,y,z)+W(x,y,z))

7
New cards

What is stokes’ theorem?

For a surface S in (x,y,z) bounded by a closed path C, and a differentiable vector field V(x,y,z), Stokes’ theorem says

\iint_{S}\operatorname{curl}\underline{\mathbf{v}}\cdot\underline{\mathbf{n}}\,dS=\oint_{C}\underline{\mathbf{v}}\cdot\underline{d\mathbf{r}}

It says the flux of curlV across the surface = the circulation around C.

n is the unit normal to S

8
New cards

What is Greens theorem

\iint_S \left(V_x - U_y\right)\,dx\,dy=\oint_C U\,dx+V\,dy

S is now a region of the (x, y) plane. In this case we have chosen +k as the unit normal to S, so the path integral must be performed in an anti-clockwise sense in the plane.