Proving: limit (as theta approaches zero) of sin(theta)/(theta) = 1

  • Thread starter Thread starter einsteinoid
  • Start date Start date
  • Tags Tags
    Limit Theta Zero
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 10K views
einsteinoid
Messages
42
Reaction score
0

Homework Statement


show that the limit as h approaches zero of ((cosh-1)/h) = 0.

Homework Equations



*The bold numbers preceding each line are simply line numbers, they are not apart of the equations.*

1 lim (as h approaches 0) of ((cosh - 1)/h)

2 = lim (as h approaches 0) of -((2sin2(h/2))/h)

3 = -lim as theta approaches zero of ((sin[tex]\Theta[/tex]/[tex]\Theta[/tex])*sin[tex]\Theta[/tex]

4 = -(1)(0)

5 = 0
I'm confused as to how the author of the text was able to get from line 1 to line 2. If someone could workout the steps between these two lines I would be appreciative. I'm drawing a blank here!

Thanks
 
Physics news on Phys.org
The author used this identity: cos(2x) = cos2(x) - sin2(x) = 1 - 2sin2(h), and then replaced 2x by h.
 
Ah, I see. Thank you.