Question:
Trig problems in Excel?
GreenEyedBeauty
2012-02-09 20:31:58 UTC
The problem given is sin(x)/1 = sin (30)/10
Supposedly I can get the right answer by writing the formula for arcsin (1*sin(30)/10)*(180/pi) (for degrees instead of radians.
My answer is supposed to be 2.9, but Excel keeps giving me the answer -5.67.
This is what I am typing into excel: asin(1*sin(30)/10)*180/pi()
Three answers:
Ray
2012-02-09 20:44:31 UTC
sinx=sin(30)/10

If 30 is degrees, then sin30/10=1/20 and x= sin-1(1/20)= 2.866 degrees

If 30 is radians, then sin30/10= -.0988 and x=sin-1(-.0988) = -.0990 radians

To convert degrees to radians, d*(pi/180)=r
Pope
2012-02-10 04:47:51 UTC
I take it that your given angle is in degrees, and you want the answer in degrees too. You need to effect a unit conversion twice. The angle is converted to radians in the argument of the sine function. The arcsine function will render an answer in radians, which needs to be converted to degrees.



This is what should be entered in the cell:



=ASIN(SIN(30*PI()/180)/10)*180/PI()
anonymous
2012-02-11 03:02:03 UTC
The argument used in Excel's sin function is in radians, not degrees. You can use SIN(RADIANS(30)).


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...