Unexpected result in calculating limits
Limit of sqrt(x-3)
when x
approaches 3
doesn't exist but the sage returns 0
. Why is that?
sage:
sage: limit(sqrt(x-3), x=3)
0
sage:
Limit of sqrt(x-3)
when x
approaches 3
doesn't exist but the sage returns 0
. Why is that?
sage:
sage: limit(sqrt(x-3), x=3)
0
sage:
Maybe because the square root function is defined for negative numbers and the square root of small negative numbers converges to zero as well (on the Complex plane):
sage: sqrt(-.00000001)
0.000100000000000000*I
You may learn about the complex plane here https://en.wikipedia.org/wiki/Complex... and there is a section on the square root of negative number in the wikipedia page of the square root: https://en.wikipedia.org/wiki/Square_...
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-04-15 13:43:24 +0100
Seen: 266 times
Last updated: Apr 15 '20
Sample question: How do I compute symbolic integrals like $\int{sin(x) tan(x)} dx$
How do I understand the result of symbolic integrals
why is symbolic comparison so slow?
Numerical integration in a function
SAT Math Level 2 Subject Test Sample Question #19 [closed]
Differentiating Complex Conjugated Functions