Prove Sin(x):R->R is continuous

  • Thread starter Thread starter fraggle
  • Start date Start date
  • Tags Tags
    Continuous
fraggle
Messages
18
Reaction score
0
Prove Sin(x):R--->R is continuous

Homework Statement



Prove that Sin(x) from R to R is continuous using the epsilon delta definition of continuity and the following lemma:

denote the absolute value of x by abs(x)
Lemma: abs(x)>=sin(x)

Homework Equations



Could somebody please just tell me if my proof is correct?
The only possible problem that I see is here:
abs(sinp - sinq)=<abs[abs(p)-abs(q)]
thank you

The Attempt at a Solution



p,q are any points in R
denote the distance between p and q by d(p,q)

for each epsilon>0 choose 0<delta<epsilon
d(p,q)=abs(p-q)<delta

d(sinq,sinq)=abs(sinp - sinq)=<abs[abs(p)-abs(q)]=<abs(p-q)<delta<epsilon
 
Physics news on Phys.org


The only possible problem that I see is here:
abs(sinp - sinq)=<abs[abs(p)-abs(q)]

That is a problem since for p = 2, q = -1 it gives:

1.750768412 < 1
 
Last edited:


you want to show
|sin(x+h)-sin(x)|<epsilon
|sin(x+h)-sin(x)|=|cos(x+h/2)||sin(h/2)/(h/2)||h/2|
take it from there
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top