Differential = continuity theorem

In summary, the method for solving limits is to plug in the value that our variable is approaching for the variable in the given function. This holds true for continuous functions, which are functions that satisfy the definition of a limit. It is important to note that this method does not work for all possible functions, only those that are continuous. To prove limits for continuous functions, we first prove the "trivial limits" and then use theorems to show that any polynomial is continuous for all values of x.
  • #1
jimmyly
191
0
http://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/1.-differentiation/part-a-definition-and-basic-rules/session-3-derivative-as-rate-of-change/

Hi so i just finished watching this lecture and I'm confused about why

lim
x->x0 (x-x0) = 0

It is in the last 5 minutes of the lecture.

Thanks in advance!
 
Physics news on Phys.org
  • #2
One method we have for solving limits is to simply take the the value that our variable is approaching and plug it in for our variable. In this case we have the limit as x approaches x0 of f(x)-f(x0). So by taking x0 and plugging it in for x, we get f(x0)-f(x0)=0. Therefor the limit(x-->x0) f(x)-f(x0)=0

Hope this helps. Let me know if you need any clarification.
 
  • #3
Jesse H. said:
One method we have for solving limits is to simply take the the value that our variable is approaching and plug it in for our variable. In this case we have the limit as x approaches x0 of f(x)-f(x0). So by taking x0 and plugging it in for x, we get f(x0)-f(x0)=0. Therefor the limit(x-->x0) f(x)-f(x0)=0

Hope this helps. Let me know if you need any clarification.

Ohhh okay thanks for the response. So is it basically the same as "simple" limits like lim(x-->2) x+1 where you just plug 2 into x?
 
  • #4
jimmyly said:
Ohhh okay thanks for the response. So is it basically the same as "simple" limits like lim(x-->2) x+1 where you just plug 2 into x?

Yep, that should be your goto when trying to solve a limit. And if that doesn't work, well, there are other methods, but you'll get to those if you haven't already.
 
  • #5
thanks a lot!
 
  • #6
Be careful here. A lot of students get the impression that "limit" is just a fancy way of talking about the value of a function. That is often true because so many of the functions we use are 'continuous' which just means that [tex]\lim_{x\to a} f(x)= f(a)[/tex]. The fact is that "almost all" functions are NOT continuous- we use such functions so often just because the are "nice".

For example, suppose f(x) is defined by f(x)= x for x> 0, f(x)= 3x for x< 0 and f(0)= 4. Then f(0)= 4, of course, but [tex]\lim_{x\to 0} f(x)= 0[/tex].

In this particular example, [itex]\lim_{x\to x_0} x- x_0= 0[/itex] because, given any number [itex]\epsilon> 0[/itex], if we take [itex]\delta= \epsilon[/itex], [itex]|x- x_0|< \delta[/itex] then [itex]|f(x)- 0|< \epsilon[/itex] simply because [itex]f(x)= x- x_0[/itex].
Typically, what we do is prove the "trivial limits", [itex]\lim_{x\to a} x= a[/itex] and [itex]\lim_{x\to a} C= C[/itex], for C any constant, then prove the theorems, "if [itex]\lim_{x\to a} f(x)= F[/itex], and [itex]\lim_{x\to a} g(x)= G[/itex], then [itex]\lim_{x\to a} f(x)+ g(x)= F+ G[/itex] and [itex]\lim_{x\to a} f(x)g(x)= FG[/itex]" to show that any polynomial is continuous for all x.
 
  • #7
Hello HallsoIvy,

Thank you for your response. I just receive quick calculus by taylor and it has what you are explaining at the end of your post. I don't quite understand it at the moment I just started self-studying about a week and a half ago. Can you suggest some resources that may help me understand?

I know of khan academy and mit ocw.

EDIT: I understand what you are explaining up until "typically, what we do is prove the..."
 
  • #8
Just to be sure, I don't want to go around tossing out inaccurate advice. My explanation is correct and does suffice for this instance, right? As the instructor just simply wrote down the limit=0 on the board, I just felt like a simple "this is where that came from" answer was all that was needed.
 
  • #9
I understand it now. you are both very helpful. thank you again!
 
  • #10
Jesse H. said:
Just to be sure, I don't want to go around tossing out inaccurate advice. My explanation is correct and does suffice for this instance, right? As the instructor just simply wrote down the limit=0 on the board, I just felt like a simple "this is where that came from" answer was all that was needed.

Sure, but you should have mentioned somewhere that it only holds for functions f that are continuous. The method certainly does not work for all possible functions f. So I guess that the important part is that f(x)=x is continuous and that the method therefore works.
 
  • #11
Jesse H. said:
Just to be sure, I don't want to go around tossing out inaccurate advice. My explanation is correct and does suffice for this instance, right? As the instructor just simply wrote down the limit=0 on the board, I just felt like a simple "this is where that came from" answer was all that was needed.
Yes, for this particular problem what you said was correct. I just wanted to make sure that no one got the impression that we find limits, in general, by simply evaluating the function!
 
  • #12
jimmyly said:
Hello HallsoIvy,

Thank you for your response. I just receive quick calculus by taylor and it has what you are explaining at the end of your post. I don't quite understand it at the moment I just started self-studying about a week and a half ago. Can you suggest some resources that may help me understand?

I know of khan academy and mit ocw.

EDIT: I understand what you are explaining up until "typically, what we do is prove the..."
I assume that you have seen the basic definition of "limit":
[itex]\lim_{x\to a} f(x)= L[/itex] if and only if, given [itex]\epsilon> 0[/itex], there exist [itex]\delta> 0[/itex] such that is [itex]|x- a|< \delta[/itex] then [itex]|f(x)- L|<\epsilon[/itex].

In particular, if f(x)= C, a constant, then [itex]|f(x)- C|= |C- C|= 0[/itex] which is always less than any positive [itex]\epsilon[/itex] so [itex]\lim_{x\to a} C= C[/itex]. If f(x)= x, then [itex]|f(x)- a|= |x- a|< \epsilon[/itex] so it is enough to take [itex]\delta= \epsilon[/itex].

If [itex]\lim_{x\to a} f(x)= L[/itex], it follows, as above, that given [itex]\epsilon> 0[/itex], there exist [itex]\delta> 0[/itex] such that if [/itex]|x- a|< \delta[/itex] then [itex]|f(x)- L|< \epsilon[/itex]. But in that case, |C||f(x)- L|= |Cf(x)- CL|< \epsilon[/itex] also, so
[itex]\lim_{x\to a} Cf(x)= CL[/itex].

If [itex]\lim_{x\to a} f(x)= F[/itex] and [itex]\lim_{x\to a} g(x)= G[/itex], then, given [itex]\epsilon> 0[/itex] there exist [itex]\delta_1> 0[/itex] such that if [itex]|x- a|< \delta_1[/itex] then [itex]|f(x)- F|< \epsilon/2[/itex] and [itex]\delta_2> 0[/itex] such that if [itex]|x- a|< \delta_2[/itex] then [itex]|g(x)- G|< \epsilon[/itex].
([itex]\delta_1[/itex] and [itex]\delta_2[/itex] are not necessarily the same- we will handle that in a minute. Also note the "[itex]\epsilon/2[/itex]". Since [itex]\epsilon[/itex] could be any positive number, and [itex]\epsilon/2[/itex] is also positive, we can use that as well. You will see why we want [itex]\epsilon/2[/itex].)

If we define [itex]\delta[/itex] to be the smaller of [itex]\delta_1[/itex] and [itex]\delta_2[/itex], then if [itex]|x- a|< \delta[/itex] we have both [itex]|x- a|< \delta_1[/itex] and [itex]|x- a|< \delta_2[/itex], so that [itex]|f(x)+ g(x)- (F- G)|= |f(x)- F+ g(x)- G|\le |f(x)- F|+ |g(x)- G|<\epsilon/2+ \epsilon/2= \epsilon[/itex]. That is, if [itex]\lim_{x\to a} f(x)= F[/itex], [itex]\lim_{x\to a} g(x)= G, then [itex]\lim_{x\to a} f(x)+ g(x)= F+ G[/itex].

Those proofs are in any Calculus text.
 
  • #13
Ok, thank you for the clarification. When you're just now learning something, less is more I think. I tend to get bogged down by proofs and theorems when learning new material. It's easier for me to understand the process "numerically" and be able to get an answer, and then go back and see how this is true symbolically.
 
  • #14
Jesse H. said:
Just to be sure, I don't want to go around tossing out inaccurate advice. My explanation is correct and does suffice for this instance, right? As the instructor just simply wrote down the limit=0 on the board, I just felt like a simple "this is where that came from" answer was all that was needed.

micromass said:
Sure, but you should have mentioned somewhere that it only holds for functions f that are continuous. The method certainly does not work for all possible functions f. So I guess that the important part is that f(x)=x is continuous and that the method therefore works.
Note, further, that "continuous" is defined as having the property that [itex]\lim_{x\to a} f(x)= f(a)[/itex]. In fact, "almost all" functions are not continuous at any point. What is true is that the property of being continuous is so useful that almost all of the functions we use are continuous.
 

What is the differential-continuity theorem?

The differential-continuity theorem is a fundamental concept in mathematics and physics that relates the derivative of a function to its continuity. It states that if a function is differentiable at a point, then it must also be continuous at that point.

How is the differential-continuity theorem used in calculus?

In calculus, the differential-continuity theorem is used to prove the differentiability of a function. This is done by showing that the function is continuous at a given point and then using the definition of the derivative to prove that it is differentiable at that point.

Can the differential-continuity theorem be applied to all types of functions?

Yes, the differential-continuity theorem can be applied to all types of functions, as long as they are defined and continuous at the point in question. However, some special types of functions, such as piecewise functions, may require additional techniques to prove their differentiability.

What is the relationship between the differential-continuity theorem and the Mean Value Theorem?

The differential-continuity theorem is a special case of the Mean Value Theorem. The Mean Value Theorem states that if a function is continuous on a closed interval and differentiable on the open interval, then there exists a point within the interval where the slope of the tangent line is equal to the slope of the secant line. The differential-continuity theorem is a specific case where the point is the same as the endpoint of the interval.

How is the differential-continuity theorem applied in real-world problems?

The differential-continuity theorem is applied in real-world problems to determine the rate of change of a quantity at a specific point. For example, it can be used to calculate the velocity of a moving object at a given time or the rate of change of a function representing a physical phenomenon.

Similar threads

Replies
15
Views
1K
Replies
3
Views
1K
Replies
4
Views
2K
  • Calculus
Replies
9
Views
2K
  • Science and Math Textbooks
Replies
3
Views
796
  • Calculus
Replies
4
Views
3K
Replies
11
Views
2K
Replies
3
Views
1K
Replies
4
Views
5K
  • Calculus and Beyond Homework Help
Replies
7
Views
272
Back
Top