Prove a given limit using epsilon-delta

  • Thread starter Freye
  • Start date
  • Tags
    Limit
In summary: Therefore, $\lim_{x\to a}f(x)=0$ for all $a\in [0,1]$.In summary, we want to prove that for every epsilon, there exists a delta such that the limit of f(x) as x goes to a is zero for all a in [0,1]. To do this, we let epsilon be greater than 0 and find a delta such that if 0 is less than the absolute value of x minus a and the absolute value of x minus a is less than delta, then f(x) is less than epsilon. We can find this delta by choosing the natural number n that is closest to a and setting delta to be equal to 1 divided by
  • #1
Freye
28
0

Homework Statement



Suppose that A_n is, for each natural number n, some finite set of numbers in [0,1] and that A_n and A_m have no members in common if m=/n. Define f as follows:

f(x) = 1/n if x is in A_n
f(x) = 0 if x is not in A_n for any n

Prove that the limit of f(x) as x goes to a is zero for all a in [0,1]

Homework Equations


for every [itex]\epsilon[/itex] there exists a [itex]\delta[/itex] such that
0<|x-a|<[itex]\delta[/itex] : |f(x)-L|<[itex]\epsilon[/itex]

The Attempt at a Solution



Well I'm not even really sure how to start this one so maybe someone could just give me a hint for what to choose as my epsilon and hopefully I can take it from there.
 
Physics news on Phys.org
  • #2
A:Let $\epsilon>0$. We want to prove that for all $a\in [0,1]$, there exists $\delta>0$ such that $$0<|x-a|<\delta\implies |f(x)-0|<\epsilon$$This is equivalent to finding a $\delta>0$ such that$$0<|x-a|<\delta\implies f(x)<\epsilon$$Let $n$ be the natural number such that $A_n$ is the closest set of numbers containing $a$. Then, $|x-a|<\frac{1}{2n}$ implies $x\in A_n$. Since, by hypothesis, $A_n$ and $A_m$ have no members in common if $m\neq n$, this implies that $f(x)=\frac{1}{n}<\epsilon$ if $|x-a|<\frac{1}{2n}$. Thus, if we set $\delta = \frac{1}{2n}$, then we have $$0<|x-a|<\delta\implies f(x)<\epsilon$$
 

FAQ: Prove a given limit using epsilon-delta

What is the definition of a limit using epsilon-delta?

The definition of a limit using epsilon-delta is an algebraic approach to proving that a function approaches a specific value as its input approaches a certain value. It involves finding a value for delta (Δ) that corresponds to a given value for epsilon (ε) in order to show that the function's output will be within ε of the desired value for any input within Δ of the desired input.

How do you prove a given limit using epsilon-delta?

To prove a given limit using epsilon-delta, you must first set up the definition of the limit using the variables ε and Δ. Then, you must manipulate the equation to solve for Δ in terms of ε. Once you have found a value for Δ that satisfies the equation, you can use it to show that for any ε, there exists a Δ such that the function's output will be within ε of the desired value.

What are some common techniques used to prove a limit using epsilon-delta?

Some common techniques used to prove a limit using epsilon-delta include substitution, simplification, and manipulation of inequalities. These techniques involve using algebraic principles to find a value for Δ that satisfies the definition of the limit.

Can you give an example of proving a limit using epsilon-delta?

Sure, let's say we want to prove that the limit of the function f(x) = 2x + 3 as x approaches 4 is equal to 11. We set up the definition of the limit as |f(x) - 11| < ε, and manipulate the equation to solve for Δ in terms of ε. We get Δ = ε/2, which means that for any ε, we can choose a Δ = ε/2 and the function's output will be within ε of 11 for any input within Δ = ε/2 of 4.

Why is proving a limit using epsilon-delta important?

Proving a limit using epsilon-delta is important because it is a rigorous and precise method of determining the behavior of a function near a specific point. It allows us to make accurate mathematical statements about the behavior of a function without relying on intuition or graphical analysis. This method is also used in many areas of mathematics and science, such as calculus, analysis, and physics, making it an essential skill for any scientist or mathematician.

Back
Top