0

We know that $ \ \ \sin \theta \approx \theta \ \ $ if the angle be small. If error tolerance is $ 10^{-n} $ , find the maximum allowable angle $ \ \theta \ $ in degrees. $$ $$ To get this , we need to expand $ \ \sin \theta= \theta-\frac{\theta^{3}}{3!}+ ...... (-1)^{n-1} \frac{\theta^{n}}{n!}. $ . But then how to approach. I have thought another way of doing this- Let $ \ \sin x = x $ and let f(x)=sin x, then if R is the error we must have , $ R < 10^{-n} $

MAS
  • 10,638

1 Answers1

2

For small (and even not so small angles) you get from the convergence behavior of alternating series $$ θ\ge\sinθ\ge θ-\frac16θ^3 $$ For the relative error of the linear approximation you get thus $$ 0\ge\frac{\sinθ-θ}θ\ge -\frac16θ^2 $$ To get that smaller in absolute value than $10^{-n}$, you need $|θ|\le\sqrt{6·10^{-n}}$

Lutz Lehmann
  • 126,666