Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Why do small angle approximations have to be in radians?

Writer Olivia Zamora
$\begingroup$

Why do small angle approximations only hold in radians? All the books I have say this is so but don't explain why.

$\endgroup$ 2

6 Answers

$\begingroup$

The reason why we use radians for $\sin x$ (or other trigonometric functions) in calculus is explained here and here in Wikipedia.

Having known that, notice that small angle approximation is just the Taylor expansion of $\sin x$ and $\cos x$ around $x=0$:

$$\sin x = \sum_{n=0}^\infty \frac{(-1)^n x^{2n+1}}{(2n+1)!}\tag{1}$$ $$ \cos x = \sum_{n=0}^\infty \frac{(-1)^n x^{2n}}{(2n)!}\tag{2}$$

If you scale $x$ by some constant $\omega$, then you must replace $x$ with $\omega x$ in $(1)$ and $(2)$. So, working in degrees $($ $\omega=\frac{\pi}{180}$ $)$, the approximation will become: $$\sin \theta\approx \frac{\pi}{180}\theta\tag{$\theta$ in degrees}$$

$\endgroup$ $\begingroup$

There are several correct ways to answer this that illuminate different aspects of what is going on (and I wouldn't be surprised if the answer is present on this site somewhere EDIT: indeed the other responses to this question are different ways of looking at it). Here is a geometrical answer.

The basic formula is

\begin{equation} l = r \theta \end{equation}

where $l$ is the arc length of a segment of a circle with radius $r$ subtending an angle $\theta$. For this formula to be true, $\theta$ needs to be in radians. (Just try it out, is the arc length of the whole circle equal to $360 r$ or $2\pi r$?) In fact, that formula is really how you define what you mean by radians.

Now consider a straight line segment connecting the two endpoints of the arc subtended by $\theta$. Call it's length $a$. You can show by fiddling with triangles that \begin{equation} a=2r\sin\left(\frac{\theta}{2}\right) \end{equation}

In the limit that the angle is small (so only a small piece of the circle is subtended), you should be able to convince yourself that $a\approx l$. This is the core of the small angle approximation.

Using the two relationships above we have

\begin{equation} r\theta \approx 2r \sin\left(\frac{\theta}{2}\right) \end{equation} or \begin{equation} \sin\left(\frac{\theta}{2}\right)\approx\frac{\theta}{2} \end{equation} You can see that using radians was crucial here because it allowed us to use $l=r\theta$.

$\endgroup$ $\begingroup$

A 'small angle' is equally small whatever system you use to measure it. Thus if an angle is, say, much smaller than 0.1 rad, it will be much smaller than the equivalent in degrees. More typically, saying 'small angle approximation' typically means $\theta\ll1$, where $\theta$ is in radians; this can be rephrased in degrees as $\theta\ll 57^\circ$.

(Switching uses between radians and degrees becomes much simpler if one formally identifies the degree symbol $^\circ$ with the number $\pi/180$, which is what you get from the equation $180^\circ=\pi$. If you're differentiating with respect to the number in degrees, then, you get an ugly constant, as you should: $\frac{d}{dx}\sin(x^\circ)={}^\circ \cos(x^\circ)$.)

In real life, though, you wouldn't usually say 'this angle should be small' without saying what it should be smaller than. If the latter is in degrees then the former should also be in degrees.

That said, though: always work in radians! Physicists tend to use degrees quite often, but there is always the underlying understanding that the angle itself is a quantity in radians and that degrees are just convenient units. Trigonometric functions, in particular, always take their arguments in radians, so that all the math will work well. Always differentiate in radians, always work analytically in radians. And at the end you can plug in the degrees.

$\endgroup$ $\begingroup$

It's because this relationship $$\lim_{x\rightarrow0}\frac{\sin(x)}{x}=1$$ (i.e. $\sin(x) \approx x$) only holds if $x$ is in radians, as, using L'Hoptial's rule, $$\lim_{x\rightarrow0}\frac{\sin(x)}{x}=\lim_{x\rightarrow0}\frac{\frac{d}{dx}\sin(x)}{\frac{d}{dx}x}=\lim_{x\rightarrow0}\frac{d}{dx}\sin(x)=\begin{cases} 1 & \text{ if } x\text{ is in radians}\\ \frac{\pi}{180} & \text{ if } x \text{ is in degrees} \end{cases}.$$ That is, $\frac{d}{dx}(\sin(x))=\cos(x)$ only if $x$ is in radians. The reason can be divined from this proof without words by Stephen Gubkin:

enter image description here

$\endgroup$ 2 $\begingroup$

You need to clarify what you are really asking: in physics the small angle approx. is typically used to approximate a non-linear differential equation by a linear one - which is much easier to solve - by allowing us to approximate the sin(x) function by x. The resulting equation is only a good one for small angles. I.e., its a physics thing, not a math thing.

$\endgroup$ $\begingroup$

because the sine of an angle is dimensionless [i.e. just a number], the angle has to be also dimensionless [i.e. the radian is dimensionless] ... units on both sides of an equation have to match

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy