Post Reply 
CAS problem with solution
03-04-2015, 10:38 PM
Post: #4
RE: CAS problem with solution
(03-04-2015 10:20 PM)Tim Wessman Wrote:  Interestingly enough, the equation as you have it written does actually work. The ^2 seems to be doing something strange here.

limit(√(x*x+2*x+1)-(√(x*x)),x,∞) ----> 1
limit(√(x^2+2*x+1)-(√(x^2)),x,∞) ----> -∞

The CAS must be reducing the √(x^2) to just x (rather than |x|). In that case, the limit as x--> -∞ would be -∞:

[Image: attachment.php?aid=1725]

But, regardless of which direction you force the limit it always gives the limit as x goes to -∞:

limit(√(x^2+2*x+1)-(√(x^2)),x,∞,-1) = -∞
limit(√(x^2+2*x+1)-(√(x^2)),x,∞,1) = -∞


Attached File(s) Thumbnail(s)
   

Ceci n'est pas une signature.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CAS problem with solution - Teresa - 03-04-2015, 09:14 PM
RE: CAS problem with solution - Mark Hardman - 03-04-2015 10:38 PM
RE: CAS problem with solution - Teresa - 03-04-2015, 11:35 PM
RE: CAS problem with solution - parisse - 03-05-2015, 08:31 AM
RE: CAS problem with solution - salvomic - 03-05-2015, 08:37 AM
RE: CAS problem with solution - salvomic - 03-05-2015, 03:33 PM
RE: CAS problem with solution - salvomic - 03-05-2015, 05:06 PM
RE: CAS problem with solution - parisse - 03-05-2015, 07:31 PM
RE: CAS problem with solution - salvomic - 03-05-2015, 07:57 PM



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