From 2e65dcd3af7a3afa8c8417461e7080f846d1bb72 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Fri, 31 May 2024 00:00:12 -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 243f991..11fd483 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ +

@@ -175,6 +176,8 @@ $$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. + +In this case, the highest-order term is 2x4. As x approaches infinity, x4 also approaches infinity,