- 42,895
- 983
All I can say is that Mark44 is completely correct. The limit is NOT necessarily the value of the function and, in particular, some thing like [itex](x^2- 4)/(x- 2)[/itex] is NOT defined at x= 2.
Yes, I did mean that, sorry - but can you please tone down your language a bit? I'm just trying to understand this.jbunniii said:I assume you mean "at x=0", but in any case the rest is bunk.
Yes, and the definition I read says that the limit of the ratio of the derivatives must exist as x approaches the limiting value, which I took to mean that the derivatives must exist at that point.jbunniii said:Have you read what L'Hopital's rule says? It does NOT require either continuity or differentiability at the limit point.
Okay, so f'(x) and g'(x) must exist on the open interval (a,b), but not necessarily at x=a? I don't understand how L'Hopital works on a discontinuous function such as the one you've suggested. The proof I have in front of me uses the Cauchy Mean Value Theorem to prove L'Hopital, but does that apply to discontinuous functions?jbunniii said:From, e.g., Apostol's "Calculus, Vol. 1":
Theorem 7.9. L'Hopital's rule for 0/0. Assume f and g have derivatives f'(x) and g'(x) at each point x of an open interval (a,b), and suppose that
[tex]\lim_{x\rightarrow a^+}f(x) = 0[/tex]
and
[tex]\lim_{x\rightarrow a^+}g(x) = 0[/tex]
Also assume that
[tex]g'(x) \neq 0[/tex]
for each x in (a,b). If the limit
[tex]\lim_{x \rightarrow a^+} \frac{f'(x)}{g'(x)}[/tex]
exists and has the value L, say, then the limit
[tex]\lim_{x \rightarrow a^+} \frac{f(x)}{g(x)}[/tex]
also exists and has the value L. [end statement of theorem]
Neither f'(a) nor g'(a) (nor for that matter, f(a) or g(a)) is required to exist.
Okay, thanks, guys. As I said in my earlier posts, I suspected that I had a basic misunderstanding somewhere, and I guess this must be it.HallsofIvy said:All I can say is that Mark44 is completely correct. The limit is NOT necessarily the value of the function and, in particular, some thing like [itex](x^2- 4)/(x- 2)[/itex] is NOT defined at x= 2.
Yes, I did mean that, sorry - but can you please tone down your language a bit? I'm just trying to understand this.
Yes, and the definition I read says that the limit of the ratio of the derivatives must exist as x approaches the limiting value, which I took to mean that the derivatives must exist at that point.
Okay, so f'(x) and g'(x) must exist on the open interval (a,b), but not necessarily at x=a? I don't understand how L'Hopital works on a discontinuous function such as the one you've suggested. The proof I have in front of me uses the Cauchy Mean Value Theorem to prove L'Hopital, but does that apply to discontinuous functions?
belliott4488 said:I don't understand how L'Hopital works on a discontinuous function such as the one you've suggested.
No, I probably got too snippy because it seemed like some of the earlier responses I got just kept repeating the same assertion without explanation, which gets frustrating. Sometimes that's due to people not actually having an explanation, but there was no reason to assume that here.jbunniii said:Sure, and I apologize for becoming a bit impatient. It sounded like you were telling us all that we didn't know what we were talking about and didn't understand basic calculus, but perhaps that was a misread on my part.
Yes, that is what it does.jbunniii said:I'm not sure of the specifics of your proof, but I bet it's stated in such a way that it never evaluates f or g at the point a, but only at points arbitrarily close to a. (i.e., on an interval of the form (a,b)). Under the hypotheses of L'Hopital's rule, the mean value theorem applies on (a,b), but not on any interval that INCLUDES the point a.
Once again, my understanding was too naive. I had thought it was telling us exactly what value of the function is at a, in cases where we could not examine the function directly, but now I see that's really not correct.jbunniii said:Well, it works the same as if the function were continuous, because it doesn't actually make any claim about the value of the ratio AT the point a, only the limit as you approach a.
Thanks - I've got a much better picture in my head now. c is not the "true" value of the function, which we had simply been unable to find explicitly before application of L'Hopital; rather, it is a the value towards which the function tends, and therefore which makes the function continuous at that point, but which we must insert "by hand". Close enough?jbunniii said:It can be useful for example, if you WANT to define a continuous function but you need to know "what value should I assign at x=a that will make the function continuous?"
For example, if I want to define a function of the form sin(x)/x, this expression itself is undefined at x=0, but I may be able to continuously extend it to x=0 by defining
f(x) = sin(x)/x if x is nonzero
f(0) = c
Then L'Hopital's rule will tell me what value of c (if any) will make f continuous.
Okay! You've now convinced me of what I suspected all along: a deeper understanding of this question requires more mathematical knowledge than I possess! I'm overwhelmed, but thanks again, guys.Hurkyl said:In calculus, we usually don't actually care about the values of functions at individual points; it's the "bulk" behavior of the function that we're really interested in. So the thing we often do is to take the "continuous extension" of whatever partial function we have described. Unfortunately, this step doesn't often seem to be explicitly mentioned in introductory courses.
For example, consider the expression* f(x) := x/x. f(x) is constructed by taking the "diagonal" function [itex]\Delta(x) = (x, x)[/itex] with the "division" partial function [itex]q(x, y) = x/y[/itex].
q is only a partial function, because it's defined only for those (x, y) with y nonzero.
Alas, this means f is also merely a partial function, because the image of [itex]\Delta[/itex] does not lie in the domain of q. In particular, f is undefined at 0.
However, the limit of f at 0 exists; the "continuous" extension of f plugs this hole, and is the constant function 1.
*: x is a variable whose domain is all real numbers
belliott4488 said:Thanks - I've got a much better picture in my head now. c is not the "true" value of the function, which we had simply been unable to find explicitly before application of L'Hopital; rather, it is a the value towards which the function tends, and therefore which makes the function continuous at that point, but which we must insert "by hand". Close enough?
I think I get it, but my intuition is going to take a little longer to catch up. I still want to say that the "hole" in the function reflects only our inability to state the "true" value of the function, but that the limit allows us to discover the "true" value that belongs in the hole .. but that's not very mathematical, is it? I'll work on fixing my intuition.
Well, now that you say it explicitly, it seems kind of obvious. I guess my intuition is catching up with my intellect.HallsofIvy said:Unfortunately, many students in Calculus I or Precalculus get the impression that "limit" is just a fancy way of talking about the value of a function! It happens that for continuous functions, the limit is equal to the value of the function.
Now, that's just crazy talk!HallsofIvy said:just happens that because continuous functions are easy to work our ways of writing functions have developed so that all of the functions that we can write as easy formulas are continuous. Actually "almost all" functions (in a very specific sense) are not continuous any where!
belliott4488 said:Now, that's just crazy talk!HallsofIvy said:just happens that because continuous functions are easy to work our ways of writing functions have developed so that all of the functions that we can write as easy formulas are continuous. Actually "almost all" functions (in a very specific sense) are not continuous any where!
Any way to explain that to a non-mathematician? Are you using the word "function" in a more general and abstract way than the usual layman's way of using it?