Solving the Limit of sin(cos(x))/sec(x) as x->0

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Limit
Miike012
Messages
1,009
Reaction score
0
Problem:

Lim sin(cos(x))/sec(x)
x -> 0

The answer in the book is sin(1).. which is obvious... but why do I not arrive at the same answer doing is this way...

Knowing as x approaches zero, sin(x)/x approaches 1...

( Sin(cos(x))/cos(x) )(cos^2(x)) = (1)(1) = 1 = / = sin(1)...?
 
Physics news on Phys.org
Miike012 said:
Knowing as x approaches zero, sin(x)/x approaches 1...

( Sin(cos(x))/cos(x) )(cos^2(x)) = (1)(1) = 1 = / = sin(1)...?

The bolded part is correct. However, what is cos(x) approaching as x approaches 0?
 
cos(x) approaches 1..
 
Ok, so since cos(x) goes to 1:

\lim_{x \to 0} \frac{\sin(\cos(x))}{\cos(x)}

is equivalent to:

\lim_{u \to 1} \frac{\sin(u)}{u}

We can't apply the sin(_)/_ rule here. The term inside of the sine approaches 1.
 
Thank you.
 
I wasn't aware that you can't use that rule if the function actually approaches a value.
 
Miike012 said:
I wasn't aware that you can't use that rule if the function actually approaches a value.

\lim_{x \to 0}\frac{\sin(x)}{x} = 1

x needs to approach 0. If it approaches any other value (or does not exist), you can't use this identity.
 
that makes sense. Thank you.
 
Back
Top