vault backup: 2025-04-15 10:01:58

This commit is contained in:
arc
2025-04-15 10:01:58 -06:00
parent 95f378fa05
commit 1867f4356d
2 changed files with 33 additions and 1 deletions

View File

@ -184,4 +184,9 @@ $$ L =\int_a^b \sqrt{1 + f'(x)^2} dx$$
1. $y$ has a domain of $[-1, 1]$
2. $y' = \dfrac{1}{2}(1-x^2)^{-1/2}(-2x)$
3. $= -\dfrac{x}{\sqrt{1 - x^2}}$
4. $L = \int_{-1}^1 \sqrt{1 + (-\frac{x}{\sqrt{1-x^2}})}$
4. $L = \int_{-1}^1 \sqrt{1 + (-\dfrac{x}{\sqrt{1-x^2}})^2}dx$
5. $L = \int_{-1}^1 \sqrt{1 + \dfrac{x^2}{1-x^2}}dx$
6. $L = \int_{-1}^1 \sqrt{\dfrac{1}{1-x^2}}dx$
7. $L = \int_{-1}^1 \dfrac{1}{\sqrt{1-x^2}}dx$
8. $L = \arcsin(x) \Big|_{-1}^1$
9. $\arcsin($