Prove limits using epsilon delta definition

fire sword
Messages
4
Reaction score
0

Homework Statement


http://store2.up-00.com/Sep12/JB498124.jpg


2. The attempt at a solution
No attempts because i can't understand how to solve it
 
Last edited by a moderator:
Physics news on Phys.org
HOW have you been given definitions of the trig functions??
 
the teacher want it by epsilon delta def only
 
if u have examples for these types of problems u could provide me with it
and i will try to understand
 
There is no epsilon definition of the sine and cosine functions.
I asked you how you have been defined THOSE functions?
Have they been proven, or defined as, continuous, for example?
Have you been given them as by representations of solutions of eigen value problems, or as exaples of power series?
 
he only explained delta-epsilon definition for normal functions and gave us these to think how to prove them
 
Well, then ASSUME that he regards that sine and cosine are CONTINUOUS functions (and that that is, therefore, allowable for you, as a student).
Make this an EXPLICIT assumption if you make a detailed reply.
Which of the limits are you thereby able to prove, given that assumption?
 
Well, we really can't help you until you give us a definition of sine and cosine...
 
You could do this without any definitions for sin and cos.

Are you allowed to use the mean value theorem yet is my only question? If so then these are all possible to do using ε-δ.

Otherwise the squeeze theorem would be the only other plausible way.
 
  • #10
Zondrina said:
You could do this without any definitions for sin and cos.

How can you possibly show that sin is continuous without defining sin?
 
  • #11
micromass said:
How can you possibly show that sin is continuous without defining sin?

I suppose I see what you're saying here ^, but continuity of sin alone over ℝ would be sufficient enough to show that |sinx - sina| < ε

I would assume the continuity of sin was trivial though?
 
  • #12
Zondrina said:
I suppose I see what you're saying here ^, but continuity of sin alone over ℝ would be sufficient enough to show that |sinx - sina| < ε

I would assume the continuity of sin was trivial though?

The first question requires him to show continuity of sine. So I don't think he can assume that.
 
  • #13
micromass said:
The first question requires him to show continuity of sine. So I don't think he can assume that.

Hmm that is a problem then. If you're not even given the fact that sin is continuous or any info about sin ( let alone the mean value theorem which is much later in any calculus course ), I don't think it would be possible to show this...

According to the OP, the professor threw a curve ball. More info would be needed I guess.
 
  • #14
micromass said:
The first question requires him to show continuity of sine. So I don't think he can assume that.

Nope.
It might be the question-for-the-Dummies:
Merely REFER to the general definition of continuity in order to show that you understand what it actually means that a continuous function is..continuous.

Given the next questions, though, OP has simply forgotten what he has told in lecture about the BEHAVIOUR of the trig functions.
 
  • #15
I hope that I'm not mistaken, but just start with the fact that |sin(x)|\leq|x| for all real numbers.

then prove that: |sin(x)-sin(a)| \leq |x-a|
you can also prove that |cos(x)-cos(a)| \leq |x-a|

That tells you why sin(x) and cos(x) is continuous. This solves the first and second problems.

But it's still very hard to prove all of those limits with epsilon-delta definition. also for the last two ones you can't write an epsilon-delta definition, because the limit tends to go to infinity.
 
  • #16
If you define \cos(\theta) and \sin(\theta) in the usual geometric way, as the x- and y- coordinates of a point at angle \theta on the unit circle, and you're willing to accept a simple geometric argument that these coordinates must approach (1,0) as \theta approaches 0, then this means that \cos and \sin are continuous at 0. From that, you can use trigonometric identities to get continuity elsewhere, for example
\sin(x+h) - \sin(x) = \sin(x)\cos(h) + \cos(x)\sin(h) - \sin(x)
so
\begin{align*}<br /> \lim_{h \rightarrow 0} (\sin(x+h) - \sin(x)) &amp;= \sin(x) \left(\lim_{h \rightarrow 0}\cos(h)\right) + \cos(x)\left(\lim_{h \rightarrow 0}\sin(h)\right) - \sin(x) \\<br /> &amp;= \sin(x) \cos(0) + \cos(x) \sin(0) - \sin(x) \\<br /> &amp;= \sin(x) + 0 - \sin(x) = 0<br /> \end{align*}
and therefore \sin is continuous at x. I'm not sure how you would turn this into a fully rigorous \epsilon-\delta argument, however.
 
Back
Top