diff --git a/education/math/MATH1210 (calc 1)/Integrals.md b/education/math/MATH1210 (calc 1)/Integrals.md index 4187515..78a07be 100644 --- a/education/math/MATH1210 (calc 1)/Integrals.md +++ b/education/math/MATH1210 (calc 1)/Integrals.md @@ -215,4 +215,6 @@ $$ \lim_{n \to \infty} \sum_{i = 1}^n (f(x_i)-g(x_i)\cdot \Delta x)$$ This sum can also be described as: $$ = \int_a^b(f(x)-g(x))dx $$ -Where the two lines intersect each other, you'll need to split the solution into a sum of integrals to ensure that $f(x) \ge g(x)$, by swapping the two. \ No newline at end of file +Where the two lines intersect each other, you'll need to split the solution into a sum of integrals to ensure that $f(x) \ge g(x)$, by swapping the two. + +# Rotating a Solid Formed from a Rotation of a Plane Region