Sunday, November 1, 2015

trigonometry - Show that $sin x-icos x=operatorname{cis}(x-pi/2)$



A question in a textbook asks





Show that $\sin\theta-i\cos\theta=\operatorname{cis}(\theta-\frac{\pi}{2})$




I've previously shown that: $\sin\theta+i\cos\theta=\operatorname{cis}(\frac{\pi}{2}-\theta)$, and that $\cos\theta-i\sin\theta=\operatorname{cis}(-\theta)$.
So I've tried using that in my working out, but can't seem to work this one out.



I am assuming that it wants me to use trig addition formulae and De Moivre's Theorem possibly (because that is the general theme of this section of the book). No working out that's too abstract or advanced I'd presume.



I have tried symmetry properties, and negative angles as well.




I am sure I can prove it by using a subtraction formula, but that would be me assuming the answer (circular logic maybe). I need to start from the LHS and then work to get the RHS.


Answer



You can write
$$
\operatorname{cis}\left(\theta-\frac{\pi}{2}\right)=
\frac{\operatorname{cis}\theta}{\operatorname{cis}\frac{\pi}{2}}
$$
Since $\operatorname{cis}\frac{\pi}{2}=i$, you get
$$
\operatorname{cis}\left(\theta-\frac{\pi}{2}\right)=

i^{-1}\operatorname{cis}\theta=i^{-1}(\cos\theta+i\sin\theta)=
-i\cos\theta+\sin\theta
$$
because $i^{-1}=-i$.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...