Limit Problems: Solving Basics - No Answers Given

  • Thread starter Thread starter thrive
  • Start date Start date
  • Tags Tags
    Limit
thrive
Messages
19
Reaction score
0
1. lim sin(1/x) No clue what to do here
x>0

2. lim xsin(1/x) i believe the answer is infinity
x>00

3. lim (tan(5x)/sec(5x))*((cos(3x)/4x))
x>0

If anyone can give me any direction that would be helpful, I am not asking for answers.
 
Physics news on Phys.org
Just to start you off with the first one, try doing the substitution v=1/x
 
undefined

The crux of the whole problem is that I don't know how to handle Sin(undefined)

edit: answer is DNE, I am stupid :< as sin function approaches 0, there is no value that it locks onto...it just keeps oscillating up and down like the sin function does, infinitely.
 
Last edited:
For the second one then, try writing it as sin(1/x)/(1/x), then do the substitution v=1/x.

Note that when you do a substitution like this, it's not completely rigorous as 1/x can go to +/- infinity as v goes to zero, and similar problems going in reverse, but it gives a very strong intuitive feel for what's going on, and with care can be made rigorous
 
Office_Shredder said:
For the second one then, try writing it as sin(1/x)/(1/x), then do the substitution v=1/x.

Note that when you do a substitution like this, it's not completely rigorous as 1/x can go to +/- infinity as v goes to zero, and similar problems going in reverse, but it gives a very strong intuitive feel for what's going on, and with care can be made rigorous

wow I am completely lost with that explanation. All i got was that sin(0)/0 would occur...aka indeterminate form
 
If all else fails, use numerical methods to find the limit.
 
thrive said:
The crux of the whole problem is that I don't know how to handle Sin(undefined)

edit: answer is DNE, I am stupid :< as sin function approaches 0, there is no value that it locks onto...it just keeps oscillating up and down like the sin function does, infinitely.

That is so right.
 
kuahji said:
If all else fails, use numerical methods to find the limit.

if all else fails go to physics forums
 
wow I am completely lost with that explanation. All i got was that sin(0)/0 would occur...aka indeterminate form

You should either know the limit of sin(x)/x as x goes to zero, or you should look it up, because it's quite useful
 
  • #10
thrive said:
2. lim xsin(1/x) i believe the answer is infinity
x>00

In following OfficeShredder's suggestion, you got lim u->0 [sin(u)/u]. You are correct is that the Limit Laws would give an indeterminate form. However, there is a proof concerning this particular limit; have you had that in your book or course?

3. lim (tan(5x)/sec(5x))*((cos(3x)/4x))
x>0

You will need the result for lim u->0 [sin(u)/u] in order to do this one. To make your work somewhat easier, rewrite this in terms of just sine and cosine functions. You will have one place where you need the (sin u)/u limit , given that u can be a function of x, but you will have to make an adjustment by multiplication and division of constants.
 
  • #11
dynamicsolo said:
In following OfficeShredder's suggestion, you got lim u->0 [sin(u)/u]. You are correct is that the Limit Laws would give an indeterminate form. However, there is a proof concerning this particular limit; have you had that in your book or course?



You will need the result for lim u->0 [sin(u)/u] in order to do this one. To make your work somewhat easier, rewrite this in terms of just sine and cosine functions. You will have one place where you need the (sin u)/u limit , given that u can be a function of x, but you will have to make an adjustment by multiplication and division of constants.

we already learned that lim x->0 [sin(x)/x] = 1

i just do not understand how the lim x->0 of [xsin(1/x)] relates to this
 
  • #12
i just do not understand how the lim x->0 of [xsin(1/x)] relates to this

Hold on, above you had the limit as x went to infinity. Assuming that's what it was, then xsin(1/x)=sin(1/x)/(1/x)=sin(v)/v where v is going to zero.

If x is actually going to 0, then |xsin(1/x)|<=|x| for all x, so you can use the squeeze theorem to find the limit
 
  • #13
Office_Shredder said:
...then xsin(1/x)=sin(1/x)/(1/x)=sin(v)/v where v is going to zero.

I understand this, however how can v just change from going to infinity to go to 0?
 
  • #14
If x->infinity, v=1/x->0.
 
  • #15
Dick said:
If x->infinity, v=1/x->0.

so as x approaches infinity, v=1 as x approaches 0? I still don't understand this reasoning...
 
  • #16
No, no. v=(1/x) -> 0. If v is defined as 1/x, then as the variable x approaches infinity, the variable v approaches zero. By changing variables from x to v, you change an 'approaches infinity' type limit to an 'approaches zero' type limit.
 
  • #17
ok, so when showing my work I just go from:

step 1: lim X-> 00 [xsin(1/x)]
step 2: lim X-> 0 [sin(1/x)/(1/x)]
step 3: = 1

so once we change the form from multiplying by x to dividing by 1/x we also change the limit going to infinity to go to 0?
 
  • #18
Yes, that's it. It's a little confusing to have the two different x's. Makes it clearer to say the v=1/x substitution changes the limit to sin(v)/v with v->0.
 
  • #19
No, step 2 should read
lim X-> 00 [sin(1/x)/(1/x)]
Then step three reads

let v=1/x. Then as x->00, v->0, so
= lim v->0 sin(v)/v
=1
 
Back
Top