The limit of a function is like a destination towards which the function is headed, even if it never actually gets there. It tells us the value the function approaches as the input (or 'x') gets closer to a certain number. Let’s break it down:
Let's say we have a function f(x) and we want to know what happens as x approaches a certain value 'c'. The limit of f(x) as x approaches c is denoted as \(\lim_{x\to c} f(x)\). It's like saying, 'Hey, as we get closer and closer to 'c', what's f(x) getting closer to?'
Calculating limits can involve some detective work:
- Direct substitution: If plugging 'c' into the function doesn’t cause any issues (like dividing by zero), then the limit is just f(c).
- Factoring: Sometimes, you’ve got to factor a polynomial to simplify and find the limit by direct substitution.
- Special techniques: When you have more complex cases, like '0/0', you would use L'Hôpital's Rule or conjugate methods.
In the exercise, to determine the type of discontinuity at x = 1 and x = 3, calculating the limit is key. It showed that the function did not gradually approach a finite value, leading to the identification of 'jump' discontinuities at these points.