[spec] concentration integration and separation of variables
authorAndrew Lorimer <andrew@lorimer.id.au>
Tue, 21 May 2019 02:22:28 +0000 (12:22 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Tue, 21 May 2019 02:22:28 +0000 (12:22 +1000)
spec/calculus.md
index 43cf752fc9da76c5fece553dbecaeed0be5d433f..97bc926a7cb6b59e66ec2eba6c634ac742cb6028 100644 (file)
@@ -398,3 +398,13 @@ Start with $y=\dots$, and differentiate. Substitute into original equation.
 ### Function of the dependent variable
 
 If ${dy \over dx}=g(y)$, then ${dx \over dy} = 1 \div {dy \over dx} = {1 \over g(y)}$. Integrate both sides to solve equation. Only add $c$ on one side. Express $e^c$ as $A$.
+
+### Mixing problems
+
+$$\left({dm \over dt}\right)_\Sigma = \left({dm \over dt}\right)_{\text{in}} - \left({dm \over dt}\)_{\text{out}}$$
+
+### Separation of variables
+
+If ${dy \over dx}=f(x)g(y)$, then:
+
+$$\int f(x) \> dx = \int {1 \over g(y)} \> dy$$