[english] add to second practice analysis
[notes.git] / spec / calculus.md
index 63b2e900ebde188826de105722e00c63fc390023..c6818d4a70fc710c8ac1f5a7ef5e08173d0b718e 100644 (file)
@@ -345,6 +345,16 @@ Approximate as sum of infinitesimally-thick cylinders
 $$V = \pi \int^b_a f(x)^2 - g(x)^2 \> dx$$  
 where $f(x) > g(x)$
 
+## Length of a curve
+
+$$L = \int^b_a \sqrt{1 + ({dy \over dx})^2} \> dx$$
+
+Evaluate on CAS. Or use Interactive $\rightarrow$ Calculation $\rightarrow$ Line $\rightarrow$ `arcLen`.
+
+### Parametric curve
+
+$$l = \int^b_a \sqrt{({dx \over dt})^2 + ({dy \over dt})^2} \> dt$$
+
 ## Rates
 
 ### Related rates
@@ -374,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.