Solving systems of equations that contain complex numbers

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Cocoleia
Messages
293
Reaction score
4

Homework Statement


I am having trouble solving systems of equations when they contain complex numbers. The context is circuit theory and phasors. For example, I am given this
upload_2016-12-18_10-7-43.png

And the goal is to find I2 and Voc, which you can see the answers for. I just don't know how to manipulate the numbers to get to this answer. Can someone explain the steps given these equations?
 
Physics news on Phys.org
You can convert the values with angles to complex values with real and imaginary part as well, and then solve in the same way you would do it with real numbers.
 
Cocoleia said:

Homework Statement


I am having trouble solving systems of equations when they contain complex numbers. The context is circuit theory and phasors. For example, I am given this
View attachment 110531
And the goal is to find I2 and Voc, which you can see the answers for. I just don't know how to manipulate the numbers to get to this answer. Can someone explain the steps given these equations?

In vector-matrix form, your equations read as
$$\pmatrix{600-300j&300j&0\\-300j&300+300j&-2\\300j& -300j&1} \pmatrix{I_1\\I_2\\V} = \pmatrix{9\\0\\0}$$.
This is just an ordinary 3x3 linear system, that you can solve using Gaussian elimination or matrix inversion or row-reduction---all standard elementary algebra methods. (The only difference is that you need to use complex arithmetic instead of real arithmetic.)

When I solve this system using Maple I get a solution much different from the one you propose.
 
Ray Vickson said:
In vector-matrix form, your equations read as
$$\pmatrix{600-300j&300j&0\\-300j&300+300j&-2\\300j& -300j&1} \pmatrix{I_1\\I_2\\V} = \pmatrix{9\\0\\0}$$.
This is just an ordinary 3x3 linear system, that you can solve using Gaussian elimination or matrix inversion or row-reduction---all standard elementary algebra methods. (The only difference is that you need to use complex arithmetic instead of real arithmetic.)

When I solve this system using Maple I get a solution much different from the one you propose.
These were the answers given to us by the professor. They could be wrong. But thanks, I will try to solve it like that