Processing math: 100%

Analyzing f(x)=1x

If you haven't already read my previous post, I suggest you do that now, as it lays the foundation for this article.

Recalling the definition of a limit

The statement limxaf(x)=L has the following precise definition. Given any real number ε>0, there exists another real number δ>0 so that if0<|xa|<δ,then|f(x)L|<ε

Given that f(x)=1x, let's prove that limx4f(x)=14.

Again, we try to find a good δ, we can start off with |1x14|<ε|4x4x|<ε141x|4x|<ε141x|x4|<ε|x4|<4xε

Ok, we have our |4x|, but, we can't have ε dependant on x. Let's see what we can do about that 1/x on the left, since we have an opportunity to get rid of it on the right hand side. Knowing that we want to keep x close to 4, let's declare the following |4x|<11<x<13<x<5 Ok, this is looking interesting, let's choose the small x, namely 3, because, you know, mathematicians aren't afraid of thinking small... keeping that in mind let's take the reciprocal of this inequality 15<1x<13 And, there we have it, we can use δ=12ε provided that |x4|<1, or more precisely, min(12ε,1). Why can we say this?

  • The fact that 1/x>0
  • The fact that 1/4 is in the interval (15,13)
  • Let f(x)=1x. Then limx4f(x)=14.

    Using the precise definition; If 0<|x4|<δ, then |f(x)14|<ε

    Let ε>0, if |x4|<1 then δ=min(12ε,1) and 1x<13. Therefore we have |f(x)14|=|1x14|=|4x4x|=141x|4x|=141x|x4|<1413|x4|<1413δ<112δ<11212ε|f(x)14|<ε

    Let's not lose track of our goal here. What we just proved, was that if we satisfy the conditions provided in the proof, the function will be within a certain ε of 1/4. Or, to put it another way, the output will be as close as we want it to 1/4. You can test these out by plugging some values into x and see what happens.

    With a little bit of thought, we can see that is false to say limx01x=0. Or put another way, it's not true that for every ε>0, we can find a |x0| that makes |f(x)0|<ε. There is no |f(x)| <ε! Or, let's say we want to be within 1/100 of 0. So we have to satisfy |x0|<1/100 and |f(x)0|<1/100. Observe  Let x=1/100|x0|=|1/1000|=|1/100| And we have |1x0|=|11100|=1100=100 As a matter of fact, the smaller we make |x0|, the larger |f(x)0| becomes. We say that f(x), which reads "F of x, approaches infinity." And if we think about this for a moment, it makes perfect sense, if we keep in mind that 1x=1x1 So how do we prove that limx01x=? Or put another way, how do we prove that the function grows without bounds, as the input approaches 0? First, let's, define precisely what it means for a limit to approach infinity.

    limxaf(x)= means that for every positive number M there is a positive number δ such that f(x)>M whenever 0<|xa|<δ

    This is basically saying what we just showed previously, but in a more formal way. We can make f(x) bigger than any number, whenever we make x close to a, but not a itself, hence the 0<|xa|<δ.

    All right, let's prove it for 1/x. First we need to find a δ that works. So, we want δ, such that f(x)>M f(x)>M=1x>M whenever 0<|x0|<δ1>xMx<1M whenever |x|<δ So now we have δ=1M

    By definition limx01x= means that for every positive number M there is a positive number δ such that 1x>M whenever 0<|x0|<δ

    Let M>0, choose δ=1M. If 0<|x0|<δ. Observe |x|<δx<δ1x>1δ1x>11M1x>M Thus by definition, limx01x=

    Ok, let's do more testing. Let's use δ=1/10, so that means we have to choose a |x|<1/10. So, let's use 1/100. Plugging it into 1/x, remembering that M=10 we get 11100=11001=100>10

    I know, it seems like a lot of hand waving. But that's part of mathematics, I like to call it "creative trickery".