Can the same argument be used for both radians and degrees in the sine function?

  • I
  • Thread starter fog37
  • Start date
  • Tags
    Argument
In summary, the sine function can be expressed in both radians and degrees, but the argument used must be consistent with the unit of measurement. While the sine function itself is defined in terms of the angle, the results will differ if the input is not converted appropriately between radians and degrees. Therefore, while the underlying mathematical principles remain the same, the specific numerical values will vary based on the unit used.
  • #1
fog37
1,569
108
TL;DR Summary
angle argument of a sine function
Hello,
I understand that the sine function take an argument as an input and produced an output which is a real number between 1 and -1. My question is about the argument. I know it can be in either radians or degrees which are different units to measure angle. An angle is the portion of the plane between two lines that meet at a vertex.

For example, let's consider a function that takes the length of the side as input and calculates the perimeter of a square: ##f(x)=4x##. The output is correct regardless of the input being in feet, meter, inches, etc. However, the numerical output is different depending on the unit of ##x##.

What about in the case of the function ##f(x)=sin(x)## or ##f(x)=3sin(4x+30^\circ)##? If ##x## is in radians or degrees, the answer is the same...How is that possible? I am trying to explain this concept to a friend but I am convincing and clear.

thanks!
 
Last edited by a moderator:
Mathematics news on Phys.org
  • #2
If those are interpreted by a human, he can make the appropriate adjustment in his interpretation. If they are in computer code, then the computer language will insist that the input to sin() is in radians. If you want to use degrees, you will need to make the appropriate conversion of units: sin( degToRad * x_degrees), where degToRad = ##\pi / 180 = 0.0174532925199433##.
It is very common to see a mistake in computer programs where the input to the sin() function is degrees without the conversion. The effects are serious. A tiny change in degrees is interpreted as a change in radians, which is much larger.
 
  • Like
Likes e_jane
  • #3
I'm not a mathematician, but I think the sine function works on radians, a dimensionless number (radian measure is a ratio). Your calculator uses the Taylor series (or some other faster series:

sin(x) = x+ x^3/3! - x^5/5! ...

If your calculator takes the argument in degrees, it first converts to radians (rad = pi * (deg/180)).

EDIT: basically, what @FactChecker just said.
 
  • #4
fog37 said:
TL;DR Summary: angle argument of a sine function

Hello,
I understand that the sine function take an argument as an input and produced an output which is a real number between 1 and -1. My question is about the argument. I know it can be in either radians or degrees which are different units to measure angle. An angle is the portion of the plane between two lines that meet at a vertex.

For example, let's consider a function that takes the length of the side as input and calculates the perimeter of a square: ##f(x)=4x##. The output is correct regardless of the input being in feet, meter, inches, etc. However, the numerical output is different depending on the unit of ##x##.

What about in the case of the function ##f(x)=sin(x)## or ##f(x)=3sin(4x+30^\circ)##? If ##x## is in radians or degrees, the answer is the same...How is that possible? I am trying to explain this concept to a friend but I am convincing and clear.

thanks!
The sine function in general mathematics is almost always has an argument in radians. That said, using degrees is quite common in engineering and mechanics problems.
 

FAQ: Can the same argument be used for both radians and degrees in the sine function?

1. Can the sine function be used interchangeably in radians and degrees?

Yes, the sine function can be used in both radians and degrees, but the input must be consistent with the unit being used. The sine of an angle in degrees and the sine of the same angle in radians will yield different results unless the angle is converted appropriately.

2. How do radians and degrees relate to each other in the sine function?

Radians and degrees are two different units for measuring angles. One full rotation (360 degrees) is equivalent to \(2\pi\) radians. When using the sine function, it's crucial to convert degrees to radians or vice versa to ensure accurate calculations.

3. What happens if I use degrees in a sine function that expects radians?

If you input degrees into a sine function that expects radians, the output will be incorrect. For example, sin(90 degrees) is 1, but sin(90 radians) is not. Always confirm the expected input unit of the sine function before performing calculations.

4. Are there any specific formulas to convert between degrees and radians for use in the sine function?

Yes, to convert degrees to radians, you can use the formula: radians = degrees × (π/180). Conversely, to convert radians to degrees, use: degrees = radians × (180/π). These conversions ensure that the sine function receives the angle in the correct unit.

5. Can the properties of the sine function be applied the same way in both radians and degrees?

Yes, the properties of the sine function, such as periodicity and symmetry, hold true regardless of whether the angle is measured in radians or degrees. However, the numerical values will differ unless the angles are converted to the same unit before comparison.

Similar threads

Replies
7
Views
1K
Replies
2
Views
2K
Replies
1
Views
2K
Replies
8
Views
1K
Replies
13
Views
2K
Replies
6
Views
4K
Replies
7
Views
4K
Back
Top