• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick question about Trig limits (Calculus)

JohnCU

Banned
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...
 
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🙂.
 
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...
 
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.
 
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.
 
Back
Top