#Limits
18 messages · Page 1 of 1 (latest)
The basic idea of a limit is what happens as you get closer to a certain number. so called "approach".
So basically we are trying to understand the behaviour of a function at a certain point
Is it
correct
More like close to that point
I see
Its useful when the function is undefined on that point and in many other cases
You are trying to understand the local behavior of a function near a point, but not necessarily at that point
One example is $y = \frac{x(x + 4)}{x + 4}$
King Leo
$$\lim_{x \to 4}y = 4$$
Because $y$ simplifies to just $y = x$.
King Leo
*-4
In the simplest example, consider $f(x)=1$ if $x=0$, and $f(x)=0$ otherwise. Around $x=0$ (but not exactly it), all $f(x)$ are located near $y=0$. This is the limiting behavior
SWR
Understood it completely, ty