|
|
| Home » Knowledge Base » Knowledge Base Article | Login | Become a Member | What's New | Site Map |
|
WOODWEB DISCLAIMS any and all RESPONSIBILITY and LIABILITY for the accuracy and application of the information below. Readers agree to evaluate the significance and limitations of the information provided, and accept full responsibility for the application of this information. Read More ... |
|
|
Would you like to add information to this article? Interested in writing or submitting an article? Have a question about this article? Radius of an arc Question
Forum Responses
Here is the formula if the line connecting the to points is "A" and the distance from a to the edge of the circle is b (at a 90 degree angle to a) then (^2 equals "squared"): (((a/2)^2)+(b^2))/2*b =radius or half a squared plus b squared divided by 2 times b. I think the degrees are (atan(a/2)/(r-b))*2 I just draw the horizontal line and then the rise from the midpoint, create a 3 point arc, then ask ACAD what the radius is. Here is another way: Square 1/2 of span.
Rise squared plus half the width squared divided by twice the rise. The comments below were added after this Forum discussion was archived as a Knowledge Base article (add your comment). Comment from contributor A:
C= chord length
C squared divided by 8M + M/2 = R
Comment from contributor B: To calculate radius of a circle where: r = radius and is unknown C = chord length (a line the crosses any two points on a circle) B = length of perpendicular line from midpoint of chord to edge of circle r=((4*Bsquared + Csquared)/8B) Have you reviewed the related Knowledge Base areas below?
|