diff --git a/education/math/MATH1210 (calc 1)/Integrals.md b/education/math/MATH1210 (calc 1)/Integrals.md index d7e98d6..3c153f2 100644 --- a/education/math/MATH1210 (calc 1)/Integrals.md +++ b/education/math/MATH1210 (calc 1)/Integrals.md @@ -193,4 +193,6 @@ $$ L =\int_a^b \sqrt{1 + f'(x)^2} dx$$ > Set up an integral to find the length of the curve $y = \sin(x)$ from the point $(0, 0)$ to the point $(2\pi, 0)$. 1. $L = \int_0^{2\pi} \sqrt{1 + \cos^2{x}}dx$ : The derivative of $\sin$ is $\cos$ -2. Plug into calculator \ No newline at end of file +2. Plug into calculator + +# Area Between Curves