| 3 | = Linearization of the Fluid Equations = |
| 4 | |
| 5 | The system of equations to describe a fluid with pressure and self-gravity are the following: |
| 6 | |
| 7 | [[latex($\frac{\partial \rho}{\partial t} + \nabla \cdot (\rho \vec{v} ) = 0 ~(continuity)$)]] |
| 8 | |
| 9 | |
| 10 | [[latex($\frac{\partial \vec{v}}{\partial t} + \vec{v}(\nabla \cdot \vec{v}) = - \frac{\nabla P}{\rho} - \nabla \phi ~(Euler)$)]] |
| 11 | |
| 12 | [[latex($\nabla ^ 2 \phi = 4 \pi G \rho ~(Poisson)$)]] |
| 13 | |
| 14 | A equilibrium solution to this non-linear system of PDE's is easily given by: |
| 15 | |
| 16 | [[latex($\rho = \rho_0 = ~constant $)]] |
| 17 | |
| 18 | [[latex($v = 0 $)]] |
| 19 | |
| 20 | [[latex($P = P(\rho) ~(constant ~entropy ~S)$)]] |
| 21 | |
| 22 | However, note that this is the source of the infamous 'Jeans Swindle', as plugging this equilibrium solution into the Euler equation implies that '''''phi is a constant''''' ([[latex($\phi = \phi_0$)]]), in contradiction with Poisson's equation. Ignoring this though, we can do a standard linear analysis on these equations to check for stability of small perturbations. As usual, a linear analysis 1) transforms the original non-linear system into a solvable linear system, and 2) provides valuable insight into the basic physics within the fluid. |
| 23 | |
| 24 | Inducing a small linear perturbation to the equilibrium solution gives the following: |
| 25 | |
| 26 | [[latex($\rho = \rho_0 + \rho_1$)]] |
| 27 | |
| 28 | [[latex($P = P_0 + P_1$)]] |
| 29 | |
| 30 | [[latex($v = v_1$)]] |
| 31 | |
| 32 | [[latex($\phi = \phi_0 $)]] |
| 33 | |
| 34 | Plugging these solutions into the above system of equations leads to the Jeans Instability as described as follows. |
| 35 | |