Examples of limits in nature with $\lim_{x \to c}f(x) \neq f(c)$

733 Views Asked by At

Next week I will start teaching Calculus for the first time. I am preparing my notes, and, as pure mathematician, I cannot come up with a good real world example of the following.

Are there good examples of \begin{equation} \lim_{x \to c} f(x) \neq f(c), \end{equation} or of cases when $c$ is not in the domain of $f(x)$?

The only thing that came to my mind is the study of physics phenomena at temperature $T=0 \,\mathrm{K}$, but I am not very satisfied with it.

Any ideas are more than welcome!

Warning

The more the examples are approachable (e.g. a freshman college student), the more I will be grateful to you! In particular, I would like the examples to come from natural or social sciences. Indeed, in a first class in Calculus it is not clear the importance of indicator functions, etc..

Edit

As B. Goddard pointed out, a very subtle point in calculus is the one of removable singularities. If possible, I would love to have some example of this phenomenon. Indeed, most of the examples from physics are of functions with poles or indeterminacy in the domain.

9

There are 9 best solutions below

0
On

If $f(t)$ is the number of humans alive at time $t$, then there is a discontinuity of $f$ at every time a human is born or dies.

The same logic holds for bank accounts, disk space, the number of molecules of caffeine in your body, and all other discrete phenomena.

2
On

One discontinuous phenomenon in physics is the electric field above and below a surface with uniform positive charge density $\sigma$. The field above the sheet is pointing directly upwards with $E_\text{top} = +{\sigma \over 2\varepsilon_0} \hat k$ and that below being $E_\text{below} = -{\sigma \over 2\varepsilon_0} \hat k$. You could forgo the vector notation and simply use $+$ and $-$ to distinguish the two.

Reference: any college-level physics textbook, say Griffiths.

0
On

Well, it's your chance to make a point about removable singularities. Students tend to think that the functions $x+3$ and $(x^2-9)/(x-3)$ are the same, but there is that one point where they're different. "Meh! What's one little point among so many?" (I wish) they would ask. All of differential calculus is about that one point, I (would) answer. The derivative is exactly this sort of limit. It's not really a "real world" example, but it's pretty darn concrete.

7
On

If instantaneous elastic collisions count as real world then the speed $f(t)$ of a ball traveling at constant speed $v$ and hitting a wall at $t = t_0$ is $v$ for $t \lt t_0$, $0$ at $t = t_0$, and $-v$ for $t \gt t_0$, so both lateral limits exist at $t_0$ but are different between them and different from $f(t_0)$.


[ EDIT ] As posted, $f(t)$ is considered to be the signed linear speed along the direction of movement, which is assumed to be perpendicular to the wall.

Replacing this with the magnitude of the speed $|f(t)|$ gives a function that equals $v$ for all $t \neq t_0$ and is $0$ at $t = t_0$, which is an example where $lim_{t \to t_0} |f(t)|$ exists, but is different from $|f(t_0)|$.

4
On

Every derivative you ever saw is an example. Suppose $f'(c)$ exists. Let $g(x) = (f(x) - f(c))/(x-c).$ Then $\lim_{x\to c} g(x) = f'(c).$ But $c$ is not in the domain of $g.$ This is the primordial example.

0
On

Navigation may provide interesting examples: you can fly west forever (if you don't start at one of the poles) but you can't fly north forever (from anywhere on the earth).

0
On

A simpler version of the example of @AOrtiz:
Consider a glass of water, and the function $\Delta(h)=$ density at a point $h$ cm above the surface, in gm/ml. It’s $1$ when $h<0$, $0$ (or a very small $\varepsilon$) when $h>0$, and I’m sure that you’ll agree that any reasonable definition of density at a point will return $\Delta(0)=1/2$.

I’ve never used this example in teaching, but it seems to me that it would be very thought-provoking.

0
On

A $10$ cm length of spring steel wire with a breaking tension of 1 kg is formed into a spring of length $1$ cm.

With the spring suspended vertically, a $100$ gm weight attached to the end of the spring stretches it $1$ cm beyond its natural length. Assume Hooke's law holds until the spring is completely straightened out.

Graph the function $W(x)$ where $x$ is the number of centimeters the spring is stretched and $W(x)$ is the amount of weight in grams the spring is capable of supporting when stretched $x$ cm beyond its natural length.

What can you say about the graph of $y=W(x)$ in the vicinity of $x=9$?

0
On

One form of the Kronecker delta function (aka discrete delta function) is the one satisfying

$$ \delta(x) = \begin{cases} 1 & x = 0 \\ 0 & x \neq 0 \end{cases} $$

This usually crops up in discrete contexts, but it makes sense in this context too.

Another appearance of the same function is as the indicator function of the set $\{ 0 \}$. Recall that indicator functions are defined by

$$ \chi_S(x) = \begin{cases} 1 & x \in S \\ 0 & x \notin S \end{cases} $$