undefined and dne limits

111 views

I’m in AP calc AB, and I’m confused about undefined and DNE, aren’t they both the same? I know the overlap in some instances but there are some problems where it must be either one. I’m confused.

In: 0

3 Answers

Anonymous 0 Comments

limits represent the tendency of a function, so limits do not exist if we cannot determine the tendency of the function to a single point. Graphically, limits do not exist when there is a jump discontinuity or When you have infinite limits, limits do not exist.

Undefined is what happens when you don’t assign a function an interpretation. Like how any thing divided by zero is undefined.

10/5=2 because 10 is 2 sets of 5.

10/0 is undefined because you are saying zero sets of 10. You cant have zero sets of a thing. You can have 10 sets of zero.

I cant have 10 baskets of zero apples but i cant have zero baskets of 10 apples that’s undefined.

Anonymous 0 Comments

You understand that a function’s *value* at a point is not necessarily equal to its *limit* at that point, right? For example, `f(x)={1+x if x≠0, 2 if x=0}` has a value of 2 at x=0, but a limit of 1 as x approaches 0.

—–

Sometimes the limit does not exist even if the value does. For example, `f(x)={|x|/x if x≠0, 0 if x=0}` has a value of 0 at x=0, but doesn’t have a limit as x approaches 0 since it depends which side you approach from.

Sometimes the limit *does* exist even if the value is undefined. For example, `f(x)=(x^2)/x` is undefined at x=0, but its limit as x approaches 0 is 0.

—–

We wouldn’t normally describe a limit as “undefined”, since the limit of a function is *calculated* based on the definition of that function, not defined directly.

Anonymous 0 Comments

They are very similar, and the difference can be rather subtle. To help show the difference, consider the function f(x)=sqrt(x). If I asked what is f(-1), the answer is undefined. f(x) has a domain of [0,infinity), but it is not defined for negative inputs. Similarly, f(blue) is undefined, because the function isn’t defined for an input “blue”. However, if I asked what is the solution to f(x)=-1, the answer is DNE. There’s nothing in the definition of f(x) that makes the question illogical, there just isn’t a number whose square root is -1.

Now let’s look at limits. If I ask “what is the limit of f(x) as x approaches a”, what would make this undefined vs DNE? DNE is easy: the function doesn’t approach a limit. For example, the limit of 1/x at x=0 is DNE: it’s negative infinity on the left and positive infinity on the right, so it doesn’t exist. Undefined is trickier, especially without going into epsilon-delta proofs, so I’ll cut to the conclusion: the only way to make a limit undefined is to make one of the inputs nonsense. In other words, the only time a limit is undefined is when the function isn’t actually a function (like f(x)=banana), or when your target “a” isn’t actually a number (like a=purple). If your limit uses an actual math function and you’re approaching an actual number, your limit will always be defined (it just won’t always exist).

Final note: functions can be undefined, and this is probably where a lot of confusion comes from (other than teachers being lazy with vocabulary). The function f(x)=x^2/x is undefined at 0, since f(0)=0/0 and division is undefined when the divisor is 0. However, the LIMIT of f(x) at 0 is defined, and is just 0. Similarly f(x)=1/x is undefined at 0, but the limit is defined and just doesn’t exist. So just remember: functions can be undefined, limits can’t