[spec] solids of revolution
[notes.git] / spec / calculus.md
index 8b4fcb856c09294cff6b5860d463d92626c9a5ac..63b2e900ebde188826de105722e00c63fc390023 100644 (file)
@@ -322,6 +322,29 @@ Restrictions: `Define f(x)=...` $\rightarrow$ `f(x)|x>1` (e.g.)
 
 To find stationary points of a function, substitute $x$ value of given point into derivative. Solve for ${dy \over dx}=0$. Integrate to find original function.
 
+## Solids of revolution
+
+Approximate as sum of infinitesimally-thick cylinders
+
+### Rotation about $x$-axis
+
+\begin{align*}
+  V &= \int^{x=b}_{x-a} \pi y^2 \> dx \\
+    &= \pi \int^b_a (f(x))^2 \> dx
+\end{align*}
+
+### Rotation about $y$-axis
+
+\begin{align*}
+  V &= \int^{y=b}_{y=a} \pi x^2 \> dy \\
+    &= \pi \int^b_a (f(y))^2 \> dy
+\end{align*}
+
+### Regions not bound by $y=0$
+
+$$V = \pi \int^b_a f(x)^2 - g(x)^2 \> dx$$  
+where $f(x) > g(x)$
+
 ## Rates
 
 ### Related rates