Straightforward limit problem =/

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

Homework Statement


lim as x --> 0 of sin x/x

Embarassingly simple but I'm doing something wrong in the calculation.


Homework Equations





The Attempt at a Solution



x = -.1 f(x)=.017453
x = -.01 f(x)=.017453
x = -.001 f(x)=.017453
x = .001 f(x)=.017453
x = .01 f(x)=.017453
x = .1 f(x)=.017453

I'm supposed to be getting output of digits ---> 1

=/ I plug it in the calculator but its not doing what I want it to do. What am I doing wrong? :blushing:
 
Physics news on Phys.org
You are using the wrong units. If x is measured in degrees, then sin(x)/x --> pi/180 = 0.017453 as x --> 0. However, the question intended that x should be in *radians*.

RGV
 
Ray Vickson said:
You are using the wrong units. If x is measured in degrees, then sin(x)/x --> pi/180 = 0.017453 as x --> 0. However, the question intended that x should be in *radians*.

RGV

Oh silly me, I had it in degree form. :x

Thank you. ^.^