Appleton said:
Thanks for your responses. So the other solutions within the given range are 90 and 270?
What is the strategy for 1) making sure you have all the solutions? 2) finding those more illusive solutions?
Yes, those are the solutions.
From your questions, I understand that you didn't get what we are trying to tell you. Consider this rather simple example: x^2 + x = 0.
Your erroneous way of solving this equation would be: Divide both sides by x so that you are left with x + 1 = 0, and hence x = -1. That is one of the roots, but you can't obtain the second one x=0. The reason for this is you assume x is not 0 when dividing by it, so if you want to do this the division way, the correct solution is this:
"Assume x is not 0. Then, we can divide by x and obtain x+1=0, which means we have one root -1. Now, assume x is 0. The equation is satisfied, and hence 0 is the second root."
There is also another way that might be less prone to confusion, suggested by LCKurtz. Factoring the example equation I provided, you get x(x+1) = 0. If the product of two things equals 0, one of them must be 0. Equating x and x+1 to 0, you get the two roots 0 and -1. Note that there is no division in this solution. If the above logic about dividing by zero is confusing for you, the factoring way of doing it might be easier for you, as you don't have to worry about any divisions by zero.