From 0e6a10cfe4a0c0c1f73fa6d90cbed111d44e9815 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Sat, 1 Jun 2024 23:45:22 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6fa9790..8689490 100644 --- a/README.md +++ b/README.md @@ -241,8 +241,12 @@ $$x→∞lim x32x4−3x3+x+6 =0$$ The given function is a rational function of the form +
+ $$f(x)=cxm+fxm−1+...+gx+haxn+bxn−1+...+dx+e$$ +
+ , where n > m. As x approaches infinity, the highest power of x in the numerator dominates the value of the numerator, and the highest power of x in the denominator dominates the value of the denominator. This means that we can ignore all the lower-order terms, and simply consider the behavior of the highest-order terms. In this case, the highest-order term in the numerator is 2x4, and the highest-order term in the denominator is x3.