Solving Limits Involving Rational Fractions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 2K views
iRaid
Messages
558
Reaction score
8

Homework Statement


May seem easy to people but I have no idea how to do this :frown:
[itex]lim_{x\rightarrow0}\frac{sin x}{2x^{2}-x}[/itex]

Homework Equations





The Attempt at a Solution


I factored out an x from the bottom but that really makes me see nothing else to do.. So I tried the quotient rule and that lead me to the wrong answer..
 
Physics news on Phys.org
gb7nash said:
Do you know l'hopital's rule?

Unfortunately no.. I've heard that's what I need for this but we haven't learned that yet..
 
Well, you don't need it for this problem, but it makes the problem much easier to solve. Did you learn taylor series yet?
 
No lol this is Calc 1 basically the 2nd week of class :p
 
Nvm figured it out, if anyone needs this answer PM me.
 
Last edited:
Yep that's what I ended up doing, thanks tho :D
 
HallsofIvy said:
[tex]\frac{sin(x)}{2x^2- x}= \frac{sin(x)}{x(2x-1)}= \frac{sin(x)}{x}\left(2x-1\right)[/tex]
and
[tex]\lim_{x\to 0}\frac{sin(x)}{x}[/tex]
is a well-known limit.
That first line above should be

[tex]\frac{sin(x)}{2x^2- x}= \frac{sin(x)}{x(2x-1)}= \frac{sin(x)}{x}\frac{1}{2x-1}[/tex]
 
Mark44 said:
That first line above should be

[tex]\frac{sin(x)}{2x^2- x}= \frac{sin(x)}{x(2x-1)}= \frac{sin(x)}{x}\frac{1}{2x-1}[/tex]

At least HallOfIvy showed his work so we could understand the method. Nice doing, both you.
 
Or you could have done the squeeze theorem which will be useful in your later on classes:

[itex]\frac{-1}{2x^{2}-x} \leq \frac{sin(x)}{2x^{2}-x} \leq \frac{1}{2x^{2}-x}[/itex]

You can easily solve both the left and right side and see that they're both the same number, so the one in the middle has to be that number.
 
mohaque said:
Or you could have done the squeeze theorem which will be useful in your later on classes:

[itex]\frac{-1}{2x^{2}-x} \leq \frac{sin(x)}{2x^{2}-x} \leq \frac{1}{2x^{2}-x}[/itex]

You can easily solve both the left and right side and see that they're both the same number, so the one in the middle has to be that number.
This technique DOES NOT apply in this problem, because both ends of the inequality are undefined at x = 0. The squeeze theorem is useful only if the two bounding functions have limits.
 
mohaque said:
Or you could have done the squeeze theorem which will be useful in your later on classes:

[itex]\frac{-1}{2x^{2}-x} \leq \frac{sin(x)}{2x^{2}-x} \leq \frac{1}{2x^{2}-x}[/itex]

You can easily solve both the left and right side and see that they're both the same number, so the one in the middle has to be that number.
? No, they are NOT the same number!