Using the definition of continuity prove a function is continuous.?

Click For Summary
The discussion focuses on proving the continuity of the function f(x) = sin x using the epsilon-delta definition of continuity. Participants emphasize the need to establish a relationship between |sin(x) - sin(x0)| and |x - x0|, leveraging known inequalities such as |sin(x)| ≤ |x| and |cos(x)| ≤ 1. The conversation highlights the importance of selecting an appropriate delta (δ) for any given epsilon (ε) to demonstrate that the sine function remains continuous as x approaches x0. Participants also suggest working backwards from the desired inequality to find the correct delta. Ultimately, the thread illustrates the step-by-step reasoning required to apply the epsilon-delta definition effectively.
tamintl
Messages
74
Reaction score
0

Homework Statement



Using the definition of continuity, prove that the function f(x) = sin x
is continuous.

Hint: sin a − sin b = 2 sin (a-b)/2 . cos (a+b)/2

Homework Equations

The Attempt at a Solution



Using the idea that:

|sin(x)| ≤ |x|

|cos(x)| ≤ 1

along with the hint: sin a − sin b = 2 sin (a-b)/2 . cos (a+b)/2

We can write:

|sin(a) - sin(b)| ≤ |a - b|

I'm assume we could maybe use this to show how f(x) = sin x is continuous..

What do you think?

Regards as always
Tam
 
Last edited:
Physics news on Phys.org
well you have to use the definition of continuity somewhere, eh?

let "a" be the variable x, and let "b" be the point x0 where you are testing for continuity.

given ε > 0, how can you choose a δ > 0 so that:

|x - x0| < δ will force |sin(x) - sin(x0)| < ε?

(use the inequalities you have to write a relationship between:

|sin(x) - sin(x0)| and |x - x0|).
 
Deveno said:
well you have to use the definition of continuity somewhere, eh?

let "a" be the variable x, and let "b" be the point x0 where you are testing for continuity.

given ε > 0, how can you choose a δ > 0 so that:

|x - x0| < δ will force |sin(x) - sin(x0)| < ε?

(use the inequalities you have to write a relationship between:

|sin(x) - sin(x0)| and |x - x0|).

I understand what you mean but unsure of what to do...

Could you take δ = 1 ... or could you take it as δ≥ε ?

Attempt (1):

Hence, |sin(x) - sin(x0)| ≤ ε ≤ |x - x0| ≤ δ :/

Attempt (2)

Hence, since |sin(a) -sin(b)| ≤ |a-b| then
|sin(x) - sin(x0)| ≤ |x - x0|

Hence continuity...

Am I missing something?

Regards
 
here's the rules: i pick epsilon, you pick delta.

you have to convince me, your delta works for my epsilon (and you don't know what my epsilon is).

the only "help" you get, is that you get to assume that x and x0 are closer together than δ, and you want to leverage that into showing sin(x) and sin(x0) are also close together.

your "attempt one" is just nothing. you can't start a proof by just claiming what you want to prove is true. otherwise, i'd have proven myself wealthy by now.

this is what you have: you know that you control delta.

you also know, that |sin(x) - sin(x0)| is less than "something".

(what is that something? well, you're the one who first stated it, don't you know?).

perhaps if that something was less than (some expression in epsilon), that would mean that perhaps the absolute value of the differences of the two sines was less than that something, and thus less than (some expression in epsilon).

think.

you want to make the difference of the sines small. is there something that 'bounds" it, that also can be made small (yes, smaller than small, counts as small)?
 
Deveno said:
here's the rules: i pick epsilon, you pick delta.

you have to convince me, your delta works for my epsilon (and you don't know what my epsilon is).

the only "help" you get, is that you get to assume that x and x0 are closer together than δ, and you want to leverage that into showing sin(x) and sin(x0) are also close together.

your "attempt one" is just nothing. you can't start a proof by just claiming what you want to prove is true. otherwise, i'd have proven myself wealthy by now.

this is what you have: you know that you control delta.

you also know, that |sin(x) - sin(x0)| is less than "something".

(what is that something? well, you're the one who first stated it, don't you know?).

perhaps if that something was less than (some expression in epsilon), that would mean that perhaps the absolute value of the differences of the two sines was less than that something, and thus less than (some expression in epsilon).

think.

you want to make the difference of the sines small. is there something that 'bounds" it, that also can be made small (yes, smaller than small, counts as small)?

OK, here goes,

so we could take δ = 1 assuming x and x0 are closer together than δ

so What you are wanting is:

|sin(x) - sin(x0)| ≤ |x-x0| ≤ (some expression of ε)

Now,

That 'expression of ε' is: 1 ?

Thanks for your help.. I'm getting there slowly!
 
is δ = 1 going to work for ANY ε > 0 i pick?

what if my choice for ε was 1/1,000,000?

surely π/2 - π/4 is less than 1 (which you picked for delta),

but sin(π/2) - sin(π/4) = 1 - √2/2 = (2 - √2)/2, which is around 0.29, and certainly NOT less than 1/1,000,000.
 
Two facts that may help:
1. |cos(θ)| ≤ 1 .

2. For θ in radians, |sin(θ)| ≤ |θ| .​
 
SammyS said:
Two facts that may help:
1. |cos(θ)| ≤ 1 .

2. For θ in radians, |sin(θ)| ≤ |θ| .​

indeed the thread starter listed this very inequalities in the first thread.

i think what is going on, is that the thread starter does not have a clear idea of how epsilon-delta limit proofs work.

because once he picks the right delta (and this isn't hard), he has all the machinery in place to get 'er done in 2 lines.
 
Deveno said:
indeed the thread starter listed this very inequalities in the first thread.

i think what is going on, is that the thread starter does not have a clear idea of how epsilon-delta limit proofs work.

because once he picks the right delta (and this isn't hard), he has all the machinery in place to get 'er done in 2 lines.

Okay, I have read up on how the proofs work..

Am I right in saying that if:

0 < | x – c | < δ
then
| f(x) – L | < ε

So basically,

As we restrict x to being within δ units of c, then, as a result of that restriction, f(x) becomes restricted to being within ε units of L ??

I am still struggling to grasp this though.


Lets say I was to choose δ=5, then what this means is that x is within 5 units of x0 .. Is this right?

I still don't see how you can relate ε and δ.. :(

regards
 
  • #10
Since you are given that "sin(a)- sin(b)= 2 sin((a-b)/2)cos((a+b)/2)", you might want to start by looking at |sin(x)- sin(x_0)|= 2|sin(x-x_0)/2||cos((x+x_0)/2)|.

Now, use what you said initially: |sin(A)|< |A| and |cos(A)|< 1.
 
  • #11
HallsofIvy said:
Since you are given that "sin(a)- sin(b)= 2 sin((a-b)/2)cos((a+b)/2)", you might want to start by looking at |sin(x)- sin(x_0)|= 2|sin(x-x_0)/2||cos((x+x_0)/2)|.

Now, use what you said initially: |sin(A)|< |A| and |cos(A)|< 1.

We can write:

|sin(a) - sin(b)| ≤ |a - b|
 
  • #12
anyone?
 
  • #13
Work through the problem "backwards".

Start with |sin(x) - sin(x0)| < ε, for some ε, then figure out what δ has to be.

(This is something one typically does on scratch paper, then reverses to get formal proof.)
 
  • #14
Recap: I forgot about this question.. oops..

Right so Using the idea that:

|sin(x)| ≤ |x|

|cos(x)| ≤ 1

along with the hint: sin a − sin b = 2 sin (a-b)/2 . cos (a+b)/2

We can write:

|sin(a) - sin(b)| ≤ |a - b|


I now need to let b tend to a and compute the limit of |sin(a)-sin(b)|

But I am not sure how to do this?? Any help would be great

regards
 
  • #15
you're still not seeing how this works.

ε is given. you have to find δ. since ε might be any positive real number, it's highly probable δ will wind up being some function of ε.

the only functions for which ANY δ works are constant functions (because f(x) - f(x0) is always 0). that's not terribly helpful in the general case.

i'll show you how the logic works on a different function, maybe you can see how to adapt it for your function.

problem: prove f(x) = x2 is continuous for all x.

we want to show that: \lim_{x \to a} = f(a) for all a. what does this mean?

for any ε > 0, there exists δ > 0 such that 0 < |x-a| < δ implies |f(x)-f(a)| < ε.

so we want to choose δ to somehow force |f(x)-f(a)| < ε. let's start with where we want to go, and see if we can "work backwards" to find δ.

|f(x) - f(a)| < ε...well f(x) = x2, so let's write this explicitly:

|x2 - a2| < ε
|x + a||x - a| < ε

hmm...now we have a factor of |x-a|, which we know we can make small by choosing δ small. so we need to somehow get some upper bound for |x+a|.

well, we know |x + a| ≤ |x| + |a|...if only we knew how far away from "a" x was...

but we can restrict this however we like, for example, we could insist we'll take the lesser of whatever δ we find otherwise and 1. so if |x - a| < 1, then x is between a - 1 and a + 1.

suppose a ≥ 0, then the largest |x| can be is |a + 1| = a + 1 = |a| + 1.

on the other hand, if a < 0, then the largest |x| can be is |a - 1| = -a + 1 = |a| + 1.

so no matter what a is, if x is "within 1" of a, |x| ≤ |a| + 1. so |x + a| ≤ |x| + |a| ≤ 2|a| + 1.

so we know that for δ < 1, |x2- a2| ≤ (2|a| + 1)|x - a|.

if we want (2|a| + 1)|x - a| < ε (and we do), then just a little algebra tells us:

|x - a| < ε/(2|a| + 1) <---what we need for δ. ok, now we've done our "scratch work", and so we "write it forwards" covering our tracks:

proof that f(x) = x2 is continuous:

let a be any real number. let ε > 0. choose δ = min{1, ε/(2|a| + 1)}. let |x -a| < δ.

then |x2 - a2| = |x + a|| x - a|

≤ (|x| + |a|)|x - a| < (2|a| + 1)|x - a| (since |x - a|< δ ≤ 1)

< (2|a| + 1)(ε/(2|a| + 1)) (since |x - a| < δ ≤ ε/(2|a| + 1))

= ε
 

Similar threads

  • · Replies 40 ·
2
Replies
40
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
7
Views
1K
  • · Replies 20 ·
Replies
20
Views
3K