Understanding limit of exponents

In summary, the conversation discusses the logic and formal rules for applying limits to exponential functions. It is explained that the limit is moved to the part of the expression that involves the variable being evaluated, and the constant factor is taken out of the limit. This is a theorem and can be found in calculus textbooks. The conversation also discusses the continuity of functions and how it relates to evaluating limits.
  • #1
andyrk
658
5
This might be a pretty stupid question. But why is it that while applying limits to an exponential function like- [itex] \lim_{x\rightarrow 0} e^{f(x)} [/itex] we move the limit to only the part of the expression which involves the variable on which the limit is being evaluated and hence we now write it as- [itex]e^{(\lim_{x\rightarrow 0} f(x))} [/itex]? Can't we evaluate the limit without reducing the terms inside the limit?

What I mean is earlier, the limit included [itex] e [/itex] withing itself too. But when we simplified it, the [itex] e [/itex] came out of the limit and instead the limit was being operated on only [itex] f(x) [/itex]. Can we do this? Is there any formal rule or formula for this like other formulas for evaluating and simplifying limits?

So my question is basically that is this a rule or formula which we follow or do we do it just because of logic? (The logic of applying the limit only to the part of the expression which gets affected by the limit)
 
Last edited:
Physics news on Phys.org
  • #2
I think its the logic of it. Basically you could look at the expression as a mapping of x to e^f(x) and so then you could look at the x to f(x) as x approaches 0.

If you think about it knowing what happens to f(x) in the limit i.e. if it has a value means you can plug it into the e^(limit value) to get the limit value of the original expression.
 
  • #3
jedishrfu said:
and so then you could look at the x to f(x) as x approaches 0.

What did you exactly mean by this statement? I didn't understand you fully. Earlier we were looking at x maps to e^f(x). Then how can we look at x maps to f(x) afterwards? Shouldn't it be x maps to e^f(x) all throughout?
 
  • #4
You can do this if ##g(x)## is an continuous function.

Let g(x) be a continuous function such that ##\lim_{x\rightarrow x_0}g(x)=a ##. Then for each ##\epsilon > 0## there is a ball ##B_\epsilon## around ##x_0## such that ##|g(x)-a| < \epsilon## for all ##x \in B_\epsilon##.
Also for all ##x## ##|\exp(g(x))-\exp(a)|=|\exp(g(x)-a)-1|\cdot \exp(+a)##. Now for each ##\epsilon' > 0## choose ##B_{\epsilon'}## such that ## |g(x)-a| < \ln(1+\frac{\epsilon'}{\exp(a)}) ##. Using this in the expression above and the positive derivative of the e-function yields ##|\exp(g(x))-\exp(a)| < \epsilon'##. It follows that ## \lim_{x\rightarrow x_0}\exp(g(x)) = \exp(g(a)) ##.
 
  • #5
How can I get the arrows under the ##\lim##?
 
  • #6
andyrk said:
What did you exactly mean by this statement? I didn't understand you fully. Earlier we were looking at x maps to e^f(x). Then how can we look at x maps to f(x) afterwards? Shouldn't it be x maps to e^f(x) all throughout?

I was thinking of the calculus situation where you y=f(g(x)) and you want to find the limit when x goes to zero then you functionally decompose it by looking at the limit for g(x) and finding that plug it into f( ) to get the final answer.
 
  • #7
andyrk said:
What I mean is earlier, the limit included [itex] e [/itex] withing itself too. But when we simplified it, the [itex] e [/itex] came out of the limit and instead the limit was being operated on only [itex] f(x) [/itex]. Can we do this? Is there any formal rule or formula for this like other formulas for evaluating and simplifying limits?

As DarthMatter said, if [itex] h(x) [/itex] is continuous at [itex] x = b [/itex] and [itex] lim_{x \rightarrow a} f(x) = b [/itex] you can assert that [itex] lim_{x\rightarrow a} h(f(x)) = h ( lim_{x \rightarrow a} f(x) ) [/itex].

In you example we have the special case [itex] a = 0 [/itex] and [itex] h(x) = e^x [/itex]. Since [itex] e^x [/itex] is continuous at each [itex] x = b [/itex] you don't have to worry about what particular [itex] b [/itex] results from [itex] lim_{x\rightarrow a} f(x) [/itex] , just as long as the limit exists.

So my question is basically that is this a rule or formula which we follow or do we do it just because of logic? (The logic of applying the limit only to the part of the expression which gets affected by the limit)

The above result is a theorem. (When people get in the habit of applying a theorem, they begin to think of it as a rule or formula). It requires some effort to prove it. Most calculus textbooks include this theorem. Is it in your course materials?
 
  • Like
Likes jedishrfu
  • #8
DarthMatter said:
How can I get the arrows under the ##\lim##?
\lim_{x\to a}f(x) produces ##\lim_{x\to a}f(x)## or $$\lim_{x\to a}f(x)$$ If you want the former to look like the latter, use \displaystyle like this: {\displaystyle\lim_{x\to a}f(x)}
 
  • Like
Likes jedishrfu
  • #10
Stephen Tashi said:
The above result is a theorem. (When people get in the habit of applying a theorem, they begin to think of it as a rule or formula). It requires some effort to prove it. Most calculus textbooks include this theorem. Is it in your course materials?

No, I don't think it is. What is this theorem called exactly? Can you give me some URL link where I can study it more deeply?

Stephen Tashi said:
As DarthMatter said, if h(x) h(x) is continuous at x=b x = b and limx→af(x)=b lim_{x \rightarrow a} f(x) = b you can assert that limx→ah(f(x))=h(limx→af(x)) lim_{x\rightarrow a} h(f(x)) = h ( lim_{x \rightarrow a} f(x) ) ..

How would we even get to know what b is until we have evaluated the limit? And for evaluating the limit we need to apply the theorem. But for the theorem we need b. Isn't it ambiguous?
 
Last edited:
  • #12
jedishrfu said:
This webpage has some discussion on it:

http://www.themathpage.com/acalc/limits-2.htm
It has discussion on constant factors inside the limit, while multiplication inside the limit is occurring. It doesn't mention anything about what happens when a constant is present in the exponential form.
 
  • #13
andyrk said:
What is this theorem called exactly?
It's not so much a theorem as it is the definition of "continuous". limx->aex = elimx->ax = ea because ex is continuous at a.
 
Last edited:
  • #15
andyrk said:
No, I don't think it is. What is this theorem called exactly? Can you give me some URL link where I can study it more deeply?

You can find the theorem by searching on "limit of composite functions" , "composite limit theorem". A link to a video (that I haven't watched myself yet) is http://www.larsoncalculus.com/calc1...he-limit-of-a-composite-function/#content-top
How would we even get to know what b is until we have evaluated the limit? And for evaluating the limit we need to apply the theorem. But for the theorem we need b. Isn't it ambiguous?

The purpose of a theorem is establish a valid mathematical conclusion from certain "givens". The techniques of working problems, often don't proceed deductively. They often assume the desired conclusion exists and work backwards. The fact that a technique of working problems uses methods that aren't not valid deductively doesn't mean there is any ambiguity about mathematical theorems. It means that the problem solving technique isn't rigorous mathematical deduction.

To evaluate the limit [itex] \lim_{x \rightarrow a} h(f(x)) [/itex] , most people would evaluate [itex] lim_{x\rightarrow a} f(x) = b [/itex] and then ( if they were being careful) they would ask themselves if [itex] h(x) [/itex] was continuous at [itex] x = b [/itex].
 
Last edited:
  • #16
DarthMatter said:
You can do this if ##g(x)## is an continuous function.

Let g(x) be a continuous function such that ##\lim_{x\rightarrow x_0}g(x)=a ##. Then for each ##\epsilon > 0## there is a ball ##B_\epsilon## around ##x_0## such that ##|g(x)-a| < \epsilon## for all ##x \in B_\epsilon##.
Also for all ##x## ##|\exp(g(x))-\exp(a)|=|\exp(g(x)-a)-1|\cdot \exp(+a)##. Now for each ##\epsilon' > 0## choose ##B_{\epsilon'}## such that ## |g(x)-a| < \ln(1+\frac{\epsilon'}{\exp(a)}) ##. Using this in the expression above and the positive derivative of the e-function yields ##|\exp(g(x))-\exp(a)| < \epsilon'##. It follows that ## \lim_{x\rightarrow x_0}\exp(g(x)) = \exp(g(a)) ##.

Sorry, of course the last equation should be ##{\displaystyle \lim_{x\rightarrow x_0} e^{g(x)}=e^a} ##. Thanks for the displaystyle, Fredrik! Also the ##B_{\epsilon'}## should maybe be called by another name. I hope the idea still comes through: You can make the difference between ##e^a## and ##e^{g(x)}## arbitrarily small by making ##|g(x)-a| ## 'small enough'.

jedishrfu said:
I think this is an application of the chain rule:

http://en.m.wikipedia.org/wiki/Chain_rule

This I do not understand.
 
  • #17
Stephen Tashi said:
To evaluate the limit [itex]\lim_{x \rightarrow a} h(f(x)) [/itex] , most people would evaluate [itex]lim_{x\rightarrow a} f(x) = b [/itex] and then ( if they were being careful) they would ask themselves if [itex]h(x)[/itex] was continuous at [itex]x=b[/itex].

But why would anyone do that? Who tells them to do that? The textbook gives ways to evaluate explicit limits, not implicit. Then how can one simply evaluate limit on [itex] f(x) [/itex] without any valid reason/grounds to do so?

And I think that you are saying to check whether [itex] h(x) [/itex] is continuous at [itex] x=a [/itex] because [itex] h(x) [/itex] is within a limit. Had this not been true and had [itex] h(x) [/itex] been outside the limit then? I mean had it been like - [itex]h(\lim_{x \rightarrow a} f(x) )[/itex] instead of [itex]\lim_{x \rightarrow a} h(f(x)) [/itex] then would you say that we need not check for whether [itex] h(x) [/itex] is continuous at [itex] x=b [/itex]?

I am saying this because according to the theorem you have posted, this implies that [itex]\lim_{x \rightarrow a} h(f(x)) [/itex] = [itex]h(\lim_{x \rightarrow a} f(x) )[/itex].

And since [itex]h(\lim_{x \rightarrow a} f(x) )[/itex] doesn't require to check whether [itex] h(x) [/itex] is continuous at [itex] x=b [/itex] or not, one need not check it. But this differs to what you said.

So had it even been [itex]\lim_{x \rightarrow a} h(f(x)) [/itex] it would have been converted to [itex]h(\lim_{x \rightarrow a} f(x) )[/itex] and hence we can argue that even for [itex]\lim_{x \rightarrow a} h(f(x)) [/itex] we don't need to check whether [itex] h(x) [/itex] is continuous at [itex] x=b [/itex] or not.

And sorry to say, but I didn't understand the proof equally well either.
 
Last edited:
  • #18
I can't understand what you are saying or asking. I suggest you consider some examples.

For example, define the function [itex] h(x) [/itex] as follows:
if [itex] x < 0 [/itex] then [itex] h(x) = 0 [/itex]
if [itex] x \ge 0 [/itex] then [itex] h(x) = 2 + x [/itex]

Define the function [itex] g(x) [/itex] as [itex] g(x) = x - 5 [/itex]

Consider [itex] \lim_{x \rightarrow 5} h(g(x)) [/itex]. This limit does not exist.

Consider [itex] \lim_{x \rightarrow 0} h(g(x)) [/itex] This limit exists and is equal to zero.
 
  • #19
Stephen Tashi said:
Consider[itex] \lim_{x \rightarrow 5} h(g(x)) [/itex]. This limit does not exist
Yes, you are correct on this one. But what about - [itex] h(\lim_{x \rightarrow 5} g(x)) [/itex]? Wouldn't this be equal to 2?
 
  • #20
By the composite limit theorem, the limit would be [itex] h(-5) = 0 [/itex].
 
  • #21
Stephen Tashi said:
By the composite limit theorem, the limit would be h(−5)=0 .

Why would [itex] \lim_{x \rightarrow 5} g(x) = -5 [/itex] ? Shouldn't it equal 0?
 
  • #22
andyrk said:
Why would [itex] \lim_{x \rightarrow 5} g(x) = -5 [/itex] ? Shouldn't it equal 0?

[itex] lim_{x \rightarrow 0} g(x)= \lim_{x \rightarrow 0 } (x -5) = (-5) [/itex].
 
  • #23
Stephen Tashi said:
[itex] lim_{x \rightarrow 0} g(x)= \lim_{x \rightarrow 0 } [/itex] .
But it is [itex]x→5[/itex] not [itex] x→0[/itex]..isn't it?
 
  • #24
andyrk said:
But it is [itex]x→5[/itex] not [itex] x→0[/itex]..isn't it?

Oh! - my mistake. I thought you were asking about the second example [itex] \lim_{x \rightarrow 0} h(g(x)) [/itex].

You're asking about [itex] h( lim_{x \rightarrow 5} g(x)) [/itex]. Yes, that expression is [itex] h(0) = 2 [/itex].
 
  • #25
Stephen Tashi said:
Oh! - my mistake. I thought you were asking about the second example [itex] \lim_{x \rightarrow 0} h(g(x)) [/itex].

You're asking about [itex] h( lim_{x \rightarrow 5} g(x)) [/itex]. Yes, that expression is [itex] h(0) = 2 [/itex].

So that is what I am asking. In the above case i.e [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] we didn't check whether [itex] h(x) [/itex] is continuous at [itex] x=0 [/itex] or not. Then why did we check whether [itex] h(x) [/itex] is continuous at [itex] x=0 [/itex] for [itex] lim_{x \rightarrow 5} h(g(x)) [/itex]? Because [itex] lim_{x \rightarrow 5} h(g(x)) [/itex] and [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] are the same expressions right? So how is it possible that we can evaluate [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] and not [itex] lim_{x \rightarrow 5} h(g(x)) [/itex]?
 
  • #26
andyrk said:
So that is what I am asking. In the above case i.e [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] we didn't check whether [itex] h(x) [/itex] is continuous at [itex] x=0 [/itex] or not.

That case does not involve applying the composite limit theorem. Since we don't intent to apply the theorem, we don't have to check that [itex] h(x) [/itex] is continuous at [itex] x = 0 [/itex]. We only have to check that [itex] h(x) [/itex] has a defined value at [itex] x = 0 [/itex].

For the expression [itex] h(lim_{x\rightarrow 5} g(x)) [/itex] to exist it is only necessary that [itex] lim_{x \rightarrow 5} g(x) [/itex] exists and that [itex] h(x) [/itex] has a defined value when it is evaluted at [itex] lim_{x \rightarrow 5} g(x) [/itex].

Then why did we check whether [itex] h(x) [/itex] is continuous at [itex] x=0 [/itex] for [itex] lim_{x \rightarrow 5} h(g(x)) [/itex]? Because [itex] lim_{x \rightarrow 5} h(g(x)) [/itex] and [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] are the same expressions right?

No. They are not the same. One of the expressions refers to a non-existent limit. The other is a specific number.

So how is it possible that we can evaluate [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] and not [itex] lim_{x \rightarrow 5} h(g(x)) [/itex]?

You have to think about how the example illustrates this. Let [itex] lim_{x \rightarrow a} g(x) = L [/itex] . The expression [itex] lim_{x \rightarrow a} h(g(x)) [/itex] is a limit that depends on what happens then the argument of the function [itex] h() [/itex] is near the value [itex] L [/itex]. By contrast the expression [itex] h( lim_{x \rightarrow a} g(x) ) [/itex] depends only on the value of [itex] h [/itex] when the argument is exactly equal to [itex] L [/itex].
 
  • #27
Stephen Tashi said:
No. They are not the same. One of the expressions refers to a non-existent limit. The other is a specific number.

If they are not the same then how come are we able to go from one expression to another by applying the theorem of composite limit?

Stephen Tashi said:
You have to think about how the example illustrates this. Let [itex]lim_{x \rightarrow a} g(x) = L[/itex] . The expression [itex]lim_{x \rightarrow a} h(g(x)) [/itex] is a limit that depends on what happens then the argument of the function h()is near the value L . By contrast the expression [itex]h( lim_{x \rightarrow a} g(x) )[/itex] depends only on the value of h when the argument is exactly equal to [itex]L[/itex] .

The expression [itex]lim_{x \rightarrow a} h(g(x)) [/itex] doesn't depend on what happens when the argument of the function [itex] h() [/itex] is near the value of [itex] L [/itex]. It should not be near [itex] L [/itex] but be equal to [itex] L [/itex] instead! I am getting really confused now! :|
 
  • #28
andyrk said:
So that is what I am asking. In the above case i.e [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] we didn't check whether [itex] h(x) [/itex] is continuous at [itex] x=0 [/itex] or not. Then why did we check whether [itex] h(x) [/itex] is continuous at [itex] x=0 [/itex] for [itex] lim_{x \rightarrow 5} h(g(x)) [/itex]? Because [itex] lim_{x \rightarrow 5} h(g(x)) [/itex] and [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] are the same expressions right? So how is it possible that we can evaluate [itex] h( lim_{x \rightarrow 5} g(x)) [/itex] and not [itex] lim_{x \rightarrow 5} h(g(x)) [/itex]?
They're not the same. Since ##lim_{x \to 5} g(x)=0##, we have ##h( lim_{x \to 5} g(x))=h(0)=2+0=2##. We also have ##g(x)<0\Leftrightarrow x<5## and ##g(x)\geq 0\Leftrightarrow x\geq 5##. This implies that for all ##x<5##, we have ##h(g(x))=0##, and for all ##x\geq 5##, we have ##h(g(x))=2+(x-5)=x-3##. These results imply that ##\lim_{x\to 5-}h(g(x))=\lim_{x\to 5} 0=0## and ##\lim_{x\to 5+}h(g(x))=\lim_{x\to 5}(x-3)=5-3=2##. (The - and + in the limit mean "from the left" and "from the right" respectively).

When you encounter an expression like ##f(\lim_{x\to a}g(x))##, you can't take the limit "outside" the function (i.e. rewrite the expression as ##\lim_{x\to a}f(g(x))##) unless you know that ##f## is continuous at ##\lim_{x\to a}g(x)##.
 
  • #29
Fredrik said:
When you encounter an expression like [itex]f(\lim_{x\to a}g(x))[/itex], you can't take the limit "outside" the function (i.e. rewrite the expression as [itex]\lim_{x\to a}f(g(x)) [/itex] unless you know that [itex]f[/itex] is continuous at [itex]\lim_{x\to a}g(x)[/itex]

Okay, we cannot rewrite the expression [itex]f(\lim_{x\to a}g(x))[/itex] as [itex]\lim_{x\to a}f(g(x))[/itex]. But we can rewrite [itex]\lim_{x\to a}f(g(x))[/itex] as [itex]f(\lim_{x\to a}g(x))[/itex], right? Doesn't that simply imply that we can rewrite [itex]f(\lim_{x\to a}g(x))[/itex] as [itex]\lim_{x\to a}f(g(x))[/itex] too?
 
  • #30
andyrk said:
If they are not the same then how come are we able to go from one expression to another by applying the theorem of composite limit?

The composite limit theorem says that if certain conditions are met then the two expressions are equal. In the example of [itex] lim_{x \rightarrow 5}h(g(x)) [/itex] the conditions are not met. So you cannot conclude the two expressions are equal.

You seem to think there is a rule that [itex] \lim_{x\rightarrow a} h(g(x)) [/itex] can always be "rewritten" as [itex] h(\lim_{x\rightarrow a} g(x)) [/itex] regardless of what properties [itex] h [/itex] has. That is a false belief.

The expression [itex]lim_{x \rightarrow a} h(g(x)) [/itex] doesn't depend on what happens when the argument of the function [itex] h() [/itex] is near the value of [itex] L [/itex]. It should not be near [itex] L [/itex] but be equal to [itex] L [/itex] instead! I am getting really confused now! :|

The [itex] \lim_{x\rightarrow a} h(g(x)) [/itex] does depend on the values of [itex] x [/itex] in the vicinity of [itex] L [/itex].
Think about [itex] lim_{x \rightarrow L} h(x) [/itex].

In general, you should also know that there are examples where [itex] lim_{x \rightarrow a} f(x) = L [/itex] and [itex] f(a) [/itex] is not equal to [itex] L [/itex].
 
  • #31
Stephen Tashi said:
The composite limit theorem says that if certain conditions are met then the two expressions are equal. In the example of [itex] lim_{x \rightarrow 5}h(g(x)) [/itex] the conditions are not met. So you cannot conclude the two expressions are equal.

You seem to think there is a rule that [itex] \lim_{x\rightarrow a} h(g(x)) [/itex] can always be "rewritten" as [itex] h(\lim_{x\rightarrow a} g(x)) [/itex] regardless of what properties [itex] h [/itex] has. That is a false belief.
The [itex] \lim_{x\rightarrow a} h(g(x)) [/itex] does depend on the values of [itex] x [/itex] in the vicinity of [itex] L [/itex].
Think about [itex] lim_{x \rightarrow L} h(x) [/itex].

The conditions are (as the video states)-

" If [itex] f [/itex] and [itex] g [/itex] are functions such that-

[itex] lim_{x \rightarrow c} g(x) = L [/itex]

and

[itex] lim_{x \rightarrow L} f(x) = f(L) [/itex]

then, [itex] lim_{x \rightarrow c} f(g(x)) = f(lim_{x \rightarrow c} g(x)) = f(L)[/itex] "

So how can you say that the conditions are not met? According to what is written above, they do.

Stephen Tashi said:
In general, you should also know that there are examples where [itex] lim_{x \rightarrow a} f(x) = L [/itex] and [itex] f(a) [/itex] is not equal to [itex] L {/itex] .

This is possible only if [itex] f(x) [/itex] is not continuous at [itex] x = a [/itex]. Right? Because for a limit to exist, the function need not be continuous at the point where the limit is being evaluated. Am I right?
 
  • #32
andyrk said:
The conditions are (as the video states)-

" If [itex] f [/itex] and [itex] g [/itex] are functions such that-

[itex] lim_{x \rightarrow c} g(x) = L [/itex]

and

[itex] lim_{x \rightarrow L} f(x) = f(L) [/itex]

then, [itex] lim_{x \rightarrow c} f(g(x)) = f(lim_{x \rightarrow c} g(x)) = f(L)[/itex] "

So how can you say that the conditions are not met? According to what is written above, they do.
In the example with h(x)=0 for x<0, h(x)=2+x for x≥0 and g(x)=x-5 for all x, only the first of these conditions is met. We have ##\lim_{x\to 5} g(x)=g(5)=0##, but the limit ##\lim_{x\to 0} h(x)## doesn't exist.

The second condition in the quote above can be thought of as the definition of what it means to say that f is continuous at L.

andyrk said:
This is possible only if [itex] f(x) [/itex] is not continuous at [itex] x = a [/itex]. Right? Because for a limit to exist, the function need not be continuous at the point where the limit is being evaluated. Am I right?
Yes.
 
  • #33
Consider this simple example. Let ##f## be the function defined by
$$f(x)=\begin{cases}
1 & \text{if }x=0\\
0 & \text{if }x\neq 0
\end{cases}.$$ We have ##f(\lim_{x\to 0} x)=f(0)=1\neq 0=\lim_{x\to 0}f(x)##. Clearly the probolem is that ##f(0)## isn't equal to ##\lim_{x\to 0}f(x)##, i.e. that ##f## isn't continuous at ##0##.
 
  • #34
Fredrik said:
In the example with h(x)=0 for x<0, h(x)=2+x for x≥0 and g(x)=x-5 for all x, only the first of these conditions is met. We have ##\lim_{x\to 5} g(x)=g(5)=0##, but the limit ##\lim_{x\to 0} h(x)## doesn't exist.

The second condition in the quote above can be thought of as the definition of what it means to say that f is continuous at L.Yes.

Could you explain me the proof for this theorem? I have it but I don't understand it well enough-

"For a given [itex] ε > 0 [/itex], find [itex] ∂ > 0 [/itex] such that-
[itex] | f(g(x)) - f(L) | < ε [/itex]
Whenever [itex] 0 < |x - c| < ∂ [/itex]"

Now as to how to find such [itex] ε [/itex] such that [itex] ε > 0[/itex]-

[itex] | f(u) - f(L) | < ε [/itex] Whenever | μ - L | < ∂1 (Didn't understand this at all)

| g(x) - f(L) | < ∂1 , whenever [itex] 0 < |x - c| < ∂ [/itex] (didn't understand it again)

Let [itex] μ = g(x) [/itex] , [itex] | f(g(x)) - f(L) | < ε [/itex], whenever [itex] 0 < |x - c| < ∂ [/itex]. (didn't understand this either)
 
Last edited:
  • #35
Fredrik said:
We have [itex]f(\lim_{x\to 0} x)=f(0)=1\neq 0=\lim_{x\to 0}f(x)[/itex]. Clearly the problem is that [itex]f(0)[/itex] isn't equal to [itex]\lim_{x\to 0}f(x)[/itex]

Okay, but first you said that [itex]f(0)[/itex] is equal to [itex]\lim_{x\to 0}f(x)[/itex]. Then you say that it isn't. But I think it is. Which one am I supposed to believe anyways?

And anyhow, this example didn't make me understand the proof of the theorem even though it was really good and I appreciate you for that. :)
 
Last edited:

Similar threads

  • Calculus
Replies
3
Views
756
  • Calculus
Replies
4
Views
1K
  • Calculus
Replies
6
Views
1K
Replies
10
Views
3K
  • Calculus
Replies
4
Views
1K
  • Calculus
Replies
9
Views
2K
Replies
1
Views
295
Replies
2
Views
869
Replies
3
Views
993
Back
Top