diff --git a/education/math/MATH1210 (calc 1)/Integrals.md b/education/math/MATH1210 (calc 1)/Integrals.md index 2d54b2b..12ab62a 100644 --- a/education/math/MATH1210 (calc 1)/Integrals.md +++ b/education/math/MATH1210 (calc 1)/Integrals.md @@ -200,6 +200,8 @@ If the area under the curve is found by approximating the space between the curv Visualized as a set of rectangles, each rectangle would have a corner on the top curve, and a corner on the bottom curve, with a width of $\Delta x$. +The height of the rectangle, or the distance between the curves at a given point can be found with the formula $f(x) - g(x)$ where $f(x) \ge g(x)$ + The Riemann Sum definition of the area between two curves is as follows: $$ \lim_{n \to \infty} \sum_{i = 0}^n (f(x_i)-g(x_i)\cdot \Delta x)$$ \ No newline at end of file