How Do You Add Two Phasors to Find Resultant Amplitude and Phase?

  • Thread starter Thread starter Exulus
  • Start date Start date
  • Tags Tags
    Phasors
Click For Summary

Homework Help Overview

The discussion revolves around adding two phasors to determine the resultant amplitude and phase. The original poster presents a mathematical expression involving complex exponentials and seeks guidance on how to proceed with the addition and simplification of these phasors.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore various methods for simplifying the expression, including factoring out common terms and using trigonometric identities. Questions arise regarding the magnitude and phase of the resultant phasor, as well as the application of complex number concepts.

Discussion Status

Several participants have offered different approaches to simplify the problem, including suggestions to use trigonometric rules and polar form conversion. There is an ongoing exploration of the correct magnitude and phase, with some participants expressing confusion about the steps involved.

Contextual Notes

Participants note that there may be missing information or assumptions that could affect the understanding of the problem. The discussion reflects a range of interpretations and attempts to clarify the mathematical concepts involved in phasor addition.

Exulus
Messages
50
Reaction score
0
Hoping someone can give me a nudge in the right direction for this..ive tried searching the net and unless I am putting in the wrong keywords, there doesn't seem to be much useful material out there for this. I need to add together two phasors to find the resultant amplitude and phase of each wave.

I have a(e^{j(\omega t + \phi)} + e^{j(\omega t + 2\phi)})

The furthest i can get is:

ae^{j(\omega t)}[\cos\phi + \cos2\phi + j(\sin\phi + \sin2\phi)]

Any help on where to go next or an alternative method would be much appreciated! :)
 
Physics news on Phys.org
Exulus said:
Hoping someone can give me a nudge in the right direction for this..ive tried searching the net and unless I am putting in the wrong keywords, there doesn't seem to be much useful material out there for this. I need to add together two phasors to find the resultant amplitude and phase of each wave.

I have a(e^{j(\omega t + \phi)} + e^{j(\omega t + 2\phi)})

The furthest i can get is:

ae^{j(\omega t)}[\cos\phi + \cos2\phi + j(\sin\phi + \sin2\phi)]

Any help on where to go next or an alternative method would be much appreciated! :)

Ok. I'm going to divide out the e^{j\omega t}

What is the magnitude of
a[\cos\phi + \cos2\phi + j(\sin\phi + \sin2\phi)]
?

What is the phase of
a[\cos\phi + \cos2\phi + j(\sin\phi + \sin2\phi)]
?
 
You could just take the absolute value (modulus) of the expression and simplify with trig rules (if that's what you're looking for).

The simplifying will be somewhat easier if you take e^{j(wt+\phi)} outisde the brackets by using e^{j(wt+2\phi)}=e^{j(wt+\phi)}e^{j\phi}
 
The simplest way to solve this problem consists of using "phasors" (vectors). Just draw two vectors of the same magnitude a. The angles made by these two vectors with Ox axis must be \phi and 2 \phi. Add these two vectors using your favourite method (analytical one would be a very good choice here) and find the magnitude and the angle made with Ox of the sum vector. If your results are A for the sum magnitude and \phi_{sum} for its orientation then you can rebuild the sinusoidal function by
y_{sum}=A \cdot exp[ j(\omega t+\phi_{sum})]
 
Last edited:
Hi guys, sorry for the late reply.

learningphysics, the magnitude is a and the phase is \cos\phi + \cos2\phi ? I can understand that, its just i think it needs to be put into a singular cos expression. I tried using the cos addition rule (2 times cos half sum times cos half difference) but that just seems to make it more complicated as i have two cos's being multiplied then :(
 
anyone? :(
 
Use the following to simplify your solution:

A + j B = \sqrt {A^2 + B^2} [ \frac{A}{ \sqrt (A^2 + B^2)} + j \frac{B}{ \sqrt (A^2 + B^2)} ]

= \sqrt (A^2 + B^2)[ sin\alpha + j cos\alpha]
= \sqrt (A^2 + B^2) \ e^{j\alpha}




where tan\alpha = A/B
 
Exulus said:
I have a(e^{j(\omega t + \phi)} + e^{j(\omega t + 2\phi)})
If you take out e^{j(\omega t+\phi)} you get:

a(e^{j(\omega t + \phi)} + e^{j(\omega t + 2\phi)})=ae^{j(\omega t+\phi)}(1+e^{j\phi})

So the absolute value is:

|a||1+e^{j\phi}|=|a|\sqrt{\left((1+\cos \phi)^2+\sin^2 \phi\right)}

simplify it further from here.
 
Last edited:
|a||1+e^{j\phi}|=|a|\left((1+\cos \phi)^2+\sin^2 \phi\right)


A sqrt missing.
 
  • #10
Sorry, i don't really understand where the cos and the sin squared came from in your last line? I don't think I've been taught all the maths needed to do this but ah well :S#

Gamma, i'll try your suggestion now, cheers.
 
  • #11
This is the usual way to convert a complex number into polar form. The angle alpha is chosen such that


sin\alpha = \frac{A}{ \sqrt (A^2 + B^2)}

You will see then, the following is correct

cos\alpha = \frac{B}{ \sqrt (A^2 + B^2)}

So you get the desired format sin\alpha +i cos\alpha

Hope this helps.
 
  • #12
Gamma said:
A sqrt missing.
You're quite right. :eek:
 
  • #13
Exulus said:
Hi guys, sorry for the late reply.

learningphysics, the magnitude is a and the phase is \cos\phi + \cos2\phi ? I can understand that, its just i think it needs to be put into a singular cos expression. I tried using the cos addition rule (2 times cos half sum times cos half difference) but that just seems to make it more complicated as i have two cos's being multiplied then :(

No the magnitude and phase you've given aren't correct. Have a look through the posts in the thread.

a[\cos\phi + \cos2\phi + j(\sin\phi + \sin2\phi)]=

a[\cos\phi + \cos2\phi] + j[a(\sin\phi + \sin2\phi)]

Convert this complex number into polar form. The magnitude isn't a. If you're studying phasors, I'm certain your text has a section explaining how to convert to polar form. Review it, and you'll see the answer.

Galileo gave a nice way to make the math a lot easier.
 
  • #14
Is the magnitude 2a and the phase \cos3/2\phi\cos1/2\phi ? I hope that comes out alright, my internet is being incredibly slow at the moment and i can't see any of the equations above. I reached my answer using cos addition rules.
 
  • #15
Amplitude = a \sqrt 2\sqrt (1 +cos\phi)

phase = \phi + arctan(\frac{sin\phi}{1+cos \phi})
 
  • #16
Exulus said:
Is the magnitude 2a and the phase \cos3/2\phi\cos1/2\phi ? I hope that comes out alright, my internet is being incredibly slow at the moment and i can't see any of the equations above. I reached my answer using cos addition rules.

Can you show how you came to the above results step by step...
 
  • #17
ok :)

a(e^{j(\omega t + \phi)} + e^{j(\omega t + 2\phi)})
ae^{j\omega t}(e^{j\phi} + e^{j2\phi}) (1)

Taking the bit in brackets:

cos\phi + j\sin\phi + \cos2\phi + j\sin2\phi

Taking the real part and using: \cos{u} + \cos{v} = 2\cos{(u + v)/2}\cos{(u - v)/2}

\cos\phi + \cos2\phi = 2\cos{3/2}\phi\cos{1/2}\phi (2)

Subbing (2) into (1):

2a\cos{3/2}\phi\cos{1/2}\phi\cos\omegat

And then you can read off the amplitude and phase.
 
Last edited:
  • #18
Exulus said:
ok :)

a(e^{j(\omega t + \phi)} + e^{j(\omega t + 2\phi)})
ae^{j\omega t}(e^{j\phi} + e^{j2\phi}) (1)

Taking the bit in brackets:

cos\phi + j\sin\phi + \cos2\phi + j\sin2\phi

Taking the real part and using: \cos{u} + \cos{v} = 2\cos{(u + v)/2}\cos{(u - v)/2}

\cos\phi + \cos2\phi = 2\cos{3/2}\phi\cos{1/2}\phi (2)

Subbing (2) into (1):

2a\cos{3/2}\phi\cos{1/2}\phi\cos\omegat

And then you can read off the amplitude and phase.

Ok. What you've done above is just written the real part in a different form. That technique is useful when multiply two cosines in the time domain. But it has nothing to do with getting the magnitude or phase of a phasor.

When you have a complex number in rectangular form:
a+jb

The magnitude is M=\sqrt{a^2+b^2}
and the phase is \theta=tan^{-1}(b/a)

So:
a+jb = Me^{j\theta}
in polar form, or you can use the notation M\angle \theta

Once you've found the phasor in polar form you can then immediately write the time domain solutions:
Mcos(wt + \theta)

Please review your text for dealing with complex numbers. It'll probably go through all this in more detail.
 
Last edited:

Similar threads

  • · Replies 18 ·
Replies
18
Views
1K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 24 ·
Replies
24
Views
3K
Replies
19
Views
3K
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
1
Views
1K
Replies
22
Views
4K
Replies
4
Views
2K
Replies
3
Views
2K