Differentiation of $\sin(x^\circ)$
Can we say its derivative is $\cos x^\circ$? I read somewhere that in differentiation and integration, we assume $x$ should be in radians. But why so?
Differentiation of $\sin(x^\circ)$
Can we say its derivative is $\cos x^\circ$? I read somewhere that in differentiation and integration, we assume $x$ should be in radians. But why so?
I know its derivative, but I want to know why radian is given special treatment
The radian is often considered the "correct" choice of units for working with angles, above degrees. So much so, that it often isn't even considered a unit, but a "dimensionless quantity": for that reason you will rarely see expressions like $\sin(\pi\text{ radians})$, but if you write $\sin(180)=0$ it is not acceptable unless you specify the unit $\sin(180\deg)$. The reason the radian is considered more fundamental is addressed in the excellent anwsers to these two questions: Why do we require radians in calculus? and Why are radians dimensionless?
In this particular case, let's start with the limit definition of the derivative: $$\begin{split}\frac{d}{dx}\sin(x)&=\lim_{h\to0}\frac{\sin(x)\cos(h)+\cos(x)\sin(h)-\sin(x)}{h}\\&=\lim_{h\to0}\left(\sin(x)\frac{\cos(h)-1}{h}+\cos(x)\frac{\sin(h)}{h}\right).\end{split}$$ The manipulation usually proceeds from here by noting that $\lim_{h\to0}(\cos(h)-1)/h=0$, and that $\lim_{h\to0}\sin(h)/h=1$. Hence we get $$\frac{d}{dx}\sin(x)=\lim_{h\to0}\left(\sin(x)\cdot0+\cos(x)\cdot1\right)=\lim_{h\to0}\cos(x)=\cos(x).$$ The point is that if we were to choose to use degrees, we will encounter the expression $\lim_{h\to0}\sin(h^\circ)/h$, and this quantity simply isn't equal to $1$. Yes, it is correct that $\lim_{h\to0}\sin(h^\circ)/(h^\circ)$ is $1$, but that's not what we're dealing with here. Crucially, that $h$ in the denominator corresponds geometrically to a length, not an angular value. And the choice of radians is the unique choice of unit for the angle which will guarantee $\lim_{h\to 0}\sin(h)/h=1$. A proof of this fact can be found at this question: How to prove that $\lim_{x\to0}\frac{\sin(x)}{x}=1$?. Note that all the geometric arguments provided there use somehow the fact that the length of the arc subtended by an angle of $\theta$ in the unit circle is exactly $\theta$, a fact which is only true when $\theta$ is expressed in radians.
What is the value of $\lim_{h\to 1}h\cos h$, is it equal to $\cos 1$ or $(1^c)(\cos 1^c)$?
– user3290550 Dec 23 '19 at 12:58^\circ
, for example $1^\circ$
gives $1^\circ$.)
– YiFan Tey
Dec 23 '19 at 12:59
Use the definition of the derivative. Let $f(x)=\sin(x^{\circ})$. Then $$f'(x)=\lim_{h\to0}\frac{\sin(x+h)^{\circ}-\sin x^{\circ}}{h}=\lim_{h\to0}\frac{\sin x^{\circ}\cos h^{\circ}+\cos x^{\circ}\sin h^{\circ}-\sin x^{\circ}}{h}$$ But then the problem is that $\displaystyle\lim_{h\to 0}\frac{\sin h^{\circ}}{h}$ is not equal to $1$ - it is equal to $\pi/180$.
Only in radians do we have $\displaystyle\lim_{h\to 0}\frac{\sin h}{h}=1$.