I'm reading Calculus: Basic Concepts for High School Students and am trying to digest the definition of 'limit of function'. There are two details that I am struggling to fully accept:
If you are supposed to pick an interval $(a - \delta, a + \delta)$ but $a$ can be an undefined point at the end of the domain, what happens to the other half of the interval? Is it just ignored/irrelevant?
The function used as an example is $f(x) = \sqrt{x}$ and from what I can tell the limit of the point $a$ always matches the value of $f(a)$. I cannot see how this would be different for other functions given the way that the limit is calculated - if someone could share an example of a function that has a different limit at $x = a$ than the value $f(a)$ I would be grateful.
Yes, if your function is defined on $[a,b]$ and you want to compute the limit in $b$, you can only consider what is happening in $[b-\delta, b]$
Look at the function floor(x) which is defined as the highest integer that is less than equal to x. Here is the graph :
The limit on 1 does not properly exist. There is a right-sided limit which is 1 and the value of f in 1. However the left-sided limit in 1 is 0 and is not the value of f in 1.