Limits as x approaches infinity

  • Thread starter Thread starter TommG
  • Start date Start date
  • Tags Tags
    Infinity Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 3K views
TommG
Messages
28
Reaction score
0
Went to a tutor for help with this problem and he was stumped

need to find the limit

2 - t + sin t/ t + cos t

book says answer is -1

My attempts

I tried two things
1. I just substituted 0

2-0 + sin(0)/ 0 + cos(0)
2/1
2 wrong answer

2. I divided everything by the highest t
(2/t - t/t + sin(t)/t)/(t/t+cos(t)/t)
(2/t -1 +1)/(1 + cos(t)/t)
2t/1+cos(t)/t I got stuck right here
 
Physics news on Phys.org
You titled this "Limits as x goes to infinity". But there is no "x" in what you have here. Did you mean "as t goes to infinity"?

TommG said:
Went to a tutor for help with this problem and he was stumped

need to find the limit

2 - t + sin t/ t + cos t
You mean (2- t+ sin t)/(t+ cos t)
[tex]\frac{2- t+ sin(t)}{t+ cos(t)}[/tex]
right?
Divide both numerator and denominator by t:
[tex]\frac{\frac{2}{t}- 1+ \frac{sin(t)}{t}}{1+ \frac{cos(t)}{t}}[/tex]
Now, it should be clear that, as t goes to infinity, 2/t goes to 0. Also, because for any t, sin(t) and cos(t) lie between -1 and 1, as t goes to infinity, sin(t)/t and cos(t)/t also go to 0.

book says answer is -1

My attempts

I tried two things
1. I just substituted 0
Why "0"?? Is the limit as t goes to 0 or infinity?

2-0 + sin(0)/ 0 + cos(0)
2/1
2 wrong answer

2. I divided everything by the highest t
(2/t - t/t + sin(t)/t)/(t/t+cos(t)/t)
(2/t -1 +1)/(1 + cos(t)/t)
How did "sin(t)/t)" become "1"?

2t/1+cos(t)/t I got stuck right here
 
HallsofIvy said:
You titled this "Limits as x goes to infinity". But there is no "x" in what you have here. Did you mean "as t goes to infinity"?


You mean (2- t+ sin t)/(t+ cos t)
[tex]\frac{2- t+ sin(t)}{t+ cos(t)}[/tex]
right?
Divide both numerator and denominator by t:
[tex]\frac{\frac{2}{t}- 1+ \frac{sin(t)}{t}}{1+ \frac{cos(t)}{t}}[/tex]
Now, it should be clear that, as t goes to infinity, 2/t goes to 0. Also, because for any t, sin(t) and cos(t) lie between -1 and 1, as t goes to infinity, sin(t)/t and cos(t)/t also go to 0.


Why "0"?? Is the limit as t goes to 0 or infinity?


How did "sin(t)/t)" become "1"?

Yes I did mean t

I used 0 because an example in the book just substituted 0

sin(t)/t became 1 because of the rule sinθ/θ = 1
 
TommG said:
sin(t)/t became 1 because of the rule sinθ/θ = 1

I don't know where you saw that rule, but it's definitely wrong.

What you probably meant was

[tex]\lim_{\theta\rightarrow 0}\frac{\sin(\theta)}{\theta} = 1[/tex]

This is true but unhelpful here, since the above is the limit as ##x## approaches ##0##. You want the limit as ##x## approaches infinity.

So you need to find

[tex]\lim_{\theta\rightarrow +\infty}\frac{\sin(\theta)}{\theta}[/tex]

Do you know the squeeze theorem?
 
micromass said:
I don't know where you saw that rule, but it's definitely wrong.

What you probably meant was

[tex]\lim_{\theta\rightarrow 0}\frac{\sin(\theta)}{\theta} = 1[/tex]

This is true but unhelpful here, since the above is the limit as ##x## approaches ##0##. You want the limit as ##x## approaches infinity.

So you need to find

[tex]\lim_{\theta\rightarrow +\infty}\frac{\sin(\theta)}{\theta}[/tex]

Do you know the squeeze theorem?

Yeah that was the rule I was talking about

I know the squeeze theorem but don't fully understand it.
 
So I substitute infinity

[(2/∞)-1 + sin∞/∞]/[1+(cos∞/∞)]
(0-1)/1
-1/1
-1
 
TommG said:
Went to a tutor for help with this problem and he was stumped

need to find the limit

2 - t + sin t/ t + cos t

book says answer is -1

My attempts

I tried two things
1. I just substituted 0

2-0 + sin(0)/ 0 + cos(0)
2/1
2 wrong answer

2. I divided everything by the highest t
(2/t - t/t + sin(t)/t)/(t/t+cos(t)/t)
(2/t -1 +1)/(1 + cos(t)/t)
2t/1+cos(t)/t I got stuck right here

You wrote your function ##f(t)## as
[tex]f(t) = 2 - t + \frac{\sin(t)}{t} + \cos(t),[/tex]
whose "limit" as ##t \to +\infty## is ##-\infty##, while the limit as ##t \to 0## is 3. On the other hand, if you meant
[tex]f(t) = \frac{2 - t + \sin(t)}{t + \cos(t)}[/tex]
the limit as ##t \to +\infty## is -1 while the limit as ##t \to 0## is 2.
So, what is the problem, exactly? I cannot figure out anything that you are doing because of your lack of relevant parentheses.
 
Ray Vickson said:
You wrote your function ##f(t)## as
[tex]f(t) = 2 - t + \frac{\sin(t)}{t} + \cos(t),[/tex]
whose "limit" as ##t \to +\infty## is ##-\infty##, while the limit as ##t \to 0## is 3. On the other hand, if you meant
[tex]f(t) = \frac{2 - t + \sin(t)}{t + \cos(t)}[/tex]
the limit as ##t \to +\infty## is -1 while the limit as ##t \to 0## is 2.
So, what is the problem, exactly? I cannot figure out anything that you are doing because of your lack of relevant parentheses.
yeah sorry about that ray.

I don't need help anymore thanks hallsofivy and micromass you two helped a lot.