vault backup: 2025-08-25 13:18:14
This commit is contained in:
@ -9,4 +9,8 @@ Define $$\int_a^b f(x) dx = \lim_{n \to \infty} \sum_{i=1}^nf(x_i)\Delta x$$
|
||||
- $\Delta x$ refers to the width of each sub-interval
|
||||
- $f(x_i)$ refers to the height of each subinterval.
|
||||
|
||||
Then let $f$ be a continous function on $[a, b]$ and let $F$ be the any derivative of $f$ (i.e )
|
||||
Then let $f$ be a continous function on $[a, b]$ and let $F$ be the antiderivative of $f$ (i.e $F'(x) = f(x)$).
|
||||
Then $\int_a^b f(x) dx = F(b) - F(a)$.
|
||||
|
||||
## Examples
|
||||
$$ \int_0^1 x^2 dx = \frac{1}{3} x^3 \Big |_0^1 = 1/3(1^3)- 1/3 (0)^3 = 1/3$$
|
Reference in New Issue
Block a user