SOLUTION: Need help with solving this system of Trig equations: r = a sin(x) r = a cos(2x)

Algebra ->  Trigonometry-basics -> SOLUTION: Need help with solving this system of Trig equations: r = a sin(x) r = a cos(2x)      Log On


   



Question 1183618: Need help with solving this system of Trig equations:
r = a sin(x)
r = a cos(2x)

Answer by ikleyn(52928) About Me  (Show Source):
You can put this solution on YOUR website!
.
Need help with solving this system of Trig equations:
r = a sin(x)
r = a cos(2x)
~~~~~~~~~~~~~~~~


            In this system,  " a "  is the parameter.


Left sides of the two equations are identical - hence, their right sides are equal

    a*sin(x) = a*cos(2x)


Cancel the common factor "a" in both sides (assuming a =/= 0).  Then

    sin(x) = cos(2x)      (1)



    +-------------------------------------------------------+
    |    From this point, there are two ways to proceed.    |
    +-------------------------------------------------------+



One way is to notice that equation (1) implies  

    x + 2x = pi%2F2+%2B+2k%2Api  for any integer  k = 0, +/-1, +/-2, . . . 


It gives further

      3x  = pi%2F2+%2B+2k%2Api,

       x  = pi%2F6+%2B+%282%2F3%29%2Ak%2Api,


which gives 3 (three) geometrically different answers for x

       x  = pi%2F6 = 30°  (at k=0);   x = 5pi%2F6 = 150°  (at k=1)   and   x =  3pi%2F2 = 270°  (at k=2).   (2)


At this point, first way solution is complete.



Another way to solve equation (1) is to replace the right side cos(2x) by 1-2sin%5E2%28x%29, using well known trigonometric identity.


You will get then the equation

    sin(x) = 1+-+2sin%5E2%28x%29,

or

    2sin%5E2%28x%29+%2B+sinx+-+1 = 0.


It is a quadratic equation for sin(x). You can solve it  EITHER  using the quadratic formula  OR  factoring

    2sin%5E2%28x%29+%2B+sin%28x%29+-+1 = (2sin(x)-1)*(sin(x)+1).


Doing this way, you will obtain the solutions

    sin(x) = 1%2F2  or  sin(x) = -1,

which lead to the same answers as the found above in (2).


Finally,   if a =/= 0,   then x=30°, r = 0.5a;   or x=150°, r=0.5a;   or   x=270°, r= - a.

              If   a = 0,   then   r=0   and   x   may have any value.

----------------

Solved.