From 5a81a1cc27cb3b64a658015ededdcf18a556fa73 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Tue, 28 May 2024 00:00:16 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fa52bd7..67647ce 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ In this case, we can use L'Hôpital's rule, as the limit is of the form \(\frac{ \begin{align*} \lim_{{x \to \infty}} \frac{{x^2}}{{2x^2 - x}} &= \lim_{{x \to \infty}} \frac{{\frac{d}{dx}[x^2]}}{{\frac{d}{dx}[2x^2 - x]}} \\ &= \lim_{{x \to \infty}} \frac{{2x}}{{4x - 1}} \\ +&= \lim_{{x \to \infty}} \frac{{2}}{{4 - \frac{1}{x}}} \\ + +