From 2739e1936dacd77075fb403891631439571cbd76 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Fri, 31 May 2024 00:06:23 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 651b3e7..b21262d 100644 --- a/README.md +++ b/README.md @@ -172,16 +172,22 @@ $$\ The given function is a polynomial function of the form: +
+ $$f(x)=axn+bxn−1+cxn−2+...+dx+e$$ -As x approaches infinity, the highest power of x in the function dominates the value of the function. This means that we can ignore all the lower-order terms, and simply consider the behavior of the highest-order term. +
+As x approaches infinity, the highest power of x in the function dominates the value of the function. This means that we can ignore all the lower-order terms, and simply consider the behavior of the highest-order term. In this case, the highest-order term is **2x4. As x approaches infinity, x4 also approaches infinity, +
Therefore, the limit of the function as x approaches infinity is infinity. We can write this mathematically as: -** + +
+ ### $$x→∞lim (2x4−3x3+x+6)=∞##