limit of sqrt(0)

Maple says that the limit of sqrt(x), as x goes to 0, is 0, but Edwards of Larson et al. says that it isn't because "f(x) = sqrt(x) is not defined on an open interval containing 0 because the domain of f is x > = 0." 

 Comments?
 

Alla

Comments

Axel Vogt's picture

Maple is right

do not know Edwards & Larson, but Maple is right - may be they have it only for positive Reals, while Maple knows sqrt(-1), since it works over the Complex numbers regarding brunch cuts

real bidirectional limit

?limits states:

limit(f, x=a, dir)
...
If dir is not specified, the limit is the real bidirectional limit,...

But this is the same issue of this past thread.

 

Robert Israel's picture

real bidirectional limit

Just to clarify: what that "real" means is not that f is real, it is that x is real.  So for example

> limit(exp(-1/x^2), x=0);

0

(even though the limit as x -> 0 in the complex plane would not exist).

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}