itlivesthere
- 4
- 0
Homework Statement
I'm trying to find the best solution for solving a problem in which I must form an operation with three vectors in polar form, ending with a sum in rectangular form. The operation is as follows:
(5 \angle 0°) + (20 \angle -90°) - (6 \angle180°) =
Homework Equations
Z1\angleθ + Z2\angleθ = (Z1 + Z2) \angleθ, (X1 + jY1) + (X2 + jY2) = (X1 + X2) + j(Y1 + Y2)
The Attempt at a Solution
I tried using the Triangle Law R= (a+b)+(b+c). I'm not sure if I did this correctly or not, but I ended up with this vector in rectangular form: -9 + j1.1*10-15
I'm posting to verify if I did this correctly or if I missed anything.