OnlineConversion Forums Welcome to OnlineConversion.com Forums

Go Back   OnlineConversion Forums > Main Forums > Convert and Calculate

Convert and Calculate Post any conversion related questions and discussions here. If you're having trouble converting something, this is where you should post.
* Guest Posting is allowed.

Reply
 
Thread Tools Display Modes
  #21  
Old 05-18-2008, 02:29 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Find the radius from a chord

What if you know the arc-length, and the chord? Is there anyway to calculate the radius?
Reply With Quote
  #22  
Old 05-19-2008, 07:18 AM
JohnS JohnS is offline
Double Ultimate Supreme Member
Long Time Member The Golden Calculator Award Over 5000 Posts
 
Join Date: Dec 2007
Location: SE Michigan, USA
Posts: 8,703
Rep Power: 17
JohnS will become famous soon enough
Default Re: Find the radius from a chord

Quote:
Originally Posted by Unregistered
What if you know the arc-length, and the chord? Is there anyway to calculate the radius?
Yes, but it gets ugly:
c must be less than s, and c/s must be accurately measured, even so it works poorly for small central angles, appreciably less than 1 radian (about 58 degrees).

s = R*theta (note: central angle, theta, must be in radians)
c = 2*R*sin(theta/2)

c/s = sin(theta/2) / (theta/2)

You have to solve this transcendental equation for theta, then R = s/theta

Four approaches:
1) Plot the function, enter with c/s, look up theta
2) Prepare table of values and do reverse interpolation
3) Expand the first few terms of Taylor series and solve
(three terms (quadratic to solve) work pretty well to 1 radian)
4) Use Newton's method to iterate a solution. (Use #3 for initial guess, quite unstable near theta=0, because derivative is 0)
Reply With Quote
  #23  
Old 07-09-2008, 05:35 PM
kasten_rich
Guest
 
Posts: n/a
Default Re: Find the radius from a chord

Here's the formula that I have found that works. This is from the Machinist's Handbook.

R= C squared + 4 h squared / 8 h.

C is the length of the chord; h is the height. As an example:

C= 53.125, h = 3.25, so C squared = 2282.3 + 4 X 3.25 squared or 42.25. 2282.3 + 42.25 = 2864.55. 8 X 3.25 = 26. 2864.55/26 = 101.175. So R = 101.175.

Does that help?
Reply With Quote
  #24  
Old 08-15-2008, 04:08 AM
Unregistered
Guest
 
Posts: n/a
Default Re: Find the radius from a chord

hate to be the devils advocate here but what happens in the case that the height H (or m) in some formulas is zero, i.e. a point on the arc, shouldn't the formula still result an answer???

Quote:
Originally Posted by Unregistered
I stumbled on this through a google search. I was also looking for the same formula which I couldnt find in any of my study books. It's in the machinist handbook but I dont have one here at home.

Here's the Formula R = ((C/2)² + H²)/2H

So in your case with a chord of 30m and a height of 10m

R = ((30/2)² + 10²)/2*10
R = ((225+100)/20
R = 325/20
R = 16.25m

I know I'm a little late on the thread but should help others.
Reply With Quote
  #25  
Old 08-15-2008, 05:36 PM
JohnS JohnS is offline
Double Ultimate Supreme Member
Long Time Member The Golden Calculator Award Over 5000 Posts
 
Join Date: Dec 2007
Location: SE Michigan, USA
Posts: 8,703
Rep Power: 17
JohnS will become famous soon enough
Default Re: Find the radius from a chord

Quote:
Originally Posted by Unregistered
hate to be the devils advocate here but what happens in the case that the height H (or m) in some formulas is zero, i.e. a point on the arc, shouldn't the formula still result an answer???
No. H isn't a point on the arc. It is the point of maximum height, at the center. If it is zero the "arc" is a straight line and the radius infinite.

You'd have to set up a different equation for an arbitrary point on the arc.
Reply With Quote
  #26  
Old 09-25-2008, 03:33 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Find the radius from a chord

so i need to find the radius having only the height from the chord to the arch and the arch length.. I do NOT know C or R or an angle? how can this be done?
Reply With Quote
  #27  
Old 09-26-2008, 05:12 AM
JohnS JohnS is offline
Double Ultimate Supreme Member
Long Time Member The Golden Calculator Award Over 5000 Posts
 
Join Date: Dec 2007
Location: SE Michigan, USA
Posts: 8,703
Rep Power: 17
JohnS will become famous soon enough
Default Re: Find the radius from a chord

Quote:
Originally Posted by Unregistered
so i need to find the radius having only the height from the chord to the arch and the arch length.. I do NOT know C or R or an angle? how can this be done?
Much like #22, you can set up and solve an ugly transcendental equation

s = R*theta (theta must be in radians)
h = R*(1 - cos(theta/2))

2h/s = (1-cos(theta/2))/(theta/2)
Solve above, for theta/2, then theta, then R = s/theta

Expanding the above in Taylor series, first term gives initial guess of theta approx. equal 8*h/s. If this is a common problem, you could assume theta, calculate h/s, and build a lookup table. You could then interpolate between points.
Reply With Quote
  #28  
Old 10-30-2008, 04:54 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Find the radius from a chord

Thanks. Done!
Reply With Quote
  #29  
Old 05-17-2009, 07:04 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Find the radius from a chord

I have a problem ...tricky for me simple to some
please help I am building a radius bulkhead from a drawing. I am able to scale the distance(chord) and the height (furthest distance from the straight wall)

length of wall is 396 inches
the furthest point of the radius away from the wall is 3O inches.

I need to have a supplier crimp and bend my track but I need to provide the radius.(which is not provided on the drawing) Thanks to lazy Mr Architect
I would call the architect for this but this is a long weekend and I need to finish... please help
Reply With Quote
  #30  
Old 06-18-2009, 11:39 AM
amanda dubuisson
Guest
 
Posts: n/a
Smile explain to me how the radius and chords are different?

[QUOTE=amanda ]I am not exactly sure what you mean.

The chord meaures the curve of a sector of a circle? so what can u explain to me like in a question for this Circle A has a radius of 3 m. What is the length of the longest chord in circle A? can you help me on that and to show me how you did it.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 10:52 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©1997-2005, 2007, OnlineConversion.com