Solving the Limit of x+sin(x) as x Goes to ∞

  • Thread starter Thread starter mohlam12
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The discussion revolves around solving the limit of (x + sin(x)) / (2x + 1) as x approaches infinity. Participants suggest dividing both the numerator and denominator by x to simplify the expression, leading to the conclusion that the limit approaches 1/2 as x tends to infinity. A second limit involving (x + sin(x)) / (2sin(x) + 1) is also analyzed, where it is determined that the limit does not exist due to the denominator approaching zero while the numerator remains non-zero. The key takeaway is that understanding the behavior of sin(x) and its impact on the limits is crucial for accurate evaluation. Overall, the limits discussed highlight the importance of simplification techniques in calculus.
mohlam12
Messages
153
Reaction score
0
Hello,I've been trying to solve \lim \frac{x+sin(x)}{2x+1} when x tends to +∞
I have NO clue where to start... if someone can give me any hints or help!
We didn't learn derivatives nor l'Hopital rule yet!
 
Last edited:
Physics news on Phys.org
I'll give you a hint, and let's see if you can go from there. Hint: Divide the numerator and denominator by 'x'.

Can you see the purpose of doing this?
 
mohlam12 said:
Hello,I've been trying to solve \lim \frac{x+sin(x)}{2x+1} when x→+∞
I have NO clue where to start... if someone can give me any hints or help!
We didn't learn derivatives nor l'Hopital rule yet!
Looking at the limit first, since you notice that:
-1 <= sin(x) <= 1. So when x is very large (i.e it tends to infinity). sin(x), and the 1 in the denominator become negligible, so you'll be left with:
x / (2x), right?
But this is not rigorous. This is just what you think when you first look at the problem. It's just to have some clues to tackle the problem. If sin(x), and 1 become negligible when x tends to infinity. Why not consider to divide both numerator, and denominator by x?
\lim_{x \rightarrow \infty} \frac{x + \sin x}{2x + 1} = \lim_{x \rightarrow \infty} \frac{\frac{x + \sin x}{x}}{\frac{2x + 1}{x}} = ...
Can you go from here? :)
 
I did divide everything by 'x'
I get \lim \frac {1+ \frac {sin(x)}{x}}{\frac {2x+1}{x}}
And limit of sin(x)/x is 0
So I finally get x/(2x+1) and which is still ∞/∞
 
Last edited:
So divide numerator and denominator of that by x!
 
\frac {1}{\frac{2x+1}{x}}
??
Sorry... I didn't get what you mean
 
mohlam12 said:
I did divide everything by 'x'
I get \lim \frac {1+ \frac {sin(x)}{x}}{\frac {2x+1}{x}}
And limit of sin(x)/x is 0
So I finally get x/(2x+1) and which is still ∞/∞
You should note that:
\frac{2x + 1}{x} = \frac{2x}{x} + \frac{1}{x} = 2 + \frac{1}{x}
\lim_{x \rightarrow \infty} \frac{x + \sin x}{2x + 1} = \lim_{x \rightarrow \infty} \frac{\frac{x + \sin x}{x}}{\frac{2x + 1}{x}} = \lim_{x \rightarrow \infty} \frac{1 + \frac{\sin x}{x}}{2 + \frac{1}{x}} = ...
Now can you go from here? :)
 
Last edited:
Yup!
Thank you
 
Hey again, i ve been tryin to solve the same one above but this time it's
\lim \frac{x+sin(x)}{2sin(x)+1}

After simlifying and everything, I get to:

lim (1+sinx/x)/(2sinx/x + 1/x)
so if lim sin/x when x tends to +infinity, the limit above is equal to lim x, which is +infinity


But I don't think this is the right answer, because we have to see when 2sin(x)+1 is equal to 0 and discuss each phase... don't we ? is so, how ?
 
Last edited:
  • #10
mohlam12 said:
Hey again, i ve been tryin to solve the same one above but this time it's
\lim \frac{x+sin(x)}{2sin(x)+1}

After simlifying and everything, I get to:

lim (1+sinx/x)/(2sinx/x + 1/x)
so if lim sin/x when x tends to +infinity, the limit above is equal to lim x, which is +infinity
There is no limit there. In this limit:
\lim_{x \rightarrow \infty} \frac{x + \sin x}{2 \sin x + 1} = \lim_{x \rightarrow \infty} \frac{1 + \frac{\sin x}{x}}{2 \frac{\sin x}{x} + \frac{1}{x}}
Now, as x tends to infinity, sin(x) / x tends to 0, so does 1 / x, right? So the numerator will tend to 1, whereas the denominator tends to 0.
If the numerator tends to a constant <> 0, and the denominator tends to 0, that means the limit does not exist there.
[/QUOTE]But I don't think this is the right answer, because we have to see when 2sin(x)+1 is equal to 0 and discuss each phase... don't we ? is so, how ?[/QUOTE]
I don't really get this, as x tends to infinity, the numerator becomes bigger, while the numerator can only take value from -1 to 3, that means the whole expression will evaluate to some really really great number (in absolute value), ie. either (+ \infty \quad \mbox{or} \quad - \infty) as x tends to infinity. Hence the expression does not converge to any specific number.
Thus the limit does not exist.
Can you get this? :)
 
  • #11
Ok makes sense!
 
Last edited:
Back
Top