separate kinematics notes
[notes.git] / spec / calculus.md
index f68b82919c49a10219df39feff9141d04660c21c..3dbee28e75da1da92beea859687c16b536747287 100644 (file)
@@ -192,8 +192,8 @@ $\int k f(x) dx = k \int f(x) dx$
 
 | $f(x)$                          | $\int f(x) \cdot dx$         |
 | ------------------------------- | ---------------------------- |
-| $k$ (constant)                  | $kx + c$                     |
-| $x^n$         | ${1 \over {n+1}}x^{n+1} + c$ |
+| $k$ (constant) | $kx + c$ |
+| $x^n$ | ${1 \over {n+1}}x^{n+1} + c$ |
 | $a x^{-n}$ | $a \cdot \log_e x + c$ |
 | $e^{kx}$ | ${1 \over k} e^{kx} + c$ |
 | $e^k$ | $e^kx + c$ |
@@ -213,4 +213,3 @@ $\int k f(x) dx = k \int f(x) dx$
 
 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.
 
-