Orienting a sine curve at a particular angle - MathOverflow most recent 30 from http://mathoverflow.net2013-05-24T14:18:39Zhttp://mathoverflow.net/feeds/question/32140http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/32140/orienting-a-sine-curve-at-a-particular-angleOrienting a sine curve at a particular anglesanz2010-07-16T09:55:01Z2010-07-16T09:55:01Z
<p>If a sine curve needs to be oriented at a particular angle, say 45 degrees, we can find the equation of the new curve by converting into Polar coordinates, shifting the angle by 45 degrees and then converting back to Cartesian coordinates. The problem with this is, we end up with equations like (x - y) = sin(x + y) and is difficult to code into a computer program which requires functions to be in the form y = f(x). Is there a way to get the equation in y = f(x) form ?</p>