3

Ok dumb questions given all the questions I've asked before on this account, but here goes:


Example/Question 1: When we evaluate things like $\lim_{x \to 0} [2x^2 + 5x]$, is it actually improper to say like

$\lim_{x \to 0} [2x^2 + 5x] = \lim_{x \to 0} 2x^2 + \lim_{x \to 0} 5x$

$ = 2 \lim_{x \to 0} x^2 + 5\lim_{x \to 0} x$

$ = 2 (0) + 5 (0) = 0+0 = 0$

?


Context: This seems to be how it is done in, say, Stewart Calculus.

See the Stewart Calculus limit laws. The limit laws can be used ASSUMING certain limits involved exist in the 1st place.

So for example, I don't see how can we possibly say

$$\lim_{x \to 0} [2x^2 + 5x] = \lim_{x \to 0} 2x^2 + \lim_{x \to 0} 5x$$

when we haven't established that both $\lim_{x \to 0} 2x^2$ and $\lim_{x \to 0} 5x$ exist

What I think we should do is that the above kind of argument is scratch work and then the proper argument is as follows (similar to the $\varepsilon-\delta$ thing where we argue backwards from $\varepsilon$ to $\delta$ as scratch and then write the formal proof forwards from $\delta$ to $\varepsilon$):

  1. $\lim_{x \to 0} [2x^2 + 5x]$ exists as the sum of the following limits, if the following limits exist: $\lim_{x \to 0} 2x^2$, $\lim_{x \to 0} 5x$.

  2. $\lim_{x \to 0} 2x^2$ exists as 2 times the following limit, if the following limit exists: $\lim_{x \to 0} x^2$

  3. $\lim_{x \to 0} 5x$ exists as 5 times the following limit, if the following limit exists: $\lim_{x \to 0} x$

  4. $\lim_{x \to 0} x^2 = 0$

  5. $\lim_{x \to 0} x = 0$

  6. By (5) and (3), $\lim_{x \to 0} 5x$ exists and is equal to $5(0)=0$

  7. By (4) and (2), $\lim_{x \to 0} 2x^2$ exists and is equal to $2(0)=0$

  8. By (1), (6) and (7), $\lim_{x \to 0} [2x^2 + 5x]$ exists and is equal to $0+0=0$.

This seems very weird, unnatural, etc. For some reason ever since elementary calculus this is not what is being done. Yet, I think this should be the case otherwise we may fall into traps like $\lim_{x \to 0} \frac{x}{1} \frac{1}{x} = \lim_{x \to 0} \frac{x}{1} \lim_{x \to 0} \frac{1}{x} = (1)$(does not exist) = does not exist. I think I fell for this kind of trap here.

Please explain what's going on.


Example/Question 2: (a real multivariable example. I think there's an easy way to do this in single real, but I can't think of an example right now.)

Here, I am trying to argue that $\lim_{(x,y) \to (0,0)}e^{\frac{y}{x^2+y^2}}\cos(\frac{x}{x^2+y^2})$ doesn't exist because

$\lim_{\substack{(x,y) \to (0,0) \\ y=0}}e^{\frac{y}{x^2+y^2}}\cos(\frac{x}{x^2+y^2})$ doesn't exist because $\lim_{\substack{(x,y) \to (0,0) \\ y=0}}e^{\frac{y}{x^2+y^2}}\cos(\frac{x}{x^2+y^2}) = \lim_{\substack{x \to 0}}\cos(\frac{1}{x})$ and then because $\lim_{\substack{x \to 0}}\cos(\frac{1}{x})$ doesn't exist.

Actually, how is it even sensible to do this entire long list of limit equalities $$\lim_{\substack{(x,y) \to (0,0) \\ y=0}}e^{\frac{y}{x^2+y^2}}\cos(\frac{x}{x^2+y^2}) = (...) \text{long list of limit equalities} (...) = \lim_{\substack{x \to 0}}\cos(\frac{1}{x})$$

when we're not even sure that the limits exist?

Guess: Perhaps there's some implicit reductio ad absurdum here like 'suppose on the contrary that this limit exists. Then this limit equals (...) that limit. But that limit doesn't exist! Contradiction.'


Example/Question 3: Actually now I want to ask about $\lim_{\substack{x \to 0}}\cos(\frac{1}{x})$, but I'm afraid the post will become too broad (if it isn't already)... Update: Asked here.


Maybe related:

  1. Limit laws when not both limits exist

  2. Why use limit laws to verify continuity instead of direct substitution?

  3. Is it enough to show that $\lim_{x\rightarrow 0}\cos(1/x)$ doesn't exist to show that $\lim_{x \rightarrow0}(2x\sin(1/x)-\cos(1/x))$ doesn't exist?

  4. Why does this limit exist? Product of limits.

BCLC
  • 13,459
  • 2
    $$\lim_{x\to a}[ f(x)+g(x)]=\lim_{x\to a} f(x)+\lim_{x\to a} g(x)$$ if two of the limits are known to exist. – Thomas Andrews Oct 06 '21 at 17:10
  • 4
    Usually you break up a limit of a sum into a sum of limits. If you end up with a sensible answer, then that is the answer to the original limit. If you end up with a senseless answer (e.g., if one of the limits does not exist, or you end up with an indeterminate), then the "break up" was not necessarily valid and you need to go back and start over. One should do scratch work first, and check if $\lim f(x)$ and $\lim g(x)$ each exists, and then say "so $\lim(f+g) = (\lim f)+(\lim g)$..." But in practice that is too onerous and we use the writing short-cut. – Arturo Magidin Oct 06 '21 at 17:13
  • 2
    In short: if when you simplify you get something sensible, then the simplification is (almost certainly) okay and you can use it. If when you simplify you get some combination of things that include "does not exist", "infinity", "minus infinity", or "indeterminate", then the simplification is (almost certainly) not okay and you need to go back. – Arturo Magidin Oct 06 '21 at 17:14
  • @ArturoMagidin 'too onerous' --> OMG THANKS i've been lied to all this time!!!! but wait... – BCLC Oct 06 '21 at 17:14
  • 1
    On the example you have at the end of the first part, it's not correct to conclude, or even write, that $1(\text{does not exist})=\text{does not exist}$. As Arturo says, if you were to use a limit law to express your limit as a sum or product of two other limits, and found that one of the component limit did not exist, then your use of the limit law would be inconclusive. You would not arrive at a false conclusion, you would just have to do something else. – Kevin Long Oct 06 '21 at 17:17
  • @KevinLong see the 'onerous' thing, I think pedagogically speaking it is bad practice...or idk. right now i'm so fazed/dazed/(?) that i don't even know the right questions to ask but thanks for commenting. – BCLC Oct 06 '21 at 17:18
  • 2
    @KevinLong: I would qualify that you would not necessarily arrive at a false conclusion: what you get at the end may be correct or incorrect: you just have no way of knowing which it is. – Arturo Magidin Oct 06 '21 at 17:19
  • @ArturoMagidin Ok so that takes care of (question 1)...but now in general not necessarily for break ups eg (question 2) how do we justify talking about $\lim (something) = (...) = \lim (something else)$ and then $\lim (something else)$ doesn't exist and therefore the original $\lim (something)$ doesn't exist? if the end limit doesn't exist, then how come we can't similarly say that the one of the equalities is wrong? note: i'm so confused right now that i may be asking the wrong question. – BCLC Oct 06 '21 at 17:19
  • 1
    Think about what it would take to actually justify each and every step in each and every calculation you make. If you wanted to evaluate $17\times 16 - 17\times 15$, you would have to say "multiplication takes precedence over difference, so this means $(17\times 16)-(17\times 15)$; multiplication distributes over the difference, so we can write it as $17(16 - 15)$; difference is addition of additive inverses, so $16-15=1$, so the product is $17(1)$. Since $1$ is the multiplicative identity, this equals $17$. So $17\times 16 - 17\times 15 = 1$." (cont) – Arturo Magidin Oct 06 '21 at 17:21
  • 1
    (cont) We don't do that; we skip steps while trying to be aware of making sure the final answer makes sense. (If you were trying to figure out how much money is in your wallet and you tried to do the same with $17\times 15 - 17\times 16$ for some reason, since at the end you end up with a negative number you would probably go "Wait... there's some mistake here.") The point of Calculus is calculation. You want to use these techniques to actually calculate things. You are not crafting a careful logical argument. It takes hundreds of pages to fully justify $1+1=2$. – Arturo Magidin Oct 06 '21 at 17:23
  • @ArturoMagidin What I meant by that is that you would not fall into a "trap" as OP describes. If somebody who understood the limit laws arrived at $1(\text{does not exist})$, then they would know that their answer was inconclusive. – Kevin Long Oct 06 '21 at 17:24
  • 1
    @JohnSmithKyon: What you need to keep in mind is what those $=$ signs mean. Do they mean "inconditionally the same", or do they mean "provided something else happens"? For example, one limit law I teach is: if $f(x)$ and $g(x)$ take the exact same values everywhere near $a$, except perhaps at $a$, then $\lim_{x\to a}f(x) = \lim_{x\to a}g(x)$, in the sense that either they both exist and are equal, or neither exists; if one of them is $\infty$ or $-\infty$, so is the other one." Using that law would give you an inconditional $=$. The "sum of the limits" is conditional. – Arturo Magidin Oct 06 '21 at 17:25
  • @ArturoMagidin you can post your comments as answer for Q2 since Thomas Andrews didn't quite address question 2 exactly i think – BCLC Oct 06 '21 at 17:59
  • In practice a modified version of the limit laws is used together with a combination of well known limit formulas (proved beforehand). See this for the modified version of limit laws. – Paramanand Singh Oct 07 '21 at 02:05

1 Answers1

4

Question 1

We only know the limit of the sum is the sum of the limits if we know two of the limits exist.

So if you want to find the limit of $2x^2+5x,$ you might try the limits of $2x^2$ and the limit of $5x.$ But you are correct, you don’t know yet that these two limits exist.

Once you’ve proven the limits of $2x^2$ and $5x$ exist, you can conclude the limit of $2x^2+5x$ exists, and is the sum of the limits.

But you technically can’t write the equality until you’ve proven that both limits exist.

This is a case where people often still write it, informally, before it is proven. It is more an aspiration than an assertion of fact. It is a statement that you intend to prove the two limits exist, or, often, that the writer thinks it is obvious that the two limits exist, and thus is going to skip the proof.

It is certainly a risk to use such informal language, giving the reader a false impression, or even misleading the writer to write a false proof. A careful writer would write:

We want:$$\lim [2x^2+5x]=\lim 2x^2+\lim 5x$$

To give a hint at the aspirational nature of the statement. But this is often not done, even if the rest of the steps dp prove the two limits exists.

Question 2

If $\lim f(x)g(x)=M$ exists and $\lim f(x)=L\neq 0,$ then you can conclude that $\lim g(x)$ exists and is $M/L.$

But here, $\lim_{x\to 0}e^{1/x}$ actually converges to $0$ as $x\to 0-$ and diverges to $+\infty$ as $x\to 0+.$

If $\cos(1/x)$ converges to a non-zero value, then $e^{1/x}\cos(1/x)$ diverges, by the above comments.

But $\cos(1/x)$ could diverge, or $\cos(1/x)$ could converge to $0,$ and it is still possible for $e^{1/x}\cos(1/x)$ to converge.

So you will need another way to solve this problem.

Question 3

We can show that $\cos(1/x)$ diverges.

Assume a limit $L$ exists. Let $\epsilon=1.$ Let $\delta>0$ such that $|\cos(1/x)-L|<1$ when $|x|<\delta.$

Find $n>0$ such that $x_1=\frac1{2n\pi}<\delta.$ We have $x_2=\frac1{(2n+1)\pi}<x_1<\delta.$ $\cos(1/x_1)=1, \cos(1/x_2)=-1.$ So: $$2>|\cos(1/x_1)-L|+|\cos(1/x_2)-L|>|1-(-1)|=2.$$ We’ve reached a contradiction.

But that is not enough to show $\cos(1/x)e^{1/x}$ diverges.

Thomas Andrews
  • 177,126
  • thanks Thomas Andrews. this addresses question 1. what about question 2 please? – BCLC Oct 06 '21 at 17:32
  • (btw i'm not quite sure you addressed question 2 exactly but anyway Arturo Magidin kinda did in comments) – BCLC Oct 06 '21 at 17:59