Quick question about Trig limits (Calculus)

JohnCU

Banned
Dec 9, 2000
16,528
4
0
The limit as x -> 0 of (cosx - 1) / sinx...

I figure you'd break up the thing so it's like (cosx - 1 ) / x * x/sinx so you could say that x / sinx = 1 but cosx - 1/x = division by zero...
 

Heisenberg

Lifer
Dec 21, 2001
10,621
1
0
Use L'Hoptial's rule. Take the derivative and you get -sin(x)/cos(x), as x ->0 gives you 0/1 = 0. I think.
 

Lyfer

Diamond Member
May 28, 2003
5,842
2
81
Originally posted by: JohnCU
The limit as x -> 0 of (cosx - 1) / sinx...

I figure you'd break up the thing so it's like (cosx - 1 ) / x * x/sinx so you could say that x / sinx = 1 but cosx - 1/x = division by zero...

Enuf of that, hurts my brain just thinking about it:).
 

Excelsior

Lifer
May 30, 2002
19,047
18
81
Originally posted by: Lyfer
Originally posted by: JohnCU
The limit as x -> 0 of (cosx - 1) / sinx...

I figure you'd break up the thing so it's like (cosx - 1 ) / x * x/sinx so you could say that x / sinx = 1 but cosx - 1/x = division by zero...

Enuf of that, hurts my brain just thinking about it:).

Same here, and I am in calculus. What was I thinking when I signed up for it...
 

HokieESM

Senior member
Jun 10, 2002
798
0
0
If you can't use L'Hopital's rule, multiply by (cosx+1)/(cosx+1). This will give:

((cosx)^2-1)/(sinx(cosx+1)) = -(sinx)^2/(sinx(cosx+1)) = -sinx/(cosx+1) = 0/2 = 0.

There you go. Answer also makes sense if you plot the original function..... OR use L'Hopital's rule.
 

Kyteland

Diamond Member
Dec 30, 2002
5,747
1
81
Definition of Limit: http://mathworld.wolfram.com/Limit.html

So make a table:
x | eq(x)
-------------------
1 = -.5463
.1 = -.05
.01 = -.005
.001 = -.0005
.0001 = -.00005
.00001 = -.000005

Then try from the other direction

x | eq(x)
-------------------
-1 = .5463
-.1 = .05
-.01 = .005
-.001 = .0005
-.0001 = .00005
-.00001 = .000005

Looks to me like the limit is 0. It fits every criteria of the definition of a limit.