Article 758SR Circular arc approximation

Circular arc approximation

by
John
from John D. Cook on (#758SR)

Suppose you have an arc a, a portion of a circle of radius r, and you know two things: the length c of the chord of the arc, and the lengthbof the chord of half the arc, illustrated below.

circular_arc_approx1.png

Here is the central angle of the arc. Then the length of the arc, r, is approximately

a = r 12 b^2/(c + 4b).

If the arc is moderately small, the approximation is very accurate.

This approximation is simple, accurate, and not obvious, much like the one in this post

Derivation

Let = /4. Then the angle between the chords b and c is . This follows from the inscribed angle theorem, illustrated below.

circular_arc_approx2.png

There are two right triangles in the diagram above that have an angle : a smaller triangle with hypotenuse b and a larger triangle with hypotenuse 2r. From the smaller triangle we learn

cos() =c /2b

and from the larger triangle we learn

sin() = b / 2r.

Now expand in power series.

c / 2b = cos() = 1 - 2/2! + 4/4! - ...
2b /a = sin() / = 1 - 2/3! + 4/5! - ...

If we multiply 2b /a by 3 and subtract c / 2b then the 2 terms cancel out and we get

6b /a -c / 2b = 2 - 4/60 + ...

and so

6b /a -c / 2b 2

to a very high degree of accuracy when is small. The approximation follows by solving fora.

Example

Let = /3 and so = 0.26..., not a particularly small value of , but small enough for the approximation to work well.

Set r = 1 so a = . Then

b = 2 sin(/12) = 0.51764

and

c = 2b cos(/12) = 1.

Now in application, we knowb andc, not , and so pretend wemeasuredb = 0.51764 andc = 1. Then we would approximatea by

12b^2/(c + 4b) = 1.04718

while the exact value is 1.04720. Unless you can measure lengths to more than four significant figures, the approximation may has well be exact because approximation error would be less than measurement error.

[1] J. M. Bruce. Approximation to a Circular Arc. The American Mathematical Monthly. Vol. 49, No. 3 (March 1942), pp. 184-185

The post Circular arc approximation first appeared on John D. Cook.
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments