mbrmbrg said:
The current bug in my ear is indeterminate forms (limits of 0xinfty, 0/0, 1^infty, etc.). I see that they are indeterminate (heck, I do the problems!) but I want to know why.
Do you want to know why we can't assign definite values to expressions like 0/0 and 1^infinity? That's just because these expressions are shorthand for limit expressions that don't all have the same limit. For example, say we have:
[tex]\lim_{x \rightarrow a} f(x) = L[/tex]
[tex]\lim_{x \rightarrow a} g(x) = K[/tex]
where a might be infinity. Now if L and K are finite and non-zero, then we can safely say things like:
[tex]\lim_{x \rightarrow a} f(x)/g(x) = L/K[/tex]
[tex]\lim_{x \rightarrow a} f(x)^{g(x)} = L^K[/tex]
However, if we try to extend these expressions to cases where one of L or K is zero or infinite, we run into some problems. For example, if f(x)=x, g(x)=x
2, and a=0, then L=K=0, but how are we to interpret 'L/K' or 'K/L'. If you evaluate the corresponding limits, you find that the one corresponding to L/K is 0 while the one corresponding to K/L is infinity. But they both have the form '0/0'. It turns out that we can't extend the above expressions to cover all the cases where one or both of L or K is zero or infinity in a way that is correct for all possible limit expressions of each form.
If you want to go a little deeper and find the reason for this, you just have to understand that what we are essentially doing is looking at:
[tex]\lim_{x \rightarrow a, y \rightarrow b} h(x,y)[/tex]
for different functions h(x,y), such as x/y and x
y. These functions are not defined at certain points (eg, x/y is not defined along y=0), including at infinite values of x and y. In some of these cases (like x/y at x=0 and y=infinity), you can assign these functions values in such a way that the function becomes continuous at this point (ie, the limit of the function as you approach one of these points is just the value you've assigned to the function at that point). But at others (like x/y at x=y=0), you cannot do this, for the limits depend on precisely how you approach the points. 'How you approach the points' is determined by f(x) and g(x) above, and for these indefinite types, you have to work out the limit in each individual case.