Skip to content

Update README.md #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,12 @@ $$x→∞lim x32x4−3x3+x+6 =0$$

The given function is a rational function of the form

<br>

$$f(x)=cxm+fxm−1+...+gx+haxn+bxn−1+...+dx+e$$

<br>

, 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.
Expand Down