Skip to content

Small-angle approximations for sine, cosine and tangent

When an angle xx is close to zero and measured in radians, its trigonometric functions have the approximations

sinxx,tanxx,cosx1x22.\boxed{\sin x\approx x}, \qquad \boxed{\tan x\approx x}, \qquad \boxed{\cos x\approx1-\frac{x^2}{2}}.

These replace curved functions locally by simple polynomials. They are useful for estimating values, simplifying models and evaluating limits which initially have the indeterminate form 0/00/0.

You should be able to:

  • convert between degrees and radians;
  • use sin2x+cos2x=1\sin^2x+\cos^2x=1 and tanx=sinx/cosx\tan x=\sin x/\cos x;
  • expand brackets and simplify algebraic fractions;
  • understand that a limit describes behaviour near a value, not necessarily at that value.

Review radians, arcs and sectors and trigonometric identities if needed.

For a unit circle, an angle of xx radians subtends an arc of length xx. When xx is tiny, the arc and the perpendicular height sinx\sin x are almost equal. This is the geometric reason that sinxx\sin x\approx x.

The statement would be false in degrees. For example, with x=1x=1^\circ,

sin10.01745,\sin1^\circ\approx0.01745,

not 11. Converting first gives 1=π/1800.017451^\circ=\pi/180\approx0.01745 radians, which agrees with the approximation.

Estimate sin0.04\sin0.04 without a calculator.

The angle is already in radians and is close to zero, so

sin0.040.04.\boxed{\sin0.04\approx0.04}.

The calculator value is approximately 0.03998930.0399893, so the absolute error is about 0.00001070.0000107.

Estimate tan2\tan2^\circ.

First convert to radians:

2=2π180=π90.2^\circ=\frac{2\pi}{180}=\frac{\pi}{90}.

Since tanxx\tan x\approx x,

tan2π900.0349.\boxed{\tan2^\circ\approx\frac{\pi}{90}\approx0.0349}.

Writing tan22\tan2^\circ\approx2 would confuse degrees with radians.

Use a small-angle approximation to estimate:

  1. sin0.015\sin0.015;
  2. tan3\tan3^\circ.
Answer sin0.0150.015.\sin0.015\approx\boxed{0.015}.

Also, 3=π/603^\circ=\pi/60 radians, so

tan3π600.0524.\tan3^\circ\approx\boxed{\frac{\pi}{60}}\approx0.0524.

The basic result is

limx0sinxx=1.\lim_{x\to0}\frac{\sin x}{x}=1.

Therefore sinx\sin x and xx become equal in relative terms as x0x\to0, which is written sinxx\sin x\approx x for small xx.

Since

tanx=sinxcosx\tan x=\frac{\sin x}{\cos x}

and cosx1\cos x\to1 as x0x\to0,

tanxx1=x.\tan x\approx\frac{x}{1}=x.

To obtain the cosine approximation, use the exact identity

1cosx=2sin2x2.1-\cos x=2\sin^2\frac{x}{2}.

For small xx, the angle x/2x/2 is also small, so

sinx2x2.\sin\frac{x}{2}\approx\frac{x}{2}.

Hence

1cosx=2sin2x22(x2)2=x22,1-\cos x =2\sin^2\frac{x}{2} \approx2\left(\frac{x}{2}\right)^2 =\frac{x^2}{2},

which rearranges to

cosx1x22.\boxed{\cos x\approx1-\frac{x^2}{2}}.

This quadratic term matters. The rough statement cosx1\cos x\approx1 describes the limiting value, but it loses the leading change in cosine and is often too crude for limit questions.

Why sine and cosine have different leading changes

Section titled “Why sine and cosine have different leading changes”

Near x=0x=0, the graph of y=sinxy=\sin x has gradient 11, so its leading change is linear. The graph of y=cosxy=\cos x has a horizontal tangent and maximum value 11, so there is no linear term. Its leading change is quadratic and negative:

sinx=x+smaller terms,cosx=1x22+smaller terms.\sin x=x+\text{smaller terms}, \qquad \cos x=1-\frac{x^2}{2}+\text{smaller terms}.

This is also consistent with the derivatives of sine and cosine at zero.

The approximations apply to the whole angle. If x0x\to0, then kx0kx\to0 for any fixed constant kk, so

sin(kx)kx,tan(kx)kx,cos(kx)1k2x22.\sin(kx)\approx kx, \qquad \tan(kx)\approx kx, \qquad \cos(kx)\approx1-\frac{k^2x^2}{2}.

Notice that the square applies to kxkx, giving k2x2k^2x^2.

Worked example 3: approximate a compound expression

Section titled “Worked example 3: approximate a compound expression”

Find a small-angle approximation for

3sin(2x)2tan(3x)3\sin(2x)-2\tan(3x)

as x0x\to0.

Replace each trigonometric function by its leading approximation:

3sin(2x)2tan(3x)3(2x)2(3x)=6x6x=0.\begin{aligned} 3\sin(2x)-2\tan(3x) &\approx3(2x)-2(3x)\\ &=6x-6x\\ &=0. \end{aligned}

The leading terms cancel. This answer says only that the expression is smaller than a typical linear term. A more accurate nonzero approximation would require higher order series terms, beyond the three basic approximations.

Worked example 4: cosine with a multiple angle

Section titled “Worked example 4: cosine with a multiple angle”

Find a polynomial approximation for 55cos(4x)5-5\cos(4x) when xx is small.

Apply the cosine approximation to the complete angle 4x4x:

cos(4x)1(4x)22=18x2.\cos(4x)\approx1-\frac{(4x)^2}{2}=1-8x^2.

Therefore

55cos(4x)55(18x2)=40x2.\begin{aligned} 5-5\cos(4x) &\approx5-5(1-8x^2)\\ &=\boxed{40x^2}. \end{aligned}

For small xx, simplify:

  1. 2sin(5x)+3tanx2\sin(5x)+3\tan x;
  2. 1cos(6x)1-\cos(6x).
Answer 2sin(5x)+3tanx2(5x)+3x=13x.2\sin(5x)+3\tan x \approx2(5x)+3x =\boxed{13x}. 1cos(6x)1(1(6x)22)=18x2.1-\cos(6x) \approx1-\left(1-\frac{(6x)^2}{2}\right) =\boxed{18x^2}.

Direct substitution into a trigonometric limit often gives 0/00/0. This does not mean that the limit is zero or undefined. It means more analysis is required. Replace each small-angle factor by its leading approximation, then simplify.

Evaluate

limx0sin(7x)3x.\lim_{x\to0}\frac{\sin(7x)}{3x}.

As x0x\to0, sin(7x)7x\sin(7x)\approx7x. Thus

sin(7x)3x7x3x=73.\frac{\sin(7x)}{3x} \approx\frac{7x}{3x} =\frac73.

Therefore

limx0sin(7x)3x=73.\boxed{\lim_{x\to0}\frac{\sin(7x)}{3x}=\frac73}.

Worked example 6: a ratio of two functions

Section titled “Worked example 6: a ratio of two functions”

Evaluate

limx0tan(2x)sin(5x).\lim_{x\to0}\frac{\tan(2x)}{\sin(5x)}.

Both complete angles approach zero:

tan(2x)2x,sin(5x)5x.\tan(2x)\approx2x, \qquad \sin(5x)\approx5x.

Hence

limx0tan(2x)sin(5x)=limx02x5x=25.\boxed{\lim_{x\to0}\frac{\tan(2x)}{\sin(5x)} =\lim_{x\to0}\frac{2x}{5x} =\frac25}.

Evaluate

limx01cos(3x)x2.\lim_{x\to0}\frac{1-\cos(3x)}{x^2}.

Use the quadratic cosine approximation:

cos(3x)1(3x)22=19x22.\cos(3x)\approx1-\frac{(3x)^2}{2} =1-\frac{9x^2}{2}.

Therefore

1cos(3x)9x22,1-\cos(3x)\approx\frac{9x^2}{2},

so

limx01cos(3x)x2=92.\boxed{\lim_{x\to0}\frac{1-\cos(3x)}{x^2} =\frac92}.

Using only cos(3x)1\cos(3x)\approx1 would turn the numerator into zero and discard the term that determines the limit.

Worked example 8: combine approximations and algebra

Section titled “Worked example 8: combine approximations and algebra”

Evaluate

limx0sin(4x)tan(3x)1cos(2x).\lim_{x\to0}\frac{\sin(4x)\tan(3x)}{1-\cos(2x)}.

Use

sin(4x)4x,tan(3x)3x,\sin(4x)\approx4x, \qquad \tan(3x)\approx3x,

and

1cos(2x)(2x)22=2x2.1-\cos(2x) \approx\frac{(2x)^2}{2}=2x^2.

Then

sin(4x)tan(3x)1cos(2x)(4x)(3x)2x2=6.\frac{\sin(4x)\tan(3x)}{1-\cos(2x)} \approx\frac{(4x)(3x)}{2x^2} =6.

Thus the limit is

6.\boxed{6}.

Evaluate:

  1. limx0sin(9x)tan(4x)\displaystyle\lim_{x\to0}\frac{\sin(9x)}{\tan(4x)};
  2. limx01cos(5x)x2\displaystyle\lim_{x\to0}\frac{1-\cos(5x)}{x^2};
  3. limx0xsin(2x)1cos(4x)\displaystyle\lim_{x\to0}\frac{x\sin(2x)}{1-\cos(4x)}.
Answer
  1. Since sin(9x)9x\sin(9x)\approx9x and tan(4x)4x\tan(4x)\approx4x,

    94.\boxed{\frac94}.
  2. Since 1cos(5x)(5x)2/21-\cos(5x)\approx(5x)^2/2,

    252.\boxed{\frac{25}{2}}.
  3. The numerator is approximately x(2x)=2x2x(2x)=2x^2, while

    1cos(4x)(4x)22=8x2.1-\cos(4x)\approx\frac{(4x)^2}{2}=8x^2.

    Therefore the limit is

    14.\boxed{\frac14}.

An approximation is not an identity. The symbol \approx means the values are close under the stated condition. It must not be replaced by == in a numerical estimate.

For small positive xx,

sinx<x<tanx.\sin x<x<\tan x.

Thus xx slightly overestimates sinx\sin x and slightly underestimates tanx\tan x. The errors grow as x|x| grows.

xx in radianssinx\sin xapproximation xxabsolute error
0.010.010.009999830.009999830.010.01about 1.67×1071.67\times10^{-7}
0.10.10.09983340.09983340.10.1about 1.67×1041.67\times10^{-4}
0.50.50.4794260.4794260.50.5about 0.02060.0206

There is no universal numerical boundary for the word small. Required accuracy determines whether an approximation is acceptable. In a limit as x0x\to0, the angle becomes arbitrarily small, so the method is exact for the limiting value even though the intermediate relation uses \approx.

  • Using degrees: sinxx\sin x\approx x requires xx in radians.
  • Treating an approximation as an identity: it is valid near zero, not for every xx.
  • Approximating the wrong angle: sin(3x)3x\sin(3x)\approx3x, not xx.
  • Forgetting the square: cos(kx)1k2x2/2\cos(kx)\approx1-k^2x^2/2.
  • Using cosx1\cos x\approx1 in a cancellation: for 1cosx1-\cos x, retain x2/2-x^2/2.
  • Substituting x=0x=0 too soon: 0/00/0 is an indeterminate form, not an answer.
  • Ignoring cancellation: if leading terms cancel, the basic approximations may not reveal the next nonzero term.

For each statement, decide whether it is correct and explain briefly.

  1. For small xx, cos(2x)12x2\cos(2x)\approx1-2x^2.
  2. For small xx, sin(x2)x2\sin(x^2)\approx x^2.
  3. sin55\sin5^\circ\approx5.
  4. limx0sinxxx=0\displaystyle\lim_{x\to0}\frac{\sin x-x}{x}=0.
Answer
  1. Correct, because 1(2x)2/2=12x21-(2x)^2/2=1-2x^2.

  2. Correct. If x0x\to0, then the complete angle x20x^2\to0.

  3. Incorrect. In radians, 5=π/365^\circ=\pi/36, so sin5π/36\sin5^\circ\approx\pi/36.

  4. Correct. Since sinxx\sin x\approx x, the numerator is smaller than a linear term. More formally,

    sinxxx=sinxx111=0.\frac{\sin x-x}{x}=\frac{\sin x}{x}-1\to1-1=0.

Next, apply radian based trigonometry in differentiating standard functions and combine approximations with the methods in trigonometric proof and modelling.