Limit (mathematics)/Limits: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Guy vandegrift
m Guy vandegrift moved page Limits to Limit (mathematics)/Limits
 
(No difference)

Latest revision as of 16:02, 23 February 2024

Template:Big3

Basics

What are limits?

Limits are a way to calculate the value that a function approaches. For instance, we could calculate the value of the function f(x) as x approaches 2. Just as easily we can calculate the value of f(x) as x approaches 20, -2, π, 0, or even ∞.

Why would anyone need limits?

There are a number of reasons that someone might want to use limits:

1. To find the values of functions with asymptotes or missing points
2. To calculate the slope of a point in calculus
3. To prove derivatives in calculus

Notation

The notation of a limit function is fairly simple:

limxpf(x)=L

This says limit (lim) of f(x) as x approaches p is L.

Usually f(x) is substituted with the contents of the function like so:

limxpx2+2=L

Properties

limxα(f(x)+g(x))=limxαf(x)+limxαg(x)

limxα(f(x)g(x))=limxαf(x)limxαg(x)

limxα(f(x)g(x))=limxαf(x)limxαg(x)

limxα(f(x)/g(x))=limxαf(x)/limxαg(x)

limxαf(x)g(x)=limxαf(x)limxαg(x)

Sample Problem Set #1

Let's say we have the function f(x)=x2. If we want to find the limit as x approaches 4, then:

L=limx4x2+2

Using two properties of limits:

limxpx+b=limxpx+limxpb

and

limxpx2=(limxpx)2

Our problem becomes:

L=(limx4x)2+limx42

If we think about the graph of y=b, then we know that the y value never changes. Which means that at any point on that line, we can expect y to be equal to b. So, for any number b:

limxpb=b

For us, this means that:

limx42=2

See Also

Wikipedia: Limit of a function