Thursday, May 12, 2011

Calculus: Intuitive look at a limit

A limit looks at what happens to a function when the input approaches a certain value. The general notation:




Let's say that the function that we're interested in is f(x) = x2, and that we're interested in its limit as x approaches 2. Using the above notation:


One way to try to evaluate what this limit is would be to choose values near 2, compute f(x) for each, and see what happens as they get closer to 2:

One way to try to evaluate what this limit is would be to choose values near 2, compute f(x) for each, and see what happens as they get closer to 2. This is implemented as follows:


<>x <>f(x) = x2
1.71.81.91.951.991.999
2.893.243.613.80253.96013.996001



Here we chose numbers smaller than 2, and approached 2 from below. We can also choose numbers larger than 2, and approach 2 from above:


<>x <>f(x) = x2
2.32.22.12.052.012.001
5.294.844.414.20254.04014.004001



We can see from the tables that as x grows closer and closer to 2, f(x) seems to get closer and closer to 4, regardless of whether x approaches 2 from above or from below. For this reason, we feel reasonably confident that the limit of x2 as x approaches 2 is 4.

No comments:

Post a Comment