Simultaneous equation with Complex Numbers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 9K views
Jake2954
Messages
4
Reaction score
0
Solve the following simultaneous equations for the complex variables i1 and i2.

2= (3-j)i1 - (5-j2)i2………………(1)
12 = (2+j)i1 + (1+j6)i2………………(2)


Not sure how to attempt this question please can you help.

Thanking you in advance

Jake
 
Physics news on Phys.org
t-t Please excuse my ignorance but I am learning out of a book and need a push in the right direction. Is it possible to show me step by step the correct approach as my head is spinning.
 
Jake2954 said:
t-t Please excuse my ignorance but I am learning out of a book and need a push in the right direction. Is it possible to show me step by step the correct approach as my head is spinning.

Sorry, Jake, this forum doesn't work that way. :redface:

Show us how you would solve this if all the coefficients were real. :smile:
 
Well the approach I would use is to make either i1 or i2 equal on line 1 + 2 by multiplying by the value of the opposite lines. Let's call them now line 3 + 4. Then I would subtract 4 from 3. This would leave only 1 unknown.
 
Still don't understand can anyone else help?
 
It's a linear system of 2 equations with two variables. You can use the method of determinants (Cramer's rule). One determinant is:

[tex] \Delta = \left|\begin{array}{cc}<br /> 3 - j & 5 - 2 j \\<br /> <br /> 2 + j & 1 + 6 j<br /> \end{array}\right| = (3 - j)(1 + 6 j) - (2 + j)(5 - 2 j) = 3 + 18 j - j - 6 j^2 - 10 + 4 j - 5 j + 2 j^2 = -3 + 16 j[/tex]