Delta Epsilon Limit Proof - f(x,y) = xy

In summary, to prove that xy=ab, you use the precise definition of a limit. You need to make x-a less than δ/2 and y-b less than δ/2. Then, it follows that δ/2-a < x< δ/2+a, δ/2-b < y< δ/2+b, and (δ/2-a)(δ/2-n) < xy < (δ/2+a)(δ/2+b).
  • #1
JeffNYC
26
0
How does one prove:

limit xy = ab
x-> a
y -> b

using the precise definition of a limit?

My attempt:

|xy-ab|<ϵ

for:

0<|x-a|<δ/2
0<|y-b|<δ/2

it follows that:

δ/2-a <x< δ/2+a
δ/2-b <y< δ/2+b

then:

(δ/2-a)(δ/2-n) < xy < (δ/2+a)(δ/2+b)

(δ^2/4-aδ/2-bδ/2 +ab) <xy< (δ^2/4+aδ/2+bδ/2+ab )

So -

|xy-ab|< (δ^2/4+aδ/2+bδ/2)

and I need to make

|xy-ab|<ϵ

At this point I feel a bit lost - anyone have any ideas for this proof?

Thanks,

Jeff
 
Physics news on Phys.org
  • #2
Yes, you want [itex]|xy- ab|< \epsilon[/itex] . Now, xy- ab= xy- ay+ ay- ab= y(x-a)+ a(y-b) so [itex]|xy- ab|\le |y||x-a|+ |a||y- b|[/itex]. Since y converges to b, you can make |y-b| as small as you like so you can make it less than [itex]\epsilon/2a[/itex]. The other term is a bit tricky. You need to make |y||x-a| less than [itex]\epsilon/2[/itex] but y is a variable. However, since y converges to b, you can make |y| less than |b|+1 so you can use that instead: since x converges to a, you can make [itex]|x-a|\le \epsilon/(|b|+ 1)< \epsilon/|y|[/itex].
 
  • #3
Any idea what's happening with the latex output?
 
  • #4
( I assume a,b ≠ 0 )

| x - a | < ε' hence | x∙y - a∙y | < ε' ∙ | y |
| y - b | < ε' hence | y∙a - b∙a | < ε' ∙ | a |

you sum both inequalities

| x∙y - a∙y | + | y∙a - b∙a | < ε' ∙ | y | + ε' ∙ | a |

you use the triangle inequality

| x∙y - a∙y | + | y∙a - b∙a | > | x∙y - a∙y + y∙a - b∙a | = | x∙y - a∙b |

define ε = ε' ∙ | y | + ε' ∙ | b |

now putting everything together yields : ...
 
Last edited:
  • #5
maybe multiplying works too?

-d1 + a < x < d1 + a
-d2 + b < y < d2 + b

=>
since -d1d2 < d1d2,

-d1d2-d1b-d2a < d1d2-d1b-d2a < xy - ab < d1d2 + d1b + d2a

then,

abs(xy - ab) < d1d2 + d1b + d2a

since a and b are fixed, as d1 and d2 go to zero, the abs goes to zero.

[edit: hm. no, the sign on the multiplication makes this an error.]
 
Last edited:

What is a Delta Epsilon Limit Proof?

A Delta Epsilon Limit Proof is a mathematical method used to prove the limit of a function, typically in the form of f(x,y) = xy. It involves using the concepts of delta and epsilon to show that for any given epsilon, there exists a corresponding delta that can be used to bound the difference between the function's output and the desired limit.

Why is a Delta Epsilon Limit Proof important?

A Delta Epsilon Limit Proof is important because it allows us to formally prove the existence of a limit for a given function. This is crucial in many areas of mathematics, as limits are often used to describe the behavior of functions and are essential in calculus and analysis.

What are delta and epsilon?

Delta and epsilon are mathematical variables used in the Delta Epsilon Limit Proof. Delta represents the distance between the input and the desired limit, while epsilon represents the desired level of accuracy or error. In the proof, we aim to find a value of delta that will ensure the function's output is within epsilon of the limit.

How do you perform a Delta Epsilon Limit Proof for f(x,y) = xy?

To perform a Delta Epsilon Limit Proof for f(x,y) = xy, we first assume that the limit exists and is equal to L. Then, we use the definition of a limit to find a value of delta in terms of epsilon, such that for any input x and y within delta of the limit, the output will be within epsilon of L. This can be done algebraically, by manipulating the equation f(x,y) = xy, or geometrically, by graphing the function.

Are there any limitations to the Delta Epsilon Limit Proof?

Yes, there are some limitations to the Delta Epsilon Limit Proof. It can only be used to prove the existence of a limit, not the value of the limit. It also requires the function to be defined and continuous at the limit point. Additionally, the proof can be quite complex and may not always be feasible for more complicated functions.

Similar threads

Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
Replies
14
Views
2K
  • Calculus
Replies
1
Views
1K
Replies
6
Views
2K
Replies
3
Views
911
  • Calculus
Replies
28
Views
3K
Replies
11
Views
1K
  • Calculus
Replies
9
Views
2K
Back
Top