From 7c2d27ca89c5b096694b950c766e50df2dc87001 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sat, 8 Jan 2022 14:09:13 +0100 Subject: Minor fixes, rename "Ion Sound Wave" and "Ito Process" --- config.toml | 3 + .../electric-dipole-approximation/index.pdc | 12 +- .../know/concept/guiding-center-theory/index.pdc | 2 +- .../concept/hellmann-feynman-theorem/index.pdc | 2 +- content/know/concept/ion-sound-wave/index.pdc | 265 +++++++++++++++ content/know/concept/ion-sound-waves/index.pdc | 265 --------------- content/know/concept/ito-calculus/index.pdc | 367 --------------------- content/know/concept/ito-process/index.pdc | 367 +++++++++++++++++++++ content/know/concept/langmuir-waves/index.pdc | 8 +- .../know/concept/magnetohydrodynamics/index.pdc | 4 +- .../time-dependent-perturbation-theory/index.pdc | 6 +- 11 files changed, 652 insertions(+), 649 deletions(-) create mode 100644 content/know/concept/ion-sound-wave/index.pdc delete mode 100644 content/know/concept/ion-sound-waves/index.pdc delete mode 100644 content/know/concept/ito-calculus/index.pdc create mode 100644 content/know/concept/ito-process/index.pdc diff --git a/config.toml b/config.toml index d5a8d6d..3463bda 100644 --- a/config.toml +++ b/config.toml @@ -3,3 +3,6 @@ languageCode = "en-us" title = "Prefetch" disableKinds = ["taxonomy", "term"] + +[security.exec] +allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^pandoc$'] diff --git a/content/know/concept/electric-dipole-approximation/index.pdc b/content/know/concept/electric-dipole-approximation/index.pdc index 96b4fed..265babf 100644 --- a/content/know/concept/electric-dipole-approximation/index.pdc +++ b/content/know/concept/electric-dipole-approximation/index.pdc @@ -46,7 +46,7 @@ In an electromagnetic wave, $\vec{A}$ is oscillating sinusoidally in time and space as follows: $$\begin{aligned} - \vec{A}(\vec{r}, t) = \vec{A}_0 \exp\!(i \vec{k} \cdot \vec{r} - i \omega t) + \vec{A}(\vec{r}, t) = - i \vec{A}_0 \exp\!(i \vec{k} \cdot \vec{r} - i \omega t) \end{aligned}$$ The corresponding perturbative @@ -59,7 +59,7 @@ $$\begin{aligned} = \vec{E}_0 \exp\!(i \vec{k} \cdot \vec{r} - i \omega t) \end{aligned}$$ -Where $\vec{E}_0 = i \omega \vec{A}_0$. +Where $\vec{E}_0 = \omega \vec{A}_0$. Let us restrict ourselves to visible light, whose wavelength $2 \pi / k \approx 10^{-6} \:\mathrm{m}$. Meanwhile, an atomic orbital is on the order of $10^{-10} \:\mathrm{m}$, @@ -82,7 +82,7 @@ and the electron quantum-mechanically. Next, we want to convert $\hat{H}_1$ to use the electric field $\vec{E}$ instead of the potential $\vec{A}$. To do so, we rewrite the momemtum $\vec{P} = m \: \dv*{\vec{r}}{t}$ -and evaluate this in the [Heisenberg picture](/know/concept/heisenberg-picture/): +and evaluate this in the [interaction picture](/know/concept/interaction-picture/): $$\begin{aligned} \matrixel{2}{\dv*{\vec{r}}{t}}{1} @@ -95,15 +95,15 @@ $$\begin{aligned} Therefore, $\vec{P} / m = i \omega_0 \vec{r}$, where $\omega_0 \equiv (E_2 - E_1) / \hbar$ is the resonance frequency of the transition, -close to which we assume that $\vec{A}$ and $\vec{E}$ are oscillating. +close to which we assume that $\vec{A}$ and $\vec{E}$ are oscillating, i.e. $\omega \approx \omega_0$. We thus get: $$\begin{aligned} \hat{H}_1(t) &= - \frac{q}{m} \vec{P} \cdot \vec{A} - = - i q \omega_0 \vec{r} \cdot \vec{A}_0 \exp\!(- i \omega t) + = - (- i i) q \omega_0 \vec{r} \cdot \vec{A}_0 \exp\!(- i \omega t) \\ - &= - q \vec{r} \cdot \vec{E}_0 \exp\!(- i \omega t) + &\approx - q \vec{r} \cdot \vec{E}_0 \exp\!(- i \omega t) = - \vec{d} \cdot \vec{E}_0 \exp\!(- i \omega t) \end{aligned}$$ diff --git a/content/know/concept/guiding-center-theory/index.pdc b/content/know/concept/guiding-center-theory/index.pdc index 12abac0..dee10ba 100644 --- a/content/know/concept/guiding-center-theory/index.pdc +++ b/content/know/concept/guiding-center-theory/index.pdc @@ -174,7 +174,7 @@ $$\begin{aligned} m \dv{\vb{u}_{gc}}{t} = q \big( \vb{E} + \vb{u}_{gc} \cross \vb{B} + \vb{u}_{gc} \cross (\vb{x}_L \cdot \nabla) \vb{B} - + + \vb{u}_L \cross (\vb{x}_L \cdot \nabla) \vb{B} \big) + + \vb{u}_L \cross (\vb{x}_L \cdot \nabla) \vb{B} \big) \end{aligned}$$ We approximate this by taking the average over a single gyration, diff --git a/content/know/concept/hellmann-feynman-theorem/index.pdc b/content/know/concept/hellmann-feynman-theorem/index.pdc index 3b88cd8..1d2fe82 100644 --- a/content/know/concept/hellmann-feynman-theorem/index.pdc +++ b/content/know/concept/hellmann-feynman-theorem/index.pdc @@ -74,7 +74,7 @@ to minimize energies with respect to $\lambda$: $$\begin{aligned} \boxed{ \nabla_\lambda E_n - = \matrixel{\psi_m}{\nabla_\lambda \hat{H}}{\psi_n} + = \matrixel{\psi_n}{\nabla_\lambda \hat{H}}{\psi_n} } \end{aligned}$$ diff --git a/content/know/concept/ion-sound-wave/index.pdc b/content/know/concept/ion-sound-wave/index.pdc new file mode 100644 index 0000000..5cba1d0 --- /dev/null +++ b/content/know/concept/ion-sound-wave/index.pdc @@ -0,0 +1,265 @@ +--- +title: "Ion sound wave" +firstLetter: "I" +publishDate: 2021-10-31 +categories: +- Physics +- Plasma physics + +date: 2021-10-31T09:38:14+01:00 +draft: false +markup: pandoc +--- + +# Ion sound wave + +In a plasma, electromagnetic interactions allow +compressional longitudinal waves to propagate +at lower temperatures and pressures +than would be possible in a neutral gas. + +We start from the [two-fluid model's](/know/concept/two-fluid-equations/) momentum equations, +rewriting the [electric field](/know/concept/electric-field/) $\vb{E} = - \nabla \phi$ +and the pressure gradient $\nabla p = \gamma k_B T \nabla n$, +and arguing that $m_e \approx 0$ because $m_e \ll m_i$: + +$$\begin{aligned} + m_i n_i \frac{\mathrm{D} \vb{u}_i}{\mathrm{D} t} + &= - q_i n_i \nabla \phi - \gamma_i k_B T_i \nabla n_i + \\ + 0 + &= - q_e n_e \nabla \phi - \gamma_e k_B T_e \nabla n_e +\end{aligned}$$ + +Note that we neglect ion-electron collisions, +and allow for separate values of $\gamma$. +We split $n_i$, $n_e$, $\vb{u}_i$ and $\phi$ into an equilibrium +(subscript $0$) and a perturbation (subscript $1$): + +$$\begin{aligned} + n_i + = n_{i0} + n_{i1} + \qquad + n_e + = n_{e0} + n_{e1} + \qquad + \vb{u}_i + = \vb{u}_{i0} + \vb{u}_{i1} + \qquad + \phi + = \phi_0 + \phi_1 +\end{aligned}$$ + +Where the perturbations $n_{i1}$, $n_{e1}$, $\vb{u}_{i1}$ and $\phi_1$ are tiny, +and the equilibrium components $n_{i0}$, $n_{e0}$, $\vb{u}_{i0}$ and $\phi_0$ +by definition satisfy: + +$$\begin{aligned} + \pdv{n_{i0}}{t} = 0 + \qquad + \frac{\mathrm{D} \vb{u}_{i0}}{\mathrm{D} t} = 0 + \qquad + \nabla n_{i0} = \nabla n_{e0} = 0 + \qquad + \vb{u}_{i0} = 0 + \qquad + \phi_0 = 0 +\end{aligned}$$ + +Inserting this decomposition into the momentum equations +yields new equations. +Note that we will implicitly use $\vb{u}_{i0} = 0$ +to pretend that the [material derivative](/know/concept/material-derivative/) +$\mathrm{D}/\mathrm{D} t$ is linear: + +$$\begin{aligned} + m_i (n_{i0} \!+\! n_{i1}) \frac{\mathrm{D} (\vb{u}_{i0} \!+\! \vb{u}_{i1})}{\mathrm{D} t} + &= - q_i (n_{i0} \!+\! n_{i1}) \nabla (\phi_0 \!+\! \phi_1) - \gamma_i k_B T_i \nabla (n_{i0} \!+\! n_{i1}) + \\ + 0 + &= - q_e (n_{e0} \!+\! n_{e1}) \nabla (\phi_0 \!+\! \phi_1) - \gamma_e k_B T_e \nabla (n_{e0} \!+\! n_{e1}) +\end{aligned}$$ + +Using the defined properties of the equilibrium components +$n_{i0}$, $n_{e0}$, $\vb{u}_{i0}$ and $\phi_0$, +and neglecting all products of perturbations for being small, +this reduces to: + +$$\begin{aligned} + m_i n_{i0} \pdv{\vb{u}_{i1}}{t} + &= - q_i n_{i0} \nabla \phi_1 - \gamma_i k_B T_i \nabla n_{i1} + \\ + 0 + &= - q_e n_{e0} \nabla \phi_1 - \gamma_e k_B T_e \nabla n_{e1} +\end{aligned}$$ + +Because we are interested in linear waves, +we make the following plane-wave ansatz: + +$$\begin{aligned} + n_{i1}(\vb{r}, t) + &= n_{i1} \exp\!(i \vb{k} \cdot \vb{r} - i \omega t) + \\ + n_{e1}(\vb{r}, t) + &= n_{e1} \exp\!(i \vb{k} \cdot \vb{r} - i \omega t) + \\ + \vb{u}_{i1}(\vb{r}, t) + &= \vb{u}_{i1} \exp\!(i \vb{k} \cdot \vb{r} - i \omega t) + \\ + \phi_1(\vb{r}, t) + &= \phi_1 \,\,\exp\!(i \vb{k} \cdot \vb{r} - i \omega t) +\end{aligned}$$ + +Which we then insert into the momentum equations for the ions and electrons: + +$$\begin{aligned} + - i \omega m_i n_{i0} \vb{u}_{i1} + &= - i \vb{k} q_i n_{i0} \phi_1 - i \vb{k} \gamma_i k_B T_i n_{i1} + \\ + 0 + &= - i \vb{k} q_e n_{e0} \phi_1 - i \vb{k} \gamma_e k_B T_e n_{e1} +\end{aligned}$$ + +The electron equation can easily be rearranged +to get a relation between $n_{e1}$ and $n_{e0}$: + +$$\begin{aligned} + i \vb{k} \gamma_e k_B T_e n_{e1} + = - i \vb{k} q_e n_{e0} \phi_1 + \quad \implies \quad + n_{e1} + = - \frac{q_e \phi_1}{\gamma_e k_B T_e} n_{e0} +\end{aligned}$$ + +Due to their low mass, the electrons' heat conductivity +can be regarded as infinite compared to the ions'. +In that case, all electron gas compression is isothermal, +meaning it obeys the ideal gas law $p_e = n_e k_B T_e$, so that $\gamma_e = 1$. +Note that this yields the first-order term of a Taylor expansion +of the [Boltzmann relation](/know/concept/boltzmann-relation/). + +At equilibrium, quasi-neutrality demands that $n_{i0} = n_{e0} = n_0$, +so we can rearrange the above relation to $n_0 = - k_B T_e n_{e1} / (q_e \phi_1)$, +which we insert into the ion equation to get: + +$$\begin{gathered} + i \omega m_i \frac{k_B T_e n_{e1}}{q_e \phi_1} \vb{u}_{i1} + = - i q_i \frac{k_B T_e n_{e1}}{q_e \phi_1} \phi_1 \vb{k} - i \gamma_i k_B T_i n_{i1} \vb{k} + \\ + \implies \qquad + \omega m_i \frac{T_e n_{e1}}{q_e \phi_1} \vb{k} \cdot \vb{u}_{i1} + = T_e n_{e1} |\vb{k}|^2 - \gamma_i T_i n_{i1} |\vb{k}|^2 +\end{gathered}$$ + +Where we have taken the dot product with $\vb{k}$, +and used that $q_i / q_e = -1$. +In order to simplify this equation, +we turn to the two-fluid ion continuity relation: + +$$\begin{aligned} + 0 + &= \pdv{(n_{i0} \!+\! n_{i1})}{t} + \nabla \cdot \Big( (n_{i0} \!+\! n_{i1}) (\vb{u}_{i0} \!+\! \vb{u}_{i1}) \Big) + \approx \pdv{n_{i1}}{t} + n_{i0} \nabla \cdot \vb{u}_{i1} +\end{aligned}$$ + +Then we insert our plane-wave ansatz, +and substitute $n_{i0} = n_0$ as before, yielding: + +$$\begin{aligned} + 0 + = - i \omega n_{i1} + i n_{i0} \vb{k} \cdot \vb{u}_{i1} + \quad \implies \quad + \vb{k} \cdot \vb{u}_{i1} + = \omega \frac{n_{i1}}{n_{i0}} + = \omega \frac{q_e n_{i1} \phi_1}{k_B T_e n_{e1}} +\end{aligned}$$ + +Substituting this in the ion momentum equation +leads us to a dispersion relation $\omega(\vb{k})$: + +$$\begin{gathered} + \omega^2 m_i \frac{T_e n_{e1}}{q_e \phi_1} \frac{q_e n_{i1} \phi_1}{k_B T_e n_{e1}} + = \omega^2 m_i \frac{n_{i1}}{k_B} + = |\vb{k}|^2 \big( T_e n_{e1} - \gamma_i T_i n_{i1} \big) + \\ + \implies \qquad + \omega^2 + = \frac{|\vb{k}|^2}{m_i} \Big( k_B T_e \frac{n_{e1}}{n_{i1}} - \gamma_i k_B T_i \Big) +\end{gathered}$$ + +Finally, we would like to find an expression for $n_{e1} / n_{i1}$. +It cannot be $1$, because then $\phi_1$ could not be nonzero, +according to [Gauss' law](/know/concept/maxwells-equations/). +Nevertheless, authors often ignore this fact, +thereby making the so-called **plasma approximation**. +We will not, and therefore turn to Gauss' law: + +$$\begin{aligned} + \varepsilon_0 \nabla \cdot \vb{E} + = - \varepsilon_0 \nabla^2 \phi_1 + = q_i n_i - q_e n_e + = - q_e (n_{i1} - n_{e1}) +\end{aligned}$$ + +One final time, we insert our plane-wave ansatz, +and use our Boltzmann-like relation between $n_{e1}$ and $n_{e0}$ +to substitute $\phi_1 = - k_B T_e n_{e1} / (q_e n_{e0})$: + +$$\begin{gathered} + q_e (n_{e1} - n_{i1}) + = |\vb{k}|^2 \varepsilon_0 \phi_1 + = - |\vb{k}|^2 \varepsilon_0 \frac{k_B T_e n_{e1}}{q_e n_{e0}} + \\ + \implies \qquad + n_{i1} + = n_{e1} + |\vb{k}|^2 \varepsilon_0 \frac{k_B T_e n_{e1}}{q_e^2 n_{e0}} + = n_{e1} \big( 1 + |\vb{k}|^2 \lambda_{De}^2 \big) +\end{gathered}$$ + +Where $\lambda_{De}$ is the electron [Debye length](/know/concept/debye-length/). +We thus reach the following dispersion relation, +which governs **ion sound waves** or **ion acoustic waves**: + +$$\begin{aligned} + \boxed{ + \omega^2 + = \frac{|\vb{k}|^2}{m_i} \bigg( \frac{k_B T_e}{1 + |\vb{k}|^2 \lambda_{De}^2} + \gamma_i k_B T_i \bigg) + } +\end{aligned}$$ + +The aforementioned plasma approximation is valid if $|\vb{k}| \lambda_{De} \ll 1$, +which is often reasonable, +in which case this dispersion relation reduces to: + +$$\begin{aligned} + \omega^2 + = \frac{|\vb{k}|^2}{m_i} \bigg( k_B T_e + \gamma_i k_B T_i \bigg) +\end{aligned}$$ + +The phase velocity $v_s$ of these waves, +i.e. the speed of sound, is then given by: + +$$\begin{aligned} + \boxed{ + v_s + = \frac{\omega}{k} + = \sqrt{\frac{k_B T_e}{m_i} + \frac{\gamma_i k_B T_i}{m_i}} + } +\end{aligned}$$ + +Curiously, unlike a neutral gas, +this velocity is nonzero even if $T_i = 0$, +meaning that the waves still exist then. +In fact, usually the electron temperature $T_e$ dominates $T_e \gg T_i$, +even though the main feature of these waves +is that they involve ion density fluctuations $n_{i1}$. + + + +## References +1. F.F. Chen, + *Introduction to plasma physics and controlled fusion*, + 3rd edition, Springer. +2. M. Salewski, A.H. Nielsen, + *Plasma physics: lecture notes*, + 2021, unpublished. diff --git a/content/know/concept/ion-sound-waves/index.pdc b/content/know/concept/ion-sound-waves/index.pdc deleted file mode 100644 index c56188b..0000000 --- a/content/know/concept/ion-sound-waves/index.pdc +++ /dev/null @@ -1,265 +0,0 @@ ---- -title: "Ion sound waves" -firstLetter: "I" -publishDate: 2021-10-31 -categories: -- Physics -- Plasma physics - -date: 2021-10-31T09:38:14+01:00 -draft: false -markup: pandoc ---- - -# Ion sound waves - -In a plasma, electromagnetic interactions allow -compressional longitudinal waves to propagate -at lower temperatures and pressures -than would be possible in a neutral gas. - -We start from the [two-fluid model's](/know/concept/two-fluid-equations/) momentum equations, -rewriting the [electric field](/know/concept/electric-field/) $\vb{E} = - \nabla \phi$ -and the pressure gradient $\nabla p = \gamma k_B T \nabla n$, -and arguing that $m_e \approx 0$ because $m_e \ll m_i$: - -$$\begin{aligned} - m_i n_i \frac{\mathrm{D} \vb{u}_i}{\mathrm{D} t} - &= - q_i n_i \nabla \phi - \gamma_i k_B T_i \nabla n_i - \\ - 0 - &= - q_e n_e \nabla \phi - \gamma_e k_B T_e \nabla n_e -\end{aligned}$$ - -Note that we neglect ion-electron collisions, -and allow for separate values of $\gamma$. -We split $n_i$, $n_e$, $\vb{u}_i$ and $\phi$ into an equilibrium -(subscript $0$) and a perturbation (subscript $1$): - -$$\begin{aligned} - n_i - = n_{i0} + n_{i1} - \qquad - n_e - = n_{e0} + n_{e1} - \qquad - \vb{u}_i - = \vb{u}_{i0} + \vb{u}_{i1} - \qquad - \phi - = \phi_0 + \phi_1 -\end{aligned}$$ - -Where the perturbations $n_{i1}$, $n_{e1}$, $\vb{u}_{i1}$ and $\phi_1$ are tiny, -and the equilibrium components $n_{i0}$, $n_{e0}$, $\vb{u}_{i0}$ and $\phi_0$ -by definition satisfy: - -$$\begin{aligned} - \pdv{n_{i0}}{t} = 0 - \qquad - \frac{\mathrm{D} \vb{u}_{i0}}{\mathrm{D} t} = 0 - \qquad - \nabla n_{i0} = \nabla n_{e0} = 0 - \qquad - \vb{u}_{i0} = 0 - \qquad - \phi_0 = 0 -\end{aligned}$$ - -Inserting this decomposition into the momentum equations -yields new equations. -Note that we will implicitly use $\vb{u}_{i0} = 0$ -to pretend that the [material derivative](/know/concept/material-derivative/) -$\mathrm{D}/\mathrm{D} t$ is linear: - -$$\begin{aligned} - m_i (n_{i0} \!+\! n_{i1}) \frac{\mathrm{D} (\vb{u}_{i0} \!+\! \vb{u}_{i1})}{\mathrm{D} t} - &= - q_i (n_{i0} \!+\! n_{i1}) \nabla (\phi_0 \!+\! \phi_1) - \gamma_i k_B T_i \nabla (n_{i0} \!+\! n_{i1}) - \\ - 0 - &= - q_e (n_{e0} \!+\! n_{e1}) \nabla (\phi_0 \!+\! \phi_1) - \gamma_e k_B T_e \nabla (n_{e0} \!+\! n_{e1}) -\end{aligned}$$ - -Using the defined properties of the equilibrium components -$n_{i0}$, $n_{e0}$, $\vb{u}_{i0}$ and $\phi_0$, -and neglecting all products of perturbations for being small, -this reduces to: - -$$\begin{aligned} - m_i n_{i0} \pdv{\vb{u}_{i1}}{t} - &= - q_i n_{i0} \nabla \phi_1 - \gamma_i k_B T_i \nabla n_{i1} - \\ - 0 - &= - q_e n_{e0} \nabla \phi_1 - \gamma_e k_B T_e \nabla n_{e1} -\end{aligned}$$ - -Because we are interested in linear waves, -we make the following plane-wave ansatz: - -$$\begin{aligned} - n_{i1}(\vb{r}, t) - &= n_{i1} \exp\!(i \vb{k} \cdot \vb{r} - i \omega t) - \\ - n_{e1}(\vb{r}, t) - &= n_{e1} \exp\!(i \vb{k} \cdot \vb{r} - i \omega t) - \\ - \vb{u}_{i1}(\vb{r}, t) - &= \vb{u}_{i1} \exp\!(i \vb{k} \cdot \vb{r} - i \omega t) - \\ - \phi_1(\vb{r}, t) - &= \phi_1 \,\,\exp\!(i \vb{k} \cdot \vb{r} - i \omega t) -\end{aligned}$$ - -Which we then insert into the momentum equations for the ions and electrons: - -$$\begin{aligned} - - i \omega m_i n_{i0} \vb{u}_{i1} - &= - i \vb{k} q_i n_{i0} \phi_1 - i \vb{k} \gamma_i k_B T_i n_{i1} - \\ - 0 - &= - i \vb{k} q_e n_{e0} \phi_1 - i \vb{k} \gamma_e k_B T_e n_{e1} -\end{aligned}$$ - -The electron equation can easily be rearranged -to get a relation between $n_{e1}$ and $n_{e0}$: - -$$\begin{aligned} - i \vb{k} \gamma_e k_B T_e n_{e1} - = - i \vb{k} q_e n_{e0} \phi_1 - \quad \implies \quad - n_{e1} - = - \frac{q_e \phi_1}{\gamma_e k_B T_e} n_{e0} -\end{aligned}$$ - -Due to their low mass, the electrons' heat conductivity -can be regarded as infinite compared to the ions'. -In that case, all electron gas compression is isothermal, -meaning it obeys the ideal gas law $p_e = n_e k_B T_e$, so that $\gamma_e = 1$. -Note that this yields the first-order term of a Taylor expansion -of the [Boltzmann relation](/know/concept/boltzmann-relation/). - -At equilibrium, quasi-neutrality demands that $n_{i0} = n_{e0} = n_0$, -so we can rearrange the above relation to $n_0 = - k_B T_e n_{e1} / (q_e \phi_1)$, -which we insert into the ion equation to get: - -$$\begin{gathered} - i \omega m_i \frac{k_B T_e n_{e1}}{q_e \phi_1} \vb{u}_{i1} - = - i q_i \frac{k_B T_e n_{e1}}{q_e \phi_1} \phi_1 \vb{k} - i \gamma_i k_B T_i n_{i1} \vb{k} - \\ - \implies \qquad - \omega m_i \frac{T_e n_{e1}}{q_e \phi_1} \vb{k} \cdot \vb{u}_{i1} - = T_e n_{e1} |\vb{k}|^2 - \gamma_i T_i n_{i1} |\vb{k}|^2 -\end{gathered}$$ - -Where we have taken the dot product with $\vb{k}$, -and used that $q_i / q_e = -1$. -In order to simplify this equation, -we turn to the two-fluid ion continuity relation: - -$$\begin{aligned} - 0 - &= \pdv{(n_{i0} \!+\! n_{i1})}{t} + \nabla \cdot \Big( (n_{i0} \!+\! n_{i1}) (\vb{u}_{i0} \!+\! \vb{u}_{i1}) \Big) - \approx \pdv{n_{i1}}{t} + n_{i0} \nabla \cdot \vb{u}_{i1} -\end{aligned}$$ - -Then we insert our plane-wave ansatz, -and substitute $n_{i0} = n_0$ as before, yielding: - -$$\begin{aligned} - 0 - = - i \omega n_{i1} + i n_{i0} \vb{k} \cdot \vb{u}_{i1} - \quad \implies \quad - \vb{k} \cdot \vb{u}_{i1} - = \omega \frac{n_{i1}}{n_{i0}} - = \omega \frac{q_e n_{i1} \phi_1}{k_B T_e n_{e1}} -\end{aligned}$$ - -Substituting this in the ion momentum equation -leads us to a dispersion relation $\omega(\vb{k})$: - -$$\begin{gathered} - \omega^2 m_i \frac{T_e n_{e1}}{q_e \phi_1} \frac{q_e n_{i1} \phi_1}{k_B T_e n_{e1}} - = \omega^2 m_i \frac{n_{i1}}{k_B} - = |\vb{k}|^2 \big( T_e n_{e1} - \gamma_i T_i n_{i1} \big) - \\ - \implies \qquad - \omega^2 - = \frac{|\vb{k}|^2}{m_i} \Big( k_B T_e \frac{n_{e1}}{n_{i1}} - \gamma_i k_B T_i \Big) -\end{gathered}$$ - -Finally, we would like to find an expression for $n_{e1} / n_{i1}$. -It cannot be $1$, because then $\phi_1$ could not be nonzero, -according to [Gauss' law](/know/concept/maxwells-equations/). -Nevertheless, authors often ignore this fact, -thereby making the so-called **plasma approximation**. -We will not, and therefore turn to Gauss' law: - -$$\begin{aligned} - \varepsilon_0 \nabla \cdot \vb{E} - = - \varepsilon_0 \nabla^2 \phi_1 - = q_i n_i - q_e n_e - = - q_e (n_{i1} - n_{e1}) -\end{aligned}$$ - -One final time, we insert our plane-wave ansatz, -and use our Boltzmann-like relation between $n_{e1}$ and $n_{e0}$ -to substitute $\phi_1 = - k_B T_e n_{e1} / (q_e n_{e0})$: - -$$\begin{gathered} - q_e (n_{e1} - n_{i1}) - = |\vb{k}|^2 \varepsilon_0 \phi_1 - = - |\vb{k}|^2 \varepsilon_0 \frac{k_B T_e n_{e1}}{q_e n_{e0}} - \\ - \implies \qquad - n_{i1} - = n_{e1} + |\vb{k}|^2 \varepsilon_0 \frac{k_B T_e n_{e1}}{q_e^2 n_{e0}} - = n_{e1} \big( 1 + |\vb{k}|^2 \lambda_{De}^2 \big) -\end{gathered}$$ - -Where $\lambda_{De}$ is the electron [Debye length](/know/concept/debye-length/). -We thus reach the following dispersion relation, -which governs **ion sound waves** or **ion acoustic waves**: - -$$\begin{aligned} - \boxed{ - \omega^2 - = \frac{|\vb{k}|^2}{m_i} \bigg( \frac{k_B T_e}{1 + |\vb{k}|^2 \lambda_{De}^2} + \gamma_i k_B T_i \bigg) - } -\end{aligned}$$ - -The aforementioned plasma approximation is valid if $|\vb{k}| \lambda_{De} \ll 1$, -which is often reasonable, -in which case this dispersion relation reduces to: - -$$\begin{aligned} - \omega^2 - = \frac{|\vb{k}|^2}{m_i} \bigg( k_B T_e + \gamma_i k_B T_i \bigg) -\end{aligned}$$ - -The phase velocity $v_s$ of these waves, -i.e. the speed of sound, is then given by: - -$$\begin{aligned} - \boxed{ - v_s - = \frac{\omega}{k} - = \sqrt{\frac{k_B T_e}{m_i} + \frac{\gamma_i k_B T_i}{m_i}} - } -\end{aligned}$$ - -Curiously, unlike a neutral gas, -this velocity is nonzero even if $T_i = 0$, -meaning that the waves still exist then. -In fact, usually the electron temperature $T_e$ dominates $T_e \gg T_i$, -even though the main feature of these waves -is that they involve ion density fluctuations $n_{i1}$. - - - -## References -1. F.F. Chen, - *Introduction to plasma physics and controlled fusion*, - 3rd edition, Springer. -2. M. Salewski, A.H. Nielsen, - *Plasma physics: lecture notes*, - 2021, unpublished. diff --git a/content/know/concept/ito-calculus/index.pdc b/content/know/concept/ito-calculus/index.pdc deleted file mode 100644 index 3d4dd67..0000000 --- a/content/know/concept/ito-calculus/index.pdc +++ /dev/null @@ -1,367 +0,0 @@ ---- -title: "Itō calculus" -firstLetter: "I" -publishDate: 2021-11-06 -categories: -- Mathematics -- Stochastic analysis - -date: 2021-11-06T14:34:00+01:00 -draft: false -markup: pandoc ---- - -# Itō calculus - -Given two [stochastic processes](/know/concept/stochastic-process/) -$F_t$ and $G_t$, consider the following random variable $X_t$, -where $B_t$ is the [Wiener process](/know/concept/wiener-process/), -i.e. Brownian motion: - -$$\begin{aligned} - X_t - = X_0 + \int_0^t F_s \dd{s} + \int_0^t G_s \dd{B_s} -\end{aligned}$$ - -Where the latter is an [Itō integral](/know/concept/ito-integral/), -assuming $G_t$ is Itō-integrable. -We call $X_t$ an **Itō process** if $F_t$ is locally integrable, -and the initial condition $X_0$ is known, -i.e. $X_0$ is $\mathcal{F}_0$-measurable, -where $\mathcal{F}_t$ is the filtration -to which $F_t$, $G_t$ and $B_t$ are adapted. -The above definition of $X_t$ is often abbreviated as follows, -where $X_0$ is implicit: - -$$\begin{aligned} - \dd{X_t} - = F_t \dd{t} + G_t \dd{B_t} -\end{aligned}$$ - -Typically, $F_t$ is referred to as the **drift** of $X_t$, -and $G_t$ as its **intensity**. -Because the Itō integral of $G_t$ is a -[martingale](/know/concept/martingale/), -it does not contribute to the mean of $X_t$: - -$$\begin{aligned} - \mathbf{E}[X_t] - = \int_0^t \mathbf{E}[F_s] \dd{s} -\end{aligned}$$ - -Now, consider the following **Itō stochastic differential equation** (SDE), -where $\xi_t = \dv*{B_t}{t}$ is white noise, -informally treated as the $t$-derivative of $B_t$: - -$$\begin{aligned} - \dv{X_t}{t} - = f(X_t, t) + g(X_t, t) \: \xi_t -\end{aligned}$$ - -An Itō process $X_t$ is said to satisfy this equation -if $f(X_t, t) = F_t$ and $g(X_t, t) = G_t$, -in which case $X_t$ is also called an **Itō diffusion**. -All Itō diffusions are [Markov processes](/know/concept/markov-process/), -since only the current value of $X_t$ determines the future, -and $B_t$ is also a Markov process. - - -## Itō's lemma - -Classically, given $y \equiv h(x(t), t)$, -the chain rule of differentiation states that: - -$$\begin{aligned} - \dd{y} - = \pdv{h}{t} \dd{t} + \pdv{h}{x} \dd{x} -\end{aligned}$$ - -However, for a stochastic process $Y_t \equiv h(X_t, t)$, -where $X_t$ is an Itō process, -the chain rule is modified to the following, -known as **Itō's lemma**: - -$$\begin{aligned} - \boxed{ - \dd{Y_t} - = \bigg( \pdv{h}{t} + \pdv{h}{x} F_t + \frac{1}{2} \pdv[2]{h}{x} G_t^2 \bigg) \dd{t} + \pdv{h}{x} G_t \dd{B_t} - } -\end{aligned}$$ - -