Proving complex phasor expression equals (1 - cos θ) / sin θ

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Loudhvx
Messages
12
Reaction score
0
Please forgive me as I may have to edit this post to get the equations to show properly.

I am doing some work with AC circuits and part of one of my phasor equations has this in it:
[itex]\frac {2i} {1+cos(θ) + i sin(θ)} - i[/itex],
where i is the imaginary number [itex]\sqrt{-1}[/itex].

However, knowing the physics of the circuit tells me the end result should have no complex numbers.
This means "i" should drop out of this part of the equation.

When plugging in values for [itex]\theta[/itex], the i terms do in fact drop out.

By plugging in numbers, I found the result is always of the form:
[itex]\frac{a}{b} ( \frac{ai + b}{b + ai})[/itex],
where [itex]a = 1 - cos (\theta)[/itex],
and [itex]b = sin (\theta)[/itex].
The portion in the parenthesis, obviously, always equals 1.

This gives me the result:
[itex]\frac {1 - cos (\theta)} {sin (\theta)}[/itex],
which satisfies the requirement of having no imaginary numbers.

Using this in my general equation seems to work as I confirmed with certain specific cases for which the solution was verifiable by other means.

My question, or my request for assistance, is in getting a formal proof that for all angles:
[itex]\frac {2i} {1+cos(θ) + i sin(θ)} - i = \frac {1 - cos (\theta)} {sin (\theta)}[/itex].

I tried using some trig identities and even Euler's identity, but, unfortunately, my trig is a little rusty.

Thank you for your time in advance.
 
Last edited:
Physics news on Phys.org
The math typing looks OK; what is you question?
 
I finished editing the post above, with my question.
 
Multiply and divide by ##1+\cos\theta-i\sin\theta##.

$$\frac{2i}{1+\cos\theta+i\sin\theta}-i=\frac{2i(1+\cos\theta-i\sin\theta)}{(1+\cos\theta)^2+\sin^2\theta}-i=\frac{i(1+\cos\theta-i\sin\theta)}{1+\cos\theta}-i$$
$$=i+\frac{\sin\theta}{1+\cos\theta}-i=\frac{\sin\theta}{1+\cos\theta}\times \frac{1-\cos\theta}{1-\cos\theta}=\frac{1-\cos\theta}{\sin\theta}$$
 
  • Like
Likes   Reactions: 1 person
Thank you very very much! :)

and I guess I put this in the wrong forum. Sorry about that.