[spec] DEs of the dependent variable
[notes.git] / spec / calculus.md
index 9d9ed36d9d26ef611b9fc4f9d8598ab528949ff8..30a295788bca6e503648f0a6a247a7cbd3957882 100644 (file)
@@ -384,3 +384,19 @@ If $f$ is continuous on $[a, b]$, then
 $$\int^b_a f(x) \> dx = F(b) - F(a)$$
 
 where $F$ is any antiderivative of $f$
+
+## Differential equations
+
+One or more derivatives
+
+**Order** - highest power inside derivative  
+**Degree** - highest power of highest derivative  
+e.g. ${\left(dy^2 \over d^2 x\right)}^3$: order 2, degree 3
+
+### Verifying solutions
+
+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$.