In addition to the Curtis Method and the Ranta Conjecture we had a couple of really good questions come up. One in particular deserves some more attention.
We were trying to graph `y=-4+5sin((2*pi)/3(x+1))`
The first attempt was to try and avoid radians and graph `y=-4+5sin(120(x+1))`. Then the question was asked – “If we are converting `(2*pi)/3` to degrees, then doesn’t the 1 (radian) have to be converted also? So, going with that idea we have: `y=-4+5sin(120(x+57.295…))` or exactly: `y=-4+5sin(120(x+180/pi)` That seemed very reasonable. Before we had time to discuss it any further time ran out.
Looking at a table of values though, it is clear that the two equations above are not equivalent. Why not? After all `(2*pi)/3` radians is equal to 120 degrees, and 1 radian is equal to `180/pi` degrees.
I won’t tell you the answer (I know that surprises you) but I will give you the two equations that are equivalent and you can think about why these two are but the orignal two are not.
`y=-4+5sin((2*pi)/3(x+1))` in radians is equivalent to `y=-4+5sin((2*pi)/3(x+180/pi))` in degrees.
What’s going on?