\documentclass[12pt,std]{article} \usepackage{amsmath, amssymb, amsthm, amsfonts, amssymb, latexsym, hyperref, graphicx, color} \newtheorem{theorem}{Theorem} \newtheorem{lemma}{Lemma} \newtheorem{corollary}{Corollary} \newtheorem{claim}{Claim} \newtheorem{example}{Example} \newtheorem{property}{Property} \newtheorem{definition}{Definition} \begin{document} \begin{center} \textbf{The Definition of the Limit.} \end{center} \ Following is the definition of limit due to Weierstrass following the work of Bolzano (1817) and Cauchy (1821). For ease of understanding assume that $f: \mathbb{R} \rightarrow \mathbb{R} $. \begin{definition} The limit of a function $f$. $$ L = \lim_{x \rightarrow p} f(x) $$ means that for each positive number $\epsilon$ there is a number $\delta_\epsilon$ so that: \begin{eqnarray*} \mbox{If } 0 < |x-p| < \delta_\epsilon & \mbox{then} & |f(x) - L| < \epsilon. \end{eqnarray*} \end{definition} Equivalently: the limit of a function $f(x)$ as $x$ approaches $p$ is $L$ means that for each $\epsilon > 0$ there is a $\delta_\epsilon > 0$ (which is typically dependent on $\epsilon$) so that for all values of $x$ within $\delta_\epsilon$ of $p$ the corresponding $f(x)$ value is within $\epsilon$ of $L$. \ One can compare this to an archery contest between Robin Hood and a sequence of contestants trying to hit a bull's eye on a target. Each contestant makes the target bull's eye smaller than the previous one (the $\epsilon$'s) but Robin Hood can still hit inside the bull's eye by adjusting the angle of arrow within a certain range (the $\delta_\epsilon$ used to adjust his aim). The angle adjustments have to be finer and finer as the contestants narrow the size of the bull's eye. And he does this without every having to hit the exact center. The ``exact center'' is the point that Robin Hood is aiming for, and that point is the mathematical limit of the $\epsilon-\delta$ definition. Based on this idea I've created a ``limit game'' between archery challengers (player $\mathcal{E}$) and Robin Hood (player $\mathcal{D}$): \begin{center} \textbf{The limit game.} \end{center} \ The Limit game is played on the reals $\mathbb{R}$ and starts with a function $f$, a point $p$ and a number $L$, the function need not be defined at $p$. For example: $$f(x) = \frac {\sqrt x - 2}{x - 4}$$ where $p$ is the number $4$ and the function is not defined at $4$. \ There are two players: Player $\mathcal{E}$ and player $\mathcal{D}$. Player $\mathcal{E}$ goes first and picks a number $\epsilon >0$. Then player $\mathcal{D}$ must pick a number $\delta >0$; the number $\delta$ must have the property that if $t$ is within $\delta$ of $p$ (but not equal to $p$), then $f(t)$ is within $\epsilon$ of $L$. Algebraically: $$\mbox{If } 0 < |p-t| < \delta \mbox{ then } |L - f(t)| < \epsilon.$$ Then the play continues turn by turn, in the $n^{\mbox{th}}$ turn of play: player $\mathcal{E}$ picks a number $\epsilon_n$ then player $\mathcal{D}$ must pick a number $\delta_n > 0$ that satisfies the rules of the game ... and so on. \begin{figure}[h] \begin{center} \includegraphics[height=5.08 cm,width=8.51 cm]{LimitGame.eps} \caption{Player $\mathcal{D}$ selecting a good move.} \label{add} \end{center} \end{figure} \ Player $\mathcal{E}$ wins at the $n^{\mbox{th}}$ step of the game if player $\mathcal{D}$ cannot find a number that satisfies the rules of the game. Player $\mathcal{D}$ wins if $\mathcal{D}$ can always find a $\delta_n > 0$ that satisfies the rules of the game. \ Using the Robin Hood metaphor, $\mathcal{E}$ sets up a target for $\mathcal{D}$ to shoot at and with each turn $\mathcal{E}$ is allowed to make the target smaller and smaller (but never zero). \ Since this game has the possibility of being an infinite game, what is required for player $\mathcal{D}$ to win is for $\mathcal{D}$ to provide a ``winning strategy.'' (Alternatively, one can assume that each player makes their $n^{\mbox{th}}$ move in the time interval between $\frac 1n$ and $\frac 1{n+1}$ minutes before midnight and $\mathcal{D}$ wins if the game didn't end before midnight with a win on $\mathcal{E}$'s part.) \ Examples. For the following ``Gameboards'', determine who will win and give a winning strategy for that player: $$\begin{array}{llll} \mbox{a.)} & f(x) = 7x & p=3 & L = 21\\ \mbox{b.)} & f(x) = 7x & p=3 & L = 22\\ \mbox{c.)} & f(x) = x^2 & p= 2 & L =4 \\ \mbox{d.)} & f(x) = x^2 & p= \frac 12 & L = \frac 12 \\ \\ \mbox{e.)} & f(x) = x^2 & p=\frac 12 & L = \frac 14 \\ \\ \mbox{f.)} & f(x) = \frac{x^2 - 4}{x-2}& p=2 & L = 4 \\ \\ \mbox{g.)} & f(x) = \frac{x^2 - 4}{x-2}& p=2 & L = 3.5 \\ \\ \mbox{h.)} & f(x) = \frac{x^3 - 8}{x-2}& p=2 & L = ? \\ \\ \mbox{i.)} & f(x) = \frac{\sqrt x - 2}{x-4}& p =4 & L = \frac 12 \\ \\ \mbox{j.)} & f(x) = \frac{\sqrt x - 2}{x-4}& p =4 & L = \frac 14 \\ \\ \mbox{k.)} & f(x) = \frac{x^2 + 5x - 14}{x-2}& p=2 & L = ? \\ \\ \mbox{l.)} & f(x) = \frac 1x & p = 0 & L = 2 \\ \\ \mbox{m.)} & f(x) = \frac 1x & p = 0 & L = 1000 \\ \\ \mbox{n.)} & f(x) = \frac 1x & p = 0 & L > 0\\ \\ \mbox{o.)} & f(x) = \frac{45 - 5 x^2}{3-x} & p = 3 & L =30 . \end{array}$$ \ Theorem: The function $f: (a,b) \rightarrow \mathbb{R}$ is continuous at $(p, f(p))$ if and only if $p \in (a,b)$ and player $\mathcal{D}$ has a winning strategy for the point $p$ and $L = f(p)$. \ Lets do an example. We'll do exercise (o.) above. \noindent We claim that a wining strategy for $\mathcal{D}$ is as follows: If $\mathcal{E}$ selects $\epsilon$ then player $\mathcal{D}$ selects $\delta_\epsilon$ to be any positive number so that $\delta_\epsilon \le \frac \epsilon 5$. We now prove that this strategy works: \begin{proof} Suppose that $\epsilon>0$ and $\delta_\epsilon \le \frac \epsilon 5$. Then whenever $x$ is such that $|x - 3| < \delta_\epsilon$ we have: \begin{eqnarray*} \Big| \frac{45 - 5 x^2}{3-x} - 30 \Big | & = & \Big| \frac{5( 3+x)(3-x)}{3-x} -30 \Big | \\ & = & | 15 + 5x -30 | \\ & = & | 15 + 5x -30 | \\ & = & |5x - 15 | \\ & = & |5(x - 3) | \\ & < & 5 \delta_\epsilon = 5 \frac \epsilon 5 = \epsilon. \end{eqnarray*} Here's the scratch work that I used to figure out the $\delta$ that would work I want $$\Big| \frac{45 - 5 x^2}{3-x} - 30 \Big | < \epsilon.$$ So I did the same algebra to obtain: \begin{eqnarray*} \Big| \frac{45 - 5 x^2}{3-x} - 30 \Big | & = & \Big| \frac{5( 3+x)(3-x)}{3-x} -30 \Big | \\ & = & \vdots \\ & = & |5(x - 3) |. \end{eqnarray*} So I need $|5(x - 3) |<\epsilon$; solving for $|x-3|$: \begin{eqnarray*} |5(x - 3) | & < & \epsilon \\ |(x - 3) | & < & \frac \epsilon 5. \end{eqnarray*} So selecting $\delta_\epsilon \le \frac \epsilon 5$ should work; and indeed it does as the proof shows. Notice that $\delta$ is dependent on $\epsilon$. \end{proof} \ Let's see how Weierstrass's definition can be used to rigorously calculate a derivative. First we'll use Leibnitz' technique to derive the derivative of $f(x) = 5x^2$. \begin{eqnarray*} \frac{dy}{dx} & = & \frac{y(x+ dx) - y(x)}{dx} \\ & = & \frac{y(x+ dx) - y(x)}{dx} \\ & = & \frac{5(x+ dx)^2 - 5 \cdot x^2}{dx} \\ & = & \frac{5(x^2 + 2xdx +(dx)^2) - 5x^2}{dx} \\ & = & \frac{10xdx + 5(dx)^2}{dx} \\ & = & 10 x + 5dx \\ & = & 10x. \end{eqnarray*} \ Where the last step follows from the fact that $dx$ and hence $5dx$ is an infinitesimal which when added to something doesn't change its value. Now I'll use the definition of limit due to Weierstrass to prove that this is correct. The limit definition of the derivative is \begin{eqnarray*} \lim_{\Delta x \rightarrow 0} \frac{\Delta y}{\Delta x} & = & \lim_{ h \rightarrow 0} \frac{y(x+h) - y(x)}h \end{eqnarray*} Where I use $h = \Delta x$ to make the limit look more like what we saw in Calculus I. We want to prove that: \begin{eqnarray*} \lim_{ h \rightarrow 0} \frac{y(x+h) - y(x)}h & = & 10 x. \end{eqnarray*} \begin{proof} First observe that the number $x$ is some fixed number, like $x=3$. So as the limit game's player $\mathcal{E}$ tells us, suppose $\epsilon > 0$. Then player $\mathcal{D}$ needs to pick a $\delta_\epsilon$. Player $\mathcal{D}$'s strategy is to pick $\delta_\epsilon = \frac{\epsilon}{5}$. [How they decided this will be clear when we examine the calculations.] Then when $0 < |h - 0| < \delta$ we have: \begin{eqnarray*} \Big | \frac{y(x+h) - y(x)}h - L \Big| & = & \Big | \frac{5 (x+h)^2 - 5 \cdot x^2}h - 10x \Big| \\ & = & \Big | \frac{5(x^2 + 2x h +h^2) - 5x^2}h - 10x \Big| \\ & = & \Big | \frac{5x^2 + 10x h + 5h^2 - 5x^2}h - 10x \Big| \\ & = & \Big | \frac{10x h + 5h^2}h - 10x \Big| \\ & = & |10x + 5h -10x| \\ & = & |5h| = 5|h| < 5 \delta = 5 \frac \epsilon 5 = \epsilon.\\ \end{eqnarray*} Therefore for our choice of $\delta$, if $0<|h - 0| < \delta$ then \begin{eqnarray*} \Big | \frac{5 (x+h)^2 - 5 \cdot x^2}h - 10x \Big|& < & \epsilon. \end{eqnarray*} \end{proof} \end{document} \end{document} \begin{eqnarray*} \frac{dy}{dx}\Big|_3 & = & \frac{y(x+ dx) - y(x)}{dx}\Big|_{x=3} \\ & = & \frac{y(3+ dx) - y(3)}{dx} \\ & = & \frac{5(3+ dx)^2 - 5 \cdot 3^2}{dx} \\ & = & \frac{5(9 + 6dx +(dx)^2) - 45}{dx} \\ & = & \frac{30dx + 5(dx)^2}{dx} \\ & = & 30 + 5dx \\ & = & 30. \end{eqnarray*} $$\begin{array}{llll} \mbox{a.)} & f(x) = 7x & p=3 \\ \mbox{b.)} & f(x) = \frac{x^2 - 4}{x-2}& p=2 \\ \mbox{c.)} & f(x) = \frac{x^3 - 8}{x-2}& p=2 \\ \mbox{d.)} & f(x) = \frac{\sqrt x - 2}{x-4}& p =4 \\ \mbox{e.)} & f(x) = \frac{x^2 + 5x - 14}{x-2}& p=2 \\ \mbox{d.)} & f(x) = \frac 1x & p = 0 \\ \mbox{e.)} & f(x) = x^2 & p= 2 \\ \mbox{f.)} & f(x) = \sqrt x & p= 4 \\ \mbox{g.)} & f(x) = \sin(\frac 1x) & p= 0 \\ \mbox{h.)} & f(x) = x \sin(\frac 1x) & p= 0 \\ \end{array}$$