Skip to content

Update README.md #1329

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
Aug 13, 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: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@ As ( x ) increases without bound, the value of ( \frac{1}{{x^2}} ) approaches 0

The limit as ( x ) approaches negative infinity for ( $\frac{1}{{x^2}}$ ) is:


$
\lim_{{x \to -\infty}} \frac{1}{{x^2}} = 0
$

As ( x ) decreases without bound, the value of ( $\frac{1}{{x^2}}$ ) approaches 0, similar to part a), because squaring a negative number results in a positive number, which grows larger.

Expand All @@ -263,7 +261,7 @@ $\lim_{x \to \infty} x^4$


The limit as ( x ) approaches infinity for ( x^4 ) is:
grows at an increasing rate and approaches infinity for ( x^4 ) is:

$\lim_{{x \to \infty}} x^4 = \infty$
\lim_{{x \to \infty}} x^4 = \infty

Similar to the previous expressions, the term ( 2x^5 ) grows at a faster rate than the others, causing the expression to approach infinity.

Expand Down