How Do You Prove Trigonometric Identities in Complex Number Equations?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
chaoseverlasting
Messages
1,051
Reaction score
3

Homework Statement


I have an exam coming up on Monday, and I can't seem to solve this question. Please point me in the right direction.

[tex]x=e^{i\alpha}[/tex], [tex]y=e^{i\beta}[/tex] [tex]z=e^{i\gamma}[/tex].

If [tex]x+y+z=xyz[/tex], prove that,

[tex]cos(\beta -\gamma) + cos(\gamma -\alpha) + cos(\alpha -\beta) + 1=0[/tex]

Homework Equations



[tex]e^{ix}=cosx +i sinx[/tex]
[tex]2cos\theta=e^{i\theta}+e^{-i\theta}[/tex]

The Attempt at a Solution



I tried to go from x+y+z=xyz by using the Euler form but couldn't get anywhere.

Then I multiplied the result by two to get [tex]2cos(\beta -\gamma) + 2cos(\gamma -\alpha) + 2cos(\alpha -\beta) + 2=0[/tex].

Splitting the cosine terms into the Euler form and then rearranging the equation, I got:

[tex]\frac{e^{i\alpha}+e^{i\beta}+e^{i\gamma}}{e^{i(\alpha+\beta+\gamma)}}(e^{2i\alpha}+e^{2i\beta}+e^{2i\gamma}-(e^{3i\alpha}+e^{3i\beta}+e^{3i\gamma}))+2=0[/tex]

Now, if I can prove
[tex]e^{2i\alpha}+e^{2i\beta}+e^{2i\gamma}-(e^{3i\alpha}+e^{3i\beta}+e^{3i\gamma}=-2[/tex], then by implication, x+y+z=xyz as

[tex]e^{i\alpha}+e^{i\beta}+e^{i\gamma}=x+y+z[/tex] and [tex]e^{i(\alpha+\beta+\gamma)}=xyz[/tex].

How do I go about this?
 
Physics news on Phys.org
The way I'd approach it... I'd try to simplify (y/z) + (z/x) + (x/y)... and see what comes out... the real part of this sum is:

[tex]cos(\beta -\gamma) + cos(\gamma -\alpha) + cos(\alpha -\beta)[/tex]...
 
I just tried that, here's where I am getting stuck with it:

[tex]\frac{xy^2+yz^2+zx^2+xyz}{xyz}[/tex]. Where do I go from here?
 
Yeah, I wasn't able to get anywhere with that either...

using x + y + z = xyz

you know that... cos(alpha) + cos(beta) + cos(gamma) = cos(alpha + beta + gamma)

you also know that sin(alpha) + sin(beta) + sin(gamma) = sin(alpha + beta + gamma)

square both equations and add... with the cos(A-B) identity... this will give you the result.
 
Thank you. Thats excellent! You're a lifesaver!