+ Reply to Thread
Results 1 to 2 of 2

Thread: How do I solve a system of equations with imaginary parts?

  1. #1
    Level 8 - Do you know all my Friends? teamspeak3's Avatar
    Joined
    Mar 2012
    Posts
    1,450

    How do I solve a system of equations with imaginary parts?

    I am doing my differential equations homework and am stuck when I have to solve a system of equations with complex numbers.

    For example:

    (2-3i)u-5v=0
    u+(-2-3i)v=0

    I end up getting 0=0. Is there an easy way to do this?

  2. Sponsors
    Super ModeratorPeeje's Avatar
    Joined
    Nov 2011
    Posts
    164
    Videos
    139

  3. #2
    Level 16 - Colossus aaronmasterson's Avatar
    Joined
    Nov 2011
    Posts
    2,192
    Multiply the second equation by (2 - 3i):

    (2 - 3i)u + (-(2 + 3i)(2 - 3i))v = 0 Simplifying,

    (2 - 3i)u - 13v = 0
    (2 - 3i)u = 13v

    Substitute this into the first equation:

    13v - 5v = 0
    8v = 0
    v = 0
    u = 13v/(2 - 3i) = 0

    So the solution is (0, 0)

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts