Solving Epsilon Delta Proof: |x^2 - 9| < ε

kramer733
Messages
322
Reaction score
0

Homework Statement



if |x-3| < ε/7 and 0 < x ≤ 7 prove that |x^2 - 9| < ε

Homework Equations





The Attempt at a Solution



So ths is what I did so far.

|x+3|*|x-3| < ε (factored out the |x^2 - 9|)

|x+3|*|x-3| < |x+3|* ε/7 < ε (used the fact that |x-3| < ε/7)

|x+3|* ε/7 *7 < ε*7|x-3| < ε/7*7 (multiplied both sides of the inequality by 7)

I suck at epsilon delta proofs and have no idea where to go from here.
 
Physics news on Phys.org
kramer733 said:

Homework Statement



if |x-3| < ε/7 and 0 < x ≤ 7 prove that |x^2 - 9| < ε

Homework Equations





The Attempt at a Solution



So ths is what I did so far.

|x+3|*|x-3| < ε (factored out the |x^2 - 9|)

|x+3|*|x-3| < |x+3|* ε/7 < ε (used the fact that |x-3| < ε/7)

|x+3|* ε/7 *7 < ε*7|x-3| < ε/7*7 (multiplied both sides of the inequality by 7)

I suck at epsilon delta proofs and have no idea where to go from here.
It looks to me like the problem should read something like:
if |x-3| < ε/7 and 0 < x-3 ≤ 1, prove that |x2 - 9| < ε​
Otherwise you can only show that |x2 - 9| < (10/7) ε .

More importantly, you are to prove that |x2 - 9| < ε. The way you are trying to go about this is to assume the fact which you are trying to prove. That is not a valid way to go about this.

Added in Edit:

I had a typo originally. See the correction in Red.
 
Last edited:
How do i get started on this proof then/?
 
kramer733 said:
How do i get started on this proof then/?

If x-3 ≤ 1, what does that say about x+3 ?
 
x+3<7
 
kramer733 said:
x+3<7
Correct.

I suppose I should have asked "What if -1 ≤ x-3 ≤ 1" or any suitable left hand value.

So, if 5 ≤ x+3 ≤ 7, then you can definitely say that |x+3| ≤ 7 . Correct?
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top