calculate chord when angle and radius are known.

old man factor

New Member
Joined
Jan 18, 2018
Messages
3
Trying to get a formula to calculate chord when angle and radius are known and would like to be able to calculate distance from chord to center of radius as well.

Please......
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
With angle (degrees) in cell A1 and and radius in cell B1:

Chord =2*B1*SIN(RADIANS(A1/2))

Distance =B1*COS(RADIANS(A1/2))
 
Upvote 0
With angle (degrees) in cell A1 and and radius in cell B1:

Chord =2*B1*SIN(RADIANS(A1/2))

Distance =B1*COS(RADIANS(A1/2))

Didn't work! Typed in just like it reads... MMMMMM
908 =2*B1*SIN(RADIANS(A1/2))

<colgroup><col width="312"><col width="81"><col span="2" width="64"><col width="111"></colgroup><tbody>
</tbody>

90 is degrees and 8 is radius - displays but doesn't calculate anything. ????
 
Upvote 0
Formulas worked when I tried them.


ABCD
1Angle110

2radius8

3Chord13.106

4Dist. Chord to Center4.589or4.589

<colgroup><col style="width:30px; "><col style="width:138px;"><col style="width:87px;"><col style="width:44px;"><col style="width:64px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B3=2*($B$2*SIN(RADIANS($B$1)/2))
B4=SQRT($B$2^2-($B$3/2)^2)
D4=B2*COS(RADIANS(B1/2))

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4

Works now - thanks so much - building complicated wood ribs for a 1.6 million dollar treehouse and we have 473 angles to assemble.
 
Upvote 0

Forum statistics

Threads
1,214,613
Messages
6,120,515
Members
448,968
Latest member
Ajax40

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top