vault backup: 2025-03-21 11:09:14

This commit is contained in:
arc 2025-03-21 11:09:14 -06:00
parent 5646d57982
commit ca57497106

View File

@ -21,7 +21,7 @@ $$ \int f(x) dx $$
## Formulas
| Differentiation Formula | Integration Formula |
| ----------------------------------------------------- | --------------------------------------------------------- |
| ----------------------------------------------------- | -------------------------------------------------------- |
| $\dfrac{d}{dx} x^n = nx^{x-1}$ | $\int x^n dx = \dfrac{1}{n+1}x^{n+1}+ C$ for $n \ne -1$ |
| $\dfrac{d}{dx} kx = k$ | $\int k \space dx = kx + C$ |
| $\dfrac{d}{dx} \ln \|x\| = \dfrac{1}{x}$ | <br>$\int \dfrac{1}{x}dx = \ln \|x\| + C$ |