How Do I Add Two Voltages in Polar Form?

AI Thread Summary
To add the voltages v1(t) = 20cos(ωt - 45) and v2(t) = 10sin(ωt + 60), their phasors are converted to polar form as v1 = 20∠-45° and v2 = 10∠30°. The calculations yield a combined result of 22.8 - j19.14 in rectangular form. To convert this to polar form, the magnitude is found using √(a² + b²) and the angle with θ = tan⁻¹(b/a). For division, convert both numbers to polar form, as it simplifies the process, while rectangular form is better for addition and subtraction.
James889
Messages
190
Reaction score
1
Hi,

I have two voltages given as v1(t) = 20cos(\omegat - 45)
and v2(t) = 10sin(\omegat + 60)

My task is to add them on the single form Vcos(\omegat + \theta)

The first part is relativley easy:
The phasors are v1 = 20\angle-45)
and v2 = 10\angle-30)

so i have 20\angle-45) + 10\angle-30)
20cos(-45) = 14.14
20sin(-45) = -j14.14
10cos(-30) = 8.66
10sin(-30) = -j5

Add those up and you have 22.8 -j19.14

But how do i get this in polar form?
 
Physics news on Phys.org
It's relatively simple if you use your calculator directly. Otherwise, you could use this:

a+jb <=> \sqrt{a^2+b^2}e^{j\theta} where \theta is the angle in radians from positive x-axis to the line which connects the origin to that point (a,b) in the complex plane. In this case you can tell from the complex no. directly that the number lies in the 4th quadrant.

Or in this case you can use \theta = \tan^{-1} \frac{b}{a}.
 
Okay, thanks.

I have just one last question.

How would you carry out a division such as: (10\angle-90)/(250+j250)
 
Convert both to polar form (one is already in that form). Then you can do it easily. In general, the a+jb form is good for adding and subtracting while polar form facilitates multiplication and division.
 
Back
Top