Triginometry: Half Angle Identities

  • Thread starter Thread starter StephenAA
  • Start date Start date
  • Tags Tags
    Angle identities
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
5 replies · 3K views
StephenAA
Messages
3
Reaction score
0

Homework Statement


[tex]sin(75^\circ)[/tex]

Homework Equations


[tex]sin(\frac{\alpha}{2}) = \pm \sqrt{\frac{1-cos(\alpha)}{2}}[/tex]

The answer is known to be:
[tex]\frac{\sqrt{6} + \sqrt{2}}{4}[/tex]

The Attempt at a Solution


[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{1-cos(150^\circ)}{2}}[/tex]
[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{1+\frac{\sqrt{3}}{2}}{2}}[/tex]
[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{2+\sqrt{3}}{4}}[/tex]
[tex]sin(\frac{150^\circ}{2}) = \pm \frac{\sqrt{2+\sqrt{3}}}{2}[/tex]

This is a correct answer, but clearly it is not simplified completely. Any help would be appreciated.
 
Physics news on Phys.org
Are you supposed to use the half-angle identity? Think of another way to figure it out.

Hint: Sum Formula for sin function.
 
Ivan92 said:
Are you supposed to use the half-angle identity? Think of another way to figure it out.

Yes. As you stated, this problem can be solved easily with the sum formula for sin, but the directions ask us specifically to solve it using half angle identities. My problem is that I get stuck at that last step, as I'm not quite sure how to simplify it further.
 
First off, do we NEED the plus-minus sign? (If not, can you explain why not?)

The 2nd to last line you have this:
[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{2+\sqrt{3}}{4}}[/tex]

Inside the square root, multiply top and bottom by 4. Factor out a 2 in the numerator (not 4!). You should have
[tex]\sin \left(\frac{150^\circ}{2}\right) = \sqrt{\frac{2(4 + 2\sqrt{3})}{16}}[/tex]
Split the 4 into 1 + 3:
[tex]\sin \left(\frac{150^\circ}{2}\right) = \sqrt{\frac{2(1 + 2\sqrt{3} + 3)}{16}}[/tex]

This expression:
[tex]1 + 2\sqrt{3} + 3[/tex]
is an algebraic pattern that's somewhat disguised. See if you can figure out the rest.
 
Last edited:
eumyang said:
First off, do we NEED the plus-minus sign? (If not, can you explain why not?)
I'm not entirely sure how to determine whether the answer should be positive or negative (the quadrant, perhaps?), so I just left it there.

Anyways, thanks for your help. It's much more clear now.
[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{2+\sqrt{3}}{4}}[/tex]
[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{8+4\sqrt{3}}{16}}[/tex]
[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{2(4+2\sqrt{3})}{16}}[/tex]
[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{2(1+2\sqrt{3}+3)}{16}}[/tex]
[tex]sin(\frac{150^\circ}{2}) = \pm \sqrt{\frac{2(1+\sqrt{3})^2}{16}}[/tex]
[tex]sin(\frac{150^\circ}{2}) = \pm \frac{(\sqrt{2})(1+\sqrt{3})}{4}[/tex]

For the final answer:
[tex]sin(75^\circ) = \pm \frac{\sqrt{2}+\sqrt{6}}{4}[/tex]

Or, as the answer key lists it:
[tex]sin(75^\circ) = \pm \frac{\sqrt{6}+\sqrt{2}}{4}[/tex]

Thank you for your help.