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

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Trig
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 4K views
cscott
Messages
778
Reaction score
1
[tex] \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*}[/tex]

so,

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

or

[tex] \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*}[/tex]

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:
[tex]\begin{align*}<br /> \sin \theta = \cos \theta\\<br /> \theta = \frac{\pi}{4} + 2\pi k, k \epsilon \mathbb{I}<br /> \end{align*}[/tex]
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?

[tex] \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[/tex]
 
TD said:
How's that?

[tex] \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[/tex]

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:

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

Code:
\begin{array}{l}
 x^2  - 4 = 0 \\ 
 x = 2 \vee x =  - 2 \\ 
 \end{array}
 
Doh! Thanks again!