0
$\begingroup$

I find that when I calculate $\cos{1}$ in ...

  • Google: $0.540$
  • Ubuntu: $0.998$

I believe its different units. But I wonder which should I be using? The question I am doing is use bisection method to find $\cos{x} = x$ when $x \in [0,1]$. For now, I am using Google as its close to what I get from a Graphing Utility

  • 0
    Grownups use radians.2012-02-27

1 Answers 1

2

As Qiaochu and The Chaz say in the comments, the difference is because Google is showing you the cosine of 1 radian, while Ubuntu is showing you the cosine of 1 degree.

As The Chaz said, I suggest you stick to radians, in particular if you are doing anything related to calculus. The assertion that (\sin x)'=\cos x, (\cos x)'=-\sin x is not true if $x$ is in degrees.