- #1
1MileCrash
- 1,342
- 41
Firstly, I find the math syntax on this board incredibly difficult to use, so bear with me. Using any symbol makes the text appear on the next line... I don't know if it is my browser, or what, but I tried to make due. Sorry.
Construct an "epsilon minus delta" proof for each limit fact.
limit of x approaching 5 of:
(x^2 - 25) / (x - 5) = 10
-
Pre-work:
( x^2 - 25 ) / ( x - 5 )
=
( x + 5 )
0 < |x - 5| < (delta) => | ( x + 5 ) - 10 | < (epsilon)
| ( x - 5 ) | < (epsilon)
Proof:
| ( x^2 -25 ) / ( x - 5 ) | = | x - 5 | < (delta) = (epsilon)
Obviously a very simple problem since the limit statement and function are essentially the same, but I don't remember the exact "content" people are looking for when they want limits proven.
Homework Statement
Construct an "epsilon minus delta" proof for each limit fact.
limit of x approaching 5 of:
(x^2 - 25) / (x - 5) = 10
Homework Equations
-
The Attempt at a Solution
Pre-work:
( x^2 - 25 ) / ( x - 5 )
=
( x + 5 )
0 < |x - 5| < (delta) => | ( x + 5 ) - 10 | < (epsilon)
| ( x - 5 ) | < (epsilon)
Proof:
| ( x^2 -25 ) / ( x - 5 ) | = | x - 5 | < (delta) = (epsilon)
Obviously a very simple problem since the limit statement and function are essentially the same, but I don't remember the exact "content" people are looking for when they want limits proven.