Limits with sine and square roots

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 4K views
mtayab1994
Messages
584
Reaction score
0

Homework Statement



solve the limit: [tex]\lim_{x\rightarrow1}\frac{sin(x-1)}{\sqrt{x}-1}[/tex]




The Attempt at a Solution



Is there a way of how i can solve this without using l'hospital's rule or taylor series?
 
Physics news on Phys.org
mtayab1994 said:

Homework Statement



solve the limit: [tex]\lim_{x\rightarrow1}\frac{sin(x-1)}{\sqrt{x}-1}[/tex]

The Attempt at a Solution



Is there a way of how i can solve this without using l'hospital's rule or taylor series?

What is wrong with using l'Hospital's rule or Taylor series? Of course, changing to the variable [itex]t = \sqrt{x}[/itex] simplifies the question a lot.

RGV
 
Last edited:
Well i haven't learned l'hospitals rule or taylor's series so i can't use either of them.
 
micromass said:
Multiply numerator and denominator by [itex]\sqrt{x}+1[/itex].

ok i multiplied by √x+1 and i got:

[tex]\lim_{x\rightarrow1}\frac{sin(x-1)(\sqrt{x}+1)}{x-1}[/tex]

now should i cancel the x-1?
 
micromass said:
Do you know the limit

[tex]\lim_{x\rightarrow 0}\frac{\sin(x)}{x}[/tex]

yes it's 1
 
alright got it now:

[tex]\lim_{x\rightarrow1}\frac{sin(x)}{x}*(\sqrt{x}+1)=2[/tex]

Is that correct?
 
mtayab1994 said:
alright got it now:

[tex]\lim_{x\rightarrow1}\frac{sin(x)}{x}*(\sqrt{x}+1)=2[/tex]

Is that correct?

No.
[tex]\lim_{x\to 1}\frac{sin(x)}{x}=\frac{sin(1)}{1} \neq 1[/tex]

Split your limit into two limits, and then do some fiddling with the first one so that you can use this limit:
[tex]\lim_{y \to 0}\frac{sin(y)}{y} = 1[/tex]
 
Mark44 said:
No.
[tex]\lim_{x\to 1}\frac{sin(x)}{x}=\frac{sin(1)}{1} \neq 1[/tex]

Split your limit into two limits, and then do some fiddling with the first one so that you can use this limit:
[tex]\lim_{y \to 0}\frac{sin(y)}{y} = 1[/tex]

We still haven't learned how to split a limit into 2 different limits yet.
 
Are you sure? It's a very basic property of limits, and one that is presented pretty early.
[tex]\lim_{x \to a} f(x)\cdot g(x) = \lim_{x \to a}f(x) \cdot \lim_{x \to a}g(x)[/tex]

The above is true as long as both limits on the right exist. As I see it, you pretty much need to use this idea in your problem.
 
Mark44 said:
Are you sure? It's a very basic property of limits, and one that is presented pretty early.
[tex]\lim_{x \to a} f(x)\cdot g(x) = \lim_{x \to a}f(x) \cdot \lim_{x \to a}g(x)[/tex]

The above is true as long as both limits on the right exist. As I see it, you pretty much need to use this idea in your problem.

Yes I know that, but we haven't reached it yet in the lesson hence i can't use it.
 
mtayab1994 said:
ok i multiplied by √x+1 and i got:

[tex]\lim_{x\rightarrow1}\frac{sin(x-1)(\sqrt{x}+1)}{x-1}[/tex]

now should i cancel the x-1?

micromass said:
Do you know the limit

[tex]\lim_{x\rightarrow 0}\frac{\sin(x)}{x}[/tex]

mtayab1994 said:
yes it's 1
So, if [itex]\displaystyle \lim_{x\rightarrow 0}\frac{\sin(x)}{x}=1\,,[/itex] then what is [itex]\displaystyle \lim_{x-1\rightarrow 0}\frac{\sin(x-1)}{x-1}\,?[/itex]