Using complex numbers to find trig 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
Miike012
Messages
1,009
Reaction score
0
I can find for example Tan(2x) by using Euler's formula for example

Let the complex number Z be equal to 1 + itan(x)

Then if I calculate Z2 which is equal to 1 + itan(2x) I can find the identity for tan(2x) by the following...

Z2 =(Z)2 = (1 + itan(x))2 = 1 + (2i)tan(x) -tan(x)2 = 1 -tan(x)2 + i(2tan(x))

now tan(2x) = Im(Z2)/Re(Z2) = 2tan(x)/(1 - tan2(x)).

QUESTION:
Is there a method (still using complex numbers) to find half angle identities?
 
Physics news on Phys.org
Sure. Say you want to find [itex]\sin(x/2)[/itex]. [tex]\sin(x/2)= \frac{e^\frac{ix}{2}-e^{-\frac{ix}{2}}}{2i}[/tex] Square both sides and simplify using [itex]\frac{e^{ix}+e^{-ix}}{2}=cos(x)[/itex] to get [tex]\sin^2(x/2)=\frac{1-cos(x)}{2}[/tex]
 
HS-Scientist said:
Sure. Say you want to find [itex]\sin(x/2)[/itex]. [tex]\sin(x/2)= \frac{e^\frac{ix}{2}-e^{-\frac{ix}{2}}}{2i}[/tex] Square both sides and simplify using [itex]\frac{e^{ix}+e^{-ix}}{2}=cos(x)[/itex] to get [tex]\sin^2(x/2)=\frac{1-cos(x)}{2}[/tex]

would it work the same for sin(x/n) where n>2
 
I don't think so. If you were to expand [tex](\frac{e^\frac{ix}{n}-e^{-\frac{ix}{n}}}{2i})^n[/tex] you would get a lot of terms that look like [itex]e^{aix/n}[/itex] that don't look so easy to simplify.
 
Last edited:
HS-Scientist said:
I don't think so. If you were to expand [tex](\frac{e^\frac{ix}{n}-e^{-\frac{ix}{n}}}{2i})^n[/tex] you would get a lot of terms that look like [itex]e^{aix/b}[/itex] where a and b are integers less than n that don't look so easy to simplify.

Thanks for your help
 
If for any function f, you have a formula f(2x) = g[f(x)]

Then f(x) = g[f(x/2)], and f(x/2) = g-1[f(x)]

Which you can obtain provided you can invert g, which in this case you can - it is solving a quadratic.

You will surely not obtain any different results by whatever other method.