Trig equations with multiple angles

AI Thread Summary
The discussion focuses on solving the equation sin(aθ) - sin(bθ) = 0, where a and b are integers with a > b. The initial approach involves finding regular roots through specific angle manipulations, but the user struggles with identifying non-standard roots like θ = 2π/3 and 4π/3. Attempts to expand the equation sin(4θ) - sin(θ) lead to complex forms, and the user seeks a simpler method for finding all solutions. Key insights include recognizing the importance of the family of solutions and the need to account for all potential roots, including those derived from sin(θ) = 0. The conversation emphasizes the challenge of finding specific solutions while navigating through various mathematical 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 sin(a \theta ) - sin(b \theta) = 0 (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 a \theta = \pi - b \theta and then by letting all subsequent values of \theta = \frac{(1+2k) \pi}{a+b} (where k is any integer)...it is also easy to spot that \theta = n \pi (where n is an integer)



The Attempt at a Solution


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

I have tried to expand sin4 \theta - sin \theta = 0 but after:

2sin2\theta cos2\theta - sin\theta = 0
4sin\theta cos\theta (cos^2\theta - sin^2\theta ) - sin\theta = 0
4cos\theta (2cos^2\theta - 1 ) -1 = 0
8cos^3\theta - 4cos\theta - 1 = 0 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:

\sin(\theta)=\sin(\phi)
means that
\theta=\phi + 2 \pi n
or
\theta=\pi - \phi + 2 \pi n

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 sin(a \theta ) - sin(b \theta) = 0 (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 a \theta = \pi - b \theta

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

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

The Attempt at a Solution


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

I have tried to expand sin4 \theta - sin \theta = 0 but after:

2sin2\theta cos2\theta - sin\theta = 0
4sin\theta cos\theta (cos^2\theta - sin^2\theta ) - sin\theta = 0
4cos\theta (2cos^2\theta - 1 ) -1 = 0

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

8cos^3\theta - 4cos\theta - 1 = 0 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:

\sin(\theta)=\sin(\phi)
means that
\theta=\phi + 2 \pi n
or
\theta=\pi - \phi + 2 \pi n

right?

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

VietDao29 said:
No, that's not correct. \frac{1 + 2k}{a + b} does not mean that it's a natural number, or even an integer. And, nor does \frac{2k'}{a - b}. Say, we have k = 1, and a = 3, b = 1? \frac{1 + 2k}{a + b} = \frac{1 + 2}{3 + 1} = \frac{3}{4} \notin \mathbb{Z}
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 \sin \theta = 0, 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:

\sin(\theta)=\sin(\phi)
means that
\theta=\phi + 2 \pi n
or
\theta=\pi - \phi + 2 \pi n

right?

Cheers for the reply but I was looking for a way to find specific elements of the solution set namely \frac {2n\pi}{3} but it has been pointed out to me what I didn't do :)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top