Questions tagged [divergence-operator]

In vector calculus, divergence is a vector operator that produces a scalar field, giving the quantity of a vector field's source at each point. The divergence represents the volume density of the outward flux of a vector field from an infinitesimal volume around a given point. For questions about divergent sequences use [tag:convergence-divergence]

Let $\vec{F}:\mathbb{R}^n\to\mathbb{R}^n = \langle F_1(x_1,\ldots,x_n),\ldots,F_n(x_1,\ldots,x_n)\rangle$ be a vector field. The divergence of $\vec{F}$ is the following: $$ \text{div}(\vec{F}) = \sum_{k=1}^{n} \frac{\partial}{\partial x_k}F_k $$Note that this is a scalar, not a vector (compare to the gradient). By a slight abuse of notation, if $\nabla$ is the gradient operator, we may write $$ \text{div}(\vec{F}) = \nabla \cdot \vec{F} $$The divergence theorem is a powerful result in vector calculus. Roughly speaking, it states that if $V$ is a surface and $\partial V$ is its boundary, and if $\vec{F}$ is a continuously differentiable vector field, then $$ \iint_{\partial V} \vec{F}\cdot dS = \iiint_{V} \text{div}(\vec{F})\,dV $$ The RHS is often easier to calculate as the divergence of $\vec{F}$ is often much simpler to work with; additionally, the boundary $\partial V$ often requires different parametrizations whereas $V$ can sometimes be described as a single iterated integral.

640 questions
5
votes
1 answer

What does it mean if divergence of a vector field is zero?

I learnt the identity that if $F$ is $C^2$ then div(curl$F$)=$0$. Now if I have a vector field $G$, which happens to be that div$G$ = $0$, does this mean that $G$ is the curl of some vector field $F$? How would I find this if so?
1
vote
1 answer

Converse of nth term test for divergence

Does the converse of $n$th term test for divergence hold? I am new to this topic so I don't have much idea about the proof. Please help. I only know that the series converge if limit of the $n$th term of that sequence approaches $0$ as $n$…
1
vote
1 answer

variational lower bound

I am reading https://xyang35.github.io/2017/04/14/variational-lower-bound/ second derivation for KL divergence. if you check equation, you will see at the end it gets: $$ = -L + \log P(X) $$ But I can not understand how we isolated $\log P(X)$…
1
vote
0 answers

How to find a vector field by Gauss's divergence theorem.

enter image description hereI know how to find the value by knowing the vector filed but I want to find out if you can do it the other way round an example would be double integral over closed loop F ds = 5
1
vote
0 answers

Divergence free is inherited under congruence?

Let's define "Divergence" $$ \text{Div}A(x)=\left(\sum_{j=1}^{d}\frac{\partial a_{ij}}{\partial x_{j}}\right)_{1\leq i\leq d}, $$ where $A$ is a $d$ by $d$ matrix and $x\in\mathbb{R}^{d}$. I use capital D, which distinguishes the original…
kayak
  • 1,031
1
vote
1 answer

Why divergence of radius vector equals 3?

Ok, I know $div \vec r=3$. $\vec r = r_x\vec i+r_y\vec j + r_z\vec k$. $(\frac{\partial}{\partial x}i+\frac{\partial}{\partial y}j+\frac{\partial}{\partial z}k, r_xi+r_yj+r_zk)=\frac{\partial r_x}{\partial x} + \frac{\partial r_y}{\partial y} +…
user3600124
  • 203
  • 2
  • 8
1
vote
1 answer

Using Divergence theorem to calculate integral

Question: Use Divergence Theorem to compute $\int \int_D^\ (F.n) dS$ where S is bounded by $z=4-x^2-y^2$, z=0 and z=1, and the force field is $F = (z^3,x^2y,y^2z)$ Attempt to solve: $$div(F) =x^2+y^2 $$ Using cylindrical coordinates $\int \int_D^\…
nova_star
  • 463
1
vote
0 answers

Deriving the correct expression for $\bigtriangledown \cdot \sigma$

I have a problem in the derivation to get to the final expression on this page. I am given the following: $ \sigma_{i j}=-P \delta_{i j}+2\mu \epsilon_{i j}+\left(\kappa-\frac{2}{3}\mu \right) \epsilon_{k k} \delta_{i j}$ where $\sigma$ represents…
David
  • 231
0
votes
1 answer

Find the outward flux of the vector field

Find the outward flux of the vector field $F=(x^3,y^3,z^2)$ across the surface of the region that is enclosed by the circular cylinder $x^2+y^2=49$ and the planes $z=0$ and $z=2$.
0
votes
0 answers

Divergence theorem in physics | divergence multiplied by a scalar

I know that in physics the divergence of a vector over a volume is equal to the dot product of the vector by the normal to the surface, over the surface, ie: $$\int_{\Omega} \nabla \cdotp \vec{u}\ d\Omega = \int_{\Gamma} u\ \cdotp n\ d\Gamma$$ In my…
pomme
  • 21
0
votes
1 answer

Find Location of a Charged Particle

An electric current is $\vec{J}=y^2 \hat{j} + z \hat{k}$. At time = 0, a charged particle is at (0, 0.25, 1). Where will it be at $t=11$ and $t=26$? The divergence of the current is $\nabla\cdot \vec{J} =2y+1$. I don't understand how this relates to…
0
votes
1 answer

Divergence Intuition

I would just like to clarify something about the Divergence of a vector field at a point. Here's what I know At any particular point in a volume, the divergence of the vector field is the outgoing flux per unit volume. Now what troubles me about…
0
votes
1 answer

Divergence theorem and continuity equation

A steady $1D$ flow field is flowing within a pipe in the $x$-direction. Starting with the continuity equation $$\dfrac {d \rho}{dt} + ∇ · (\rho u) = 0$$ where $u = u \underline i + v \underline j + w \underline k$, and using the divergence theorem,…
juper
  • 267
  • 1
  • 10
0
votes
1 answer

Divergence Theorem? Generalization?

Say $F=(F_1(x),F_2(x),F_3(x))$ and $x\in\mathbb{R}^3$. The standard divergence theorem states: $\int\int F\cdot n dS=\int\int\int\nabla\cdot F dV$. Then, if $G=(G_1(x),G_2(x),G_3(x))$, what can we say about $\int\int (F\cdot n)GdS$? Or, if you…
Fozz
  • 1,044
0
votes
1 answer

Finding flux through a larger sphere given flux through a smaller, embedded sphere

I'm not even sure how to approach this question. At first, I thought that because the flux of the field $F$ through the smaller sphere was $20$, then the flux through the larger sphere should also be $20$ (Does the flux of $F$ represent the rate of…
QCD_IS_GOOD
  • 2,318
  • 1
  • 16
  • 35
1
2