Difference between revisions of "Talk:Limit"

Line 43: Line 43:
  
 
Because of the incorrect definition, when I read the example I didn't actually understand the closing remark: " Note that if our definition required only that <math>|x-c|<\delta</math>, the limit of this function would not exist."  I would correct the definition and then change that line to something like:  " Note that if our definition required only that <math>|x-c|<\delta</math>, (as opposed to <math>0<|x-c|<\delta</math>) the limit of this function would not exist." Actually I think that if you're writing for high school students it would be better to point out how important it is that the definition of limit doesn't involve evaluating the function {\em at} the limit point, but only {\em arbitrarily close} to the limit point. That was the point of your nice example. The reason for discussing limits in elementary calculus is to cope with quantities that appear to involve "0/0" in their definition. One way of coping is to invoke limits.  Another way is to find equivalent definitions that don't involve limits. Personally if I were expanding this page for high school students I wouldn't worry about presenting the notion of limit in its full generalized glory, unless I could make it so clear that the average high school calculus student would find it illuminating. --[[User:Jep|Jep]] 21:21, 7 May 2008 (UTC)
 
Because of the incorrect definition, when I read the example I didn't actually understand the closing remark: " Note that if our definition required only that <math>|x-c|<\delta</math>, the limit of this function would not exist."  I would correct the definition and then change that line to something like:  " Note that if our definition required only that <math>|x-c|<\delta</math>, (as opposed to <math>0<|x-c|<\delta</math>) the limit of this function would not exist." Actually I think that if you're writing for high school students it would be better to point out how important it is that the definition of limit doesn't involve evaluating the function {\em at} the limit point, but only {\em arbitrarily close} to the limit point. That was the point of your nice example. The reason for discussing limits in elementary calculus is to cope with quantities that appear to involve "0/0" in their definition. One way of coping is to invoke limits.  Another way is to find equivalent definitions that don't involve limits. Personally if I were expanding this page for high school students I wouldn't worry about presenting the notion of limit in its full generalized glory, unless I could make it so clear that the average high school calculus student would find it illuminating. --[[User:Jep|Jep]] 21:21, 7 May 2008 (UTC)
 +
 +
Okay, I rewrote parts of the article, in particular the definition.  I did put the limit in some of its generalized glory, if not all of it, but for good measure I also included a narrow definition (which isn't that different; it just has some arbitrary and unnecessary constraints).  Anyway, I think it's more of a topology thing than a calculus thing, since it has many applications outside of calculus, and in calculus, they're not necesssary&mdash;but let's not start that conversation. &mdash;[[User:Boy Soprano II|Boy Soprano II]] 21:29, 7 May 2008 (UTC)

Revision as of 17:29, 7 May 2008

AoPSWiki Article of the Day
Limit was the AoPSWiki Article of the Day for January 6th, 2008

Hello. I hastily created this article because I noticed we didn't have one on limits. I plan to add things such as proofs for uniqueness, multiplication, and addition, as well as stuff about continuity, left- and right-hand limits, infinite limits, continuous functions, etc., etc., etc. Please contribute if you'd like.


The article looks great. By the way, when you add something to a "Talk" page, add a "signature with time stamp" so everyone knows who said that. The code is two dashes (-) followed by four tildens (~).

--Xantos C. Guin 21:15, 29 June 2006 (EDT)

Oh, sorry; I thought everybody else could see it. That was me, by the way. Also, sorry about that stupid mixing-up of $\delta$s and $c$s. --~~

Whoops; I thought you had written "two tildes." All of the anonymous comments above were written by me. --Boy Soprano II 17:44, 30 June 2006 (EDT)

The "Existence of Limits" section needs work. (In particular, I think $f(x) = \frac{1}{x}$ is a bad example to start with -- $f(x) = \lfloor x \rfloor$ would be better.) Also, there is no mention in this article of infinite limits or limits to infinity, both of which are important. --JBL 14:41, 7 January 2008 (EST)


Regarding the limit of the function $f(x)=0$ for $x \ne 0$and $f(x)=1$ for $x=0$.

This function doesn't have a limit at x=0. Proof: Pick $\epsilon = 1/2$. There is no $\delta>0$ such that $|x-0|<\delta \implies |f(x)-0| < 1/2$ . For any $\delta$ that you pick I can pick $x=0$ and $|f(0)-0|>1/2$. Jep 00:15, 7 May 2008 (UTC)

Your last two sentences are correct, but they have little to do with the first one. For any $\epsilon, \delta >0$ the statement \[0 < |x-0| < \delta \implies |f(x)-0| < \epsilon\] is true. Hence $\lim_{x\to 0} f(x) = 0$. Do you see the difference between this (correct) criterion and yours?

On a different note, I think that this article should not be so rooted in real analysis. There is no discussion of the general, broad idea of "limit", just one narrow application and some details surrounding it. This is unfortunately, particularly as many of the details and adaptations of the reals obscure the main points about limits. Somebody (I?) should probably re-write most of the article and give it a different structure. —Boy Soprano II 02:53, 7 May 2008 (UTC)

I agree that the concept of limit is sufficiently important that it deserves more discussion.

Regarding the example, note that the definition of limit in the main text is different than the one you used above. Definition from main text:

We say that $\lim_{x\rightarrow c}f(x)=L$ iff

$\forall\epsilon>0\;\;\;\exists\delta>0$ such that

$|x-c|<\delta\implies|f(x)-L|<\epsilon$

The difference is that in the main text you have \[|x-0|<\delta\implies|f(x)-0|<\epsilon\] (I replaced c and L with 0's) and above you used \[0 < |x-0| < \delta \implies |f(x)-0| < \epsilon \quad .\] The zero on the left hand side of the inequality is crucial, no? --Jep 12:06, 7 May 2008 (UTC)

I think it is assumed that $x-c$ is not equal to 0... --1=2 12:48, 7 May 2008 (UTC)

It is correct that in the standard definition of limit, $|x-c| > 0$, but it isn't assumed. It is explicit. The definition in the main text holds only for continuous functions (i think). --Jep 13:00, 7 May 2008 (UTC)

Because of the incorrect definition, when I read the example I didn't actually understand the closing remark: " Note that if our definition required only that $|x-c|<\delta$, the limit of this function would not exist." I would correct the definition and then change that line to something like: " Note that if our definition required only that $|x-c|<\delta$, (as opposed to $0<|x-c|<\delta$) the limit of this function would not exist." Actually I think that if you're writing for high school students it would be better to point out how important it is that the definition of limit doesn't involve evaluating the function {\em at} the limit point, but only {\em arbitrarily close} to the limit point. That was the point of your nice example. The reason for discussing limits in elementary calculus is to cope with quantities that appear to involve "0/0" in their definition. One way of coping is to invoke limits. Another way is to find equivalent definitions that don't involve limits. Personally if I were expanding this page for high school students I wouldn't worry about presenting the notion of limit in its full generalized glory, unless I could make it so clear that the average high school calculus student would find it illuminating. --Jep 21:21, 7 May 2008 (UTC)

Okay, I rewrote parts of the article, in particular the definition. I did put the limit in some of its generalized glory, if not all of it, but for good measure I also included a narrow definition (which isn't that different; it just has some arbitrary and unnecessary constraints). Anyway, I think it's more of a topology thing than a calculus thing, since it has many applications outside of calculus, and in calculus, they're not necesssary—but let's not start that conversation. —Boy Soprano II 21:29, 7 May 2008 (UTC)