[spec] start differential equations & verifying solutions
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 15 May 2019 04:06:32 +0000 (14:06 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 15 May 2019 04:06:32 +0000 (14:06 +1000)
spec/calculus.md
index 9d9ed36d9d26ef611b9fc4f9d8598ab528949ff8..c6818d4a70fc710c8ac1f5a7ef5e08173d0b718e 100644 (file)
@@ -384,3 +384,15 @@ 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.