Determining limits based on a graph

558 Views Asked by At

The graph where I based my answers:

I am trying to determine where my two mistakes are.

Based in the graph, the following are my answers:

1. $f(0) = 0$

There is a dot in the graph at the origin. I assume that it is the function value.

2. $f(2) = \text{DNE}$

When $x$ is equal to $2$, the function value cannot be determined because both sides are approaching different infinities. Therefore, it does not exist.

3. $f(3) = \text{DNE}$

I am not sure in this one. Because first of all, there is no dot. So I first assumed that it is equal to positive infinity. Could it be $0$ or positive infity?

4. $\lim\limits_{x \to -1} = \text{DNE}$

The left hand and the right hand limit are not equal. Therefore, it does not exist.

5. $\lim\limits_{x \to 0} f(x) = 0$

Both the left and right hand limits approach exactly at the origin.

6. $\lim\limits_{x \to 2^+} f(x) = -\infty$

It is very obvious from the graph itself.

7. $\lim\limits_{x\to +\infty} f(x) = +\infty$

I am not sure in this one. Could it be DNE?


Where did I go wrong?

1

There are 1 best solutions below

2
On BEST ANSWER
  1. Your answer is correct.
  2. This answer is also correct for the reason that you stated.
  3. The lack of a dot doesn't imply that the function is not defined at this point, it still is. The function is perfectly well-defined at $x=3$: $f(3)=0$.
  4. Your reasoning is correct on this question as well.
  5. Your answer is correct. Though there is a discontinuity at the point $x=0$, the function approaches the same value from both sides, therefore the limit is 0.
  6. This answer is correct as well.
  7. Note that as $x$ increases on the interval $(2, \infty)$, it approaches a particular $y$-value. This value is $y=1$, as indicated by the dotted line. Therefore, $\lim_{x\rightarrow\infty}f(x)=1$.

Your answers to #3 and #7 are the incorrect ones.