From edf9ecbe42fa58d82beda0bfee558ae3631096a2 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Tue, 13 Aug 2024 17:39:24 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50833a1..0580187 100644 --- a/README.md +++ b/README.md @@ -224,12 +224,11 @@ The limit of the expression is $$\frac{1}{2}$$ ## [2. Solve the Limits:]() - ### 2a): **Limit Expression:**
 $\lim_{x \to \infty} \frac{1}{x^2}$ -
+
The limit as ( x ) approaches infinity for ( $\frac{1}{{x^2}}$ ): @@ -247,7 +246,7 @@ As ( x ) increases without bound, the value of ( \frac{1}{{x^2}} ) approaches 0 The limit as ( x ) approaches negative infinity for ( $\frac{1}{{x^2}}$ ) is:
 -\lim_{{x \to -\infty}} \frac{1}{{x^2}} = 0 + $\lim_{x \to -\infty} \frac{1}{x^2}$ = 0 As ( x ) decreases without bound, the value of ( $\frac{1}{{x^2}}$ ) approaches 0, similar to part a), because squaring a negative number results in a positive number, which grows larger.