[spec] solids of revolution
[notes.git] / spec / calculus.md
index b4540728a25ac9152219336c09153889850573d9..63b2e900ebde188826de105722e00c63fc390023 100644 (file)
@@ -254,6 +254,18 @@ $$\int_a^b f(x) \cdot dx = [F(x)]_a^b=F(b)-F(a)$$
 - *Integrand* is $f$.
 - $F(x)$ may be any integral, i.e. $c$ is inconsequential
 
+#### Properties
+
+$$\int^b_a f(x) \> dx = \int^c_a f(x) \> dx + \int^b_c f(x) \> dx$$
+
+$$\int^a_a f(x) \> dx = 0$$
+
+$$\int^b_a k \cdot f(x) \> dx = k \int^b_a f(x) \> dx$$
+
+$$\int^b_a f(x) \pm g(x) \> dx = \int^b_a f(x) \> dx \pm \int^b_a g(x) \> dx$$
+
+$$\int^b_a f(x) \> dx = - \int^a_b f(x) \> dx$$
+
 ### Integration by substitution
 
 $$\int f(u) {du \over dx} \cdot dx = \int f(u) \cdot du$$
@@ -292,10 +304,15 @@ Use identities:
 - $\cos^2x={1 \over 2}(1+\cos 2x)$
 - $\sin 2x = 2 \sin x \cos x$
 
-### Partial fractions
+## Partial fractions
 
-On CAS: Action $\rightarrow$ Transformation $\rightarrow$ `expand/combine`
+On CAS: Action $\rightarrow$ Transformation $\rightarrow$ `expand/combine`  
+or Interactive $\rightarrow$ Transformation $\rightarrow$ `expand` $\rightarrow$ Partial
 
+## Graphing integrals on CAS
+
+In main: Interactive $\rightarrow$ Calculation $\rightarrow$ $\int$ ($\rightarrow$ Definite)  
+Restrictions: `Define f(x)=...` $\rightarrow$ `f(x)|x>1` (e.g.)
 
 ## Applications of antidifferentiation
 
@@ -305,6 +322,29 @@ On CAS: Action $\rightarrow$ Transformation $\rightarrow$ `expand/combine`
 
 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