Trigonometric Equations: Solutions for sin θ = cos θ and sin θ = -3 cos θ

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Trig
AI Thread Summary
The discussion focuses on solving the trigonometric equations sin θ = cos θ and sin θ = -3 cos θ. The first equation yields solutions of θ = π/4 + πk, while the second leads to θ = 5.03 + 2πk and θ = 1.89 + 2πk. A participant highlights the importance of understanding that the product of two factors being zero means at least one factor must be zero, not necessarily both. There is confusion regarding the validity of π/4 as a solution, which is clarified through substitution back into the original equation. Participants also discuss formatting issues with LaTeX in their posts.
cscott
Messages
778
Reaction score
1
<br /> \begin{align*}<br /> \sin^2 \theta + 2 \sin \theta \cos \theta - 3 \cos^2 \theta = 0 \\<br /> (\sin \theta + 3 \cos \theta)(\sin \theta - \cos \theta) = 0 \\<br /> \end{align*}<br />

so,

<br /> \begin{align*}<br /> \sin \theta = \cos \theta\\<br /> \theta = \frac{\pi}{4} + \pi k, k \epsilon \mathbb{I}<br /> \end{align*}<br />

or

<br /> \begin{align*}<br /> \sin \theta = -3 \cos \theta\\<br /> \tan \theta = -3\\<br /> \theta = 5.03 + 2\pi k, k \epsilon \mathbb{I}; 1.89 + 2\pi k, k \epsilon \mathbb{I}<br /> \end{align*}<br />

How come this is incorrect?

...argh I can't align it properly :rolleyes:
 
Last edited:
Physics news on Phys.org
a x b = 0 doesn't mean both a and b are zero, although they could be. It simply means at least one of them is zero for the product to be zero.
 
cscott said:
\begin{align*}<br /> \sin \theta = \cos \theta\\<br /> \theta = \frac{\pi}{4} + 2\pi k, k \epsilon \mathbb{I}<br /> \end{align*}<br />
Here, you can get all solution by taking pi/4 + k*pi instead of 2k*pi.
 
TD said:
Here, you can get all solution by taking pi/4 + k*pi instead of 2k*pi.

Oops, I had that written down but I made the mistake when posting!

Does this mean you say pi/4 is a correct answer? When I plug it back into the original equation I don't get 0 :frown:
 
How's that?

<br /> \sin ^2 \theta + 2\sin \theta \cos \theta - 3\cos ^2 \theta \mathop \to \limits^{\theta = \pi /4} \left( {\sin \frac{\pi }{4}} \right)^2 + 2\sin \frac{\pi }{4}\cos \frac{\pi }{4} - 3\left( {\cos \frac{\pi }{4}} \right)^2 = \frac{1}{2} + 2 \cdot \frac{{\sqrt 2 }}{2} \cdot \frac{{\sqrt 2 }}{2} - 3 \cdot \frac{1}{2} = 0<br />
 
TD said:
How's that?

<br /> \sin ^2 \theta + 2\sin \theta \cos \theta - 3\cos ^2 \theta \mathop \to \limits^{\theta = \pi /4} \left( {\sin \frac{\pi }{4}} \right)^2 + 2\sin \frac{\pi }{4}\cos \frac{\pi }{4} - 3\left( {\cos \frac{\pi }{4}} \right)^2 = \frac{1}{2} + 2 \cdot \frac{{\sqrt 2 }}{2} \cdot \frac{{\sqrt 2 }}{2} - 3 \cdot \frac{1}{2} = 0<br />

OK, I'm just bad at typing things into my calculator then! That's what I get for using it in the first place o:)

By the way, can anyone tell me how to align things properly with tex? For some reason using "\\" won't skip lines for me.

Thanks.
 
Last edited:
It will if you use an array:

\begin{array}{l}<br /> x^2 - 4 = 0 \\ <br /> x = 2 \vee x = - 2 \\ <br /> \end{array}

Code:
\begin{array}{l}
 x^2  - 4 = 0 \\ 
 x = 2 \vee x =  - 2 \\ 
 \end{array}
 
Doh! Thanks again!
 
You're welcome :smile:
 
Back
Top