diff --git a/education/math/MATH1210 (calc 1)/Limits.md b/education/math/MATH1210 (calc 1)/Limits.md index 31cd4f7..18546e3 100644 --- a/education/math/MATH1210 (calc 1)/Limits.md +++ b/education/math/MATH1210 (calc 1)/Limits.md @@ -85,4 +85,8 @@ L'Hospital's Rule can also be used when both the numerator and denominator appro $$ \lim_{x \to \infty} \dfrac{x^2-2}{3x^2-4} = \lim_{x \to \infty} \dfrac{2x}{6x}$$ The above problem can be solved more easily *without* L'Hospital's rule, the leading coefficients are 1/3, so the limit as $x$ approaches $\infty$ is 1/3. -L'Hospital's rule **cannot** be used in any other circumstance. \ No newline at end of file +L'Hospital's rule **cannot** be used in any other circumstance. + +## Examples +1. $\lim_{x \ to 0} \dfrac{7^x - 5^x}{2x}$ +2. $= \lim_{x \ to 0} \ No newline at end of file