vault backup: 2025-03-20 11:07:47
This commit is contained in:
parent
404ad78373
commit
a187b1974a
@ -6,4 +6,12 @@ An antiderivative is useful when you know the rate of change, and you want to fi
|
||||
## Examples
|
||||
> Find the antiderivative of the function $y = x^2$
|
||||
|
||||
1. We know that $f'(x) = 2x$
|
||||
1. We know that $f'(x) = 2x$
|
||||
|
||||
|
||||
## 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$ |
|
||||
|
Loading…
x
Reference in New Issue
Block a user