Solve Trigonometry Equation | 2sin3a=sqrt(2) | Geometrical vs Symbolic Methods

  • Thread starter Thread starter chemistry1
  • Start date Start date
  • Tags Tags
    Trigonometry
AI Thread Summary
The equation 2*sin(3a) = sqrt(2) can be solved symbolically by first dividing both sides by 2, resulting in sin(3a) = 1/√2. To find the angles where sine equals 1/√2, the arcsin function can be applied, leading to the general solutions for 3a. The solutions can be expressed as 3a = b + 2πk or 3a = π - b + 2πk, where k is any integer. This method allows for finding all solutions within the range of 0 to 2π for a.
chemistry1
Messages
108
Reaction score
0
Hi, I have the following equation :

2*sin3a=sqrt(2)

I was able to solve it in a geometrical way(giving 6 solutions.) but I have no idea on how to solve it in a symbolic way...(which would take clearly less time to do ) Is there any way ?

thank you
 
Physics news on Phys.org
If you know how to apply the arcsine, sure.
 
Could you develop please ?I know arcsine... ( btw, it's from 0 to 2pi for the solutions)
 
chemistry1 said:
Could you develop please ?I know arcsine... ( btw, it's from 0 to 2pi for the solutions)

If sin(θ) = a, where -1 <= a <= 1; then

arcsin(a) = θ, where θ is the principal angle
 
Do you happen to know an angle for which the sine is 1/√2?
 
chemistry1 said:
Hi, I have the following equation :

2*sin3a=sqrt(2)

I was able to solve it in a geometrical way(giving 6 solutions.) but I have no idea on how to solve it in a symbolic way...(which would take clearly less time to do ) Is there any way ?

thank you
The point you seem to be missing is that if you divide both sides by 2 you have
sin(3a)= \frac{\sqrt{2}}{2}= \frac{1}{\sqrt{2}}
(hence haruspex's question)

Perhaps it would make more sense as "solve sin(\theta)= \sqrt{2}/2 for \theta". Of course once you have found \theta, solve 3a= \theta.

(In order to find all a between 0 and 2\pi, you may want to find all \theta= 3a between 0 and 6\pi.)
 
There is a way that always works: if you can write the right hand side (##\tfrac{1}{\sqrt{2}}## in this case) as sin(b), then your equation is of the form

sin(3a) = sin(b)

and the general solution is

$$3a = b + 2 \pi k, \text{ or } 3a = \pi - b + 2 \pi k$$

for all ##k = 0, 1, -1, 2, -2, 3, -3, \ldots##.

Similarly the general solution for cos(x) = cos(y) is

$$x = y + 2 \pi k, \text{ or } x = - y + 2 \pi k$$

(the only difference being the ##\pi## in the second branch).
 
Back
Top