Trig formula problem

prostreet

New Member
Joined
May 8, 2016
Messages
11
Please help
I have been trying for days to solve a formula in Excel.
I am attempting to find the length of a cord, knowing the radius & the angle.
The formula is 2 * r * sin(theta/2)
r = 2, theta = 89
When using a scientific calculator, I get 2.8036, the exact dimension as I get in Autocad.
When I try to do this in Excel using 2 * 2 * ( sin 89/2)) I get 1.980
Can anyone help me achieve the correct answer?
Any help would be appreciated.
Thank you.
Jerome
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
I think in Excel you don't use cosine, sine, tangent with degrees, you have to change the angle to radians before using those functions.

It's been a while since I converted degrees to radians, but I'm sure it's easy enough to find with google.

I remember that there's 2*PI radians in a circle which is 360 degrees, but the straight conversion from degrees to radians escapes me, maybe degrees * pi/180?
 
Last edited:
Upvote 0
=2*2*SIN((89*(PI()/180)/2))
Gives me the answer you came up with.
2.803637
 
Upvote 0
Here's another one that easily converts the angle to radians.
=2*2*SIN(RADIANS(89/2))
Same answer as the other one.
2.803637
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,110
Messages
6,128,894
Members
449,477
Latest member
panjongshing

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