Problem understanding a proof in Spivak Vol. 4

  • Thread starter Thread starter SheldonG
  • Start date Start date
  • Tags Tags
    Proof Spivak
SheldonG
Messages
50
Reaction score
0

Homework Statement


This is from Spivak, Vol. 4 Page 102-103

Given |x-x_0| < 1, |x-x0| < Epsilon/(2(|y_0|+1))

Also given |y-y_0| < Epsilon/(2(|x_0| + 1))

Prove |xy-x_0y_0| < Epsilon


Homework Equations


See above


The Attempt at a Solution



The proof proceeds clearly enough. Using |x-x_0| < 1, he shows that |x| < |x_0| + 1.

Then

|xy-x_0y_0| = |x(y-y_0) + y_0(x-x_0)|

< |x(y-y_0)| + |y_0(x-x_0)|

< (1+|x_x0|)*Epsilon/(2(|x0|+1)) + |y_0|*Epsilon/(2(|y_0|+1))

= Epsilon/2 + Epsilon/2 = Epsilon

So.. Q.E.D., but I do not understand the second term...

How is |y_0|*Epsilon/(2(|y_0| + 1)) = Epsilon/2 ??

Any help would be most appreciated. This is for self-study, so I am without a teacher.

Thanks,
Shelly
 
Physics news on Phys.org
That term, in fact, is not equal to \epsilon/2, it's merely less than it.

Try verifying the inequality

|y_0| \cdot \frac{ \epsilon}{2(|y_0|+1)} &lt; \frac{\epsilon}{2}.

Spivak's book was my first introduction to rigorous calculus too. In these proofs I remember trying to equate everything (and having it never work). It's quite frustrating at first! Just remember analysis is all about inequalities.

EDIT: Oh! Did you notice that that equal sign in the fourth line of your proof is supposed to be a less-than sign? Maybe that's where you got mixed up...?
 
Last edited:
Stringy - thank you *so* much. That is a tremendous help.

Much appreciated!

Shelly
 
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