Post Reply 
Error computing limits as x -> inf
10-09-2014, 05:59 AM
Post: #2
RE: Error computing limits as x -> inf
(10-09-2014 04:47 AM)Chris Pem10 Wrote:  Finding the limit of (2*x)/(x+1) as x -> infinity gives different results when computed in the CAS vs the HOME environments.

The CAS gives the correct answer: 2

The HOME environment gives (2*inf)/(inf + 1)

Both above results were computed on a physical calc.

The emulated calc gives the correct answer in the CAS, but returns the limit un-evaluated in the HOME environment.

Following the design philosophy that CAS is for exact symbolic math and Home is for floating-point approximations, it's more appropriate to use something like limit(2*X/(X+1),X,1ᴇ50) in Home to get the desired answer, using 1e50 as an "approximation for infinity".

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Error computing limits as x -> inf - Joe Horn - 10-09-2014 05:59 AM



User(s) browsing this thread: 1 Guest(s)