Question 934940
frequency (f) is given as 240 cycles/minute:
---
because the answer equation must be in units of seconds ...
convert f to cycles/second:
f = 240 cycles/minute * (1/60 minutes/second)
f = 240/60 cycles/second
---
assume our sine() function takes radians and not degrees:
in that case we must convert the argument of the sine() function to radians:
---
1 cycle = 2*pi radians
---
the units of the argument to the sine() function are:
sine( 2*pi radians/cycle * 240/60 cycles/second * t seconds )
sine( radians )
---
d = 10 * sin( 2 * pi * (240/60)t )
d = 10 * sin( 2 * 3.14159265359 * (240/60)t )
---
Free algebra tutoring live chat:
https://sooeet.com/chat.php?gn=algebra
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations with quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
---