Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Limit of ((x^2)/(x+1))-((x^2+2)/(x+3)) in inifinity returns -infinity instead of 2 #657

Open
SomebodyLikeEveryBody opened this issue Feb 5, 2022 · 0 comments

Comments

@SomebodyLikeEveryBody
Copy link

If we do

limit(((2*x^2-2*x-2)/(x^2+4*x+3)), x, Infinity)

It returns -Infinity instead of 2,

and when we divide by x^2, it works

limit(((2-((2)/(x))-((2)/(x^2)))/(1+((4)/(x))+((3)/(x^2)))), x, Infinity)

==> returns 2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant