Solving Trigonometric Equations with multiple solutions

Sadriam
Messages
8
Reaction score
0

Homework Statement


Solve each equation for solutions on the interval 0 ≤ x ≤ 2∏.
Code:
2 sin x = √3

The Attempt at a Solution


Okay so I was able to solve this one:

  • 2 sin x = √3
  • sin x = (√3) / 2

So i got x = ∏/3 ; 2∏/3 ; 4∏/3 ; 5∏/3

I substituted the x's into the original problem, and ∏/3 and 2∏/3 give +(√3). The other two give -(√3). Are the one's that give negative results also solutions? If so, is this only true for (±√x), or is the sign always a significant factor?
 
Physics news on Phys.org
No, if sin(x)= -\sqrt{3}/2 then 2sin(x)= -\sqrt{3} which is NOT the original equation. Those values of x do NOT satisfy the equation and are NOT solutions. In particular, \sqrt{a} is NOT the same as either -\sqrt{a} or \pm\sqrt{a}.
 
Thank you for clarifying (:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top