
Brent K. answered 06/18/21
PhD in Applied Mathematics with 12+years experience with Matlab
In calculus 1, continuity is often defined using limits.
We say that f is continuous at a if lim_x{\to a} f(x) = f(a).
This definition is often written in 3 'parts' to help students understand what the definition entails:
- f(a) exists
- lim_{x \to a} f(x) exists
- The results in 1. and 2. are equal.
In the specific case of f(x) = x^2-1, we have:
- f(0) = -1
- lim_{x \to 0} f(x) = -1
- 1. and 2 are equal
Hence, f is continuous at x=0.