Trig equations with multiple angles

Click For Summary

Homework Help Overview

The discussion revolves around solving the trigonometric equation sin(a θ) - sin(b θ) = 0, where a and b are integers with a > b. Participants are exploring methods to find all solutions, particularly focusing on both regular and "sneaky" roots that may not be immediately apparent.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various methods to find solutions, including solving for specific angles and considering periodicity. There is mention of expanding the equation and checking for roots, as well as questioning the validity of certain derived expressions.

Discussion Status

The conversation is ongoing, with participants offering hints and corrections to each other's reasoning. Some have pointed out potential oversights in the original poster's approach, while others are seeking clarification on specific aspects of the solutions.

Contextual Notes

There are indications of confusion regarding the nature of the solutions, particularly whether certain derived expressions yield integers. Participants are also grappling with the implications of periodic solutions and the completeness of their approaches.

GregA
Messages
210
Reaction score
0

Homework Statement


What I'm scratching my head with is trying to find mechanically, a way of finding all the solutions of the expression [tex]sin(a \theta ) - sin(b \theta) = 0[/tex] (where a and b are integers (for now) with a > b)

Homework Equations


I can get the roots that are regular rotations from a specific starting angle by first solving [tex]a \theta = \pi - b \theta[/tex] and then by letting all subsequent values of [tex]\theta = \frac{(1+2k) \pi}{a+b}[/tex] (where k is any integer)...it is also easy to spot that [tex]\theta = n \pi[/tex] (where n is an integer)



The Attempt at a Solution


what I'm having trouble with is finding quickly the sneaky roots such as [tex]\theta = \frac{2 \pi}{3} or \frac{4 \pi}{3}[/tex] in the expression [tex]sin4 \theta - sin \theta = 0[/tex](amongst others, though this is the question that I started with) that aren't found with the above method.

I have tried to expand [tex]sin4 \theta - sin \theta = 0[/tex] but after:

[tex]2sin2\theta cos2\theta - sin\theta = 0[/tex]
[tex]4sin\theta cos\theta (cos^2\theta - sin^2\theta ) - sin\theta = 0[/tex]
[tex]4cos\theta (2cos^2\theta - 1 ) -1 = 0[/tex]
[tex]8cos^3\theta - 4cos\theta - 1 = 0[/tex] I can't see a simple way of solving it without using either Newton's method, the cubic formula (there must surely be a simpler way than that though), or getting the protractor out and searching for them.

I'm betting there is a simple method and either I just can't remember it or have not come across it yet...can anyone throw me some hints?
 
Last edited:
Physics news on Phys.org
You could try for something a little less fancy:

[tex]\sin(\theta)=\sin(\phi)[/tex]
means that
[tex]\theta=\phi + 2 \pi n[/tex]
or
[tex]\theta=\pi - \phi + 2 \pi n[/tex]

right?
 
GregA said:

Homework Statement


What I'm scratching my head with is trying to find mechanically, a way of finding all the solutions of the expression [tex]sin(a \theta ) - sin(b \theta) = 0[/tex] (where a and b are integers (for now) with a > b)

Homework Equations


I can get the roots that are regular rotations from a specific starting angle by first solving [tex]a \theta = \pi - b \theta[/tex]

You forget the family (?, wonder if this is used correctly) of solution:
[tex]a \theta = b\theta + 2k' \pi \Rightarrow \theta = \frac{2k' \pi}{a - b}[/tex]
and then by letting all subsequent values of [tex]\theta = \frac{(1+2k) \pi}{a+b}[/tex] (where k is any integer)...it is also easy to spot that [tex]\theta = n \pi[/tex] (where n is an integer)

No, that's not correct. [tex]\frac{1 + 2k}{a + b}[/tex] does not mean that it's a natural number, or even an integer. And, nor does [tex]\frac{2k'}{a - b}[/tex]. Say, we have k = 1, and a = 3, b = 1? [tex]\frac{1 + 2k}{a + b} = \frac{1 + 2}{3 + 1} = \frac{3}{4} \notin \mathbb{Z}[/tex]

The Attempt at a Solution


what I'm having trouble with is finding quickly the sneaky roots such as [tex]\theta = \frac{2 \pi}{3} or \frac{4 \pi}{3}[/tex] in the expression [tex]sin4 \theta - sin \theta = 0[/tex](amongst others, though this is the question that I started with) that aren't found with the above method.

I have tried to expand [tex]sin4 \theta - sin \theta = 0[/tex] but after:

[tex]2sin2\theta cos2\theta - sin\theta = 0[/tex]
[tex]4sin\theta cos\theta (cos^2\theta - sin^2\theta ) - sin\theta = 0[/tex]
[tex]4cos\theta (2cos^2\theta - 1 ) -1 = 0[/tex]

You've dropped the solution [tex]\sin \theta = 0[/tex], when moving from the former line to the later one.

[tex]8cos^3\theta - 4cos\theta - 1 = 0[/tex] I can't see a simple way of solving it without using either Newton's method, the cubic formula (there must surely be a simpler way than that though), or getting the protractor out and searching for them.

I'm betting there is a simple method and either I just can't remember it or have not come across it yet...can anyone throw me some hints?

Well, you can see NateTG's post, if you want to have a neater version of it. :)
 
Last edited:
NateTG said:
You could try for something a little less fancy:

[tex]\sin(\theta)=\sin(\phi)[/tex]
means that
[tex]\theta=\phi + 2 \pi n[/tex]
or
[tex]\theta=\pi - \phi + 2 \pi n[/tex]

right?

VietDao29 said:
You forget the family (?, wonder if this is used correctly) of solution:
[tex]a \theta = b\theta + 2k' \pi \Rightarrow \theta = \frac{2k' \pi}{a - b}[/tex]
agh, I knew it was something simple!...I forgot the family: [tex]a \theta = b\theta + 2k' \pi \Rightarrow \theta = \frac{2k' \pi}{a - b}[/tex] :smile::smile: cheers!

VietDao29 said:
No, that's not correct. [tex]\frac{1 + 2k}{a + b}[/tex] does not mean that it's a natural number, or even an integer. And, nor does [tex]\frac{2k'}{a - b}[/tex]. Say, we have k = 1, and a = 3, b = 1? [tex]\frac{1 + 2k}{a + b} = \frac{1 + 2}{3 + 1} = \frac{3}{4} \notin \mathbb{Z}[/tex]
hmm...that wasn't what I was saying...I meant just that you fling integers into k and get an answer, not that the resulting fraction is an integer.


VietDao29 said:
You've dropped the solution [tex]\sin \theta = 0[/tex], when moving from the former line to the later one.
agh...true! :redface:

Thankyou Viet Dao
 
Last edited:
NateTG said:
You could try for something a little less fancy:

[tex]\sin(\theta)=\sin(\phi)[/tex]
means that
[tex]\theta=\phi + 2 \pi n[/tex]
or
[tex]\theta=\pi - \phi + 2 \pi n[/tex]

right?

Cheers for the reply but I was looking for a way to find specific elements of the solution set namely [tex]\frac {2n\pi}{3}[/tex] but it has been pointed out to me what I didn't do :)
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
15
Views
2K
Replies
6
Views
2K
Replies
4
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K