From 8df4e8c3fd985de87ba3f0bfb6ec42d081685eca Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Sat, 1 Jun 2024 23:03:27 -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 38b40e8..4e0a9a0 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,9 @@ The given function is a rational function of the form $$f(x)=cxm+fxm−1+...+gx+ In this case, the highest-order term in the numerator is 2x4, and the highest-order term in the denominator is x3. +As x approaches infinity, 2x4 grows much faster than x3, and so the function f(x) approaches zero. + +