Solve Complex Equation: 2x + 2iy + ix - y - 1 = 0

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 4K views
cscott
Messages
778
Reaction score
1
Solve the following equations for the real variables x and y.
(b) [tex]\left ( \frac{1 + i}{1 - i} \right )^2 + \frac{1}{x + iy} = 1 + i[/tex]
I reduced this to
[tex]2x + 2iy + ix - y - 1 = 0[/tex]
but I cannot get any further. Have I reduced it correctly?
 
Last edited:
Physics news on Phys.org
You have reduced it correctly.

Your expression becomes,

[tex](2x-y-1) + i(2y+x) = 0[/tex]

The rhs is zero, so the lhs must be zero. And the only way that can happen is for both the real component and the imaginary component to be equal to zero.
 
Thanks a lot, I got the answer now.
 
Your equation is equivalent to

[tex]-1 + \frac{1}{x + iy} = 1 + i[/tex]

so

[tex]\frac {1}{x + iy} = 2 + i[/tex]

or

[tex]x + iy = \frac {1}{2 + i}[/tex]

which, I think, is a little more straightforward.
 
I've got another:

Find the square root

[tex](x + iy)^2 = -3 + 4i[/tex]

I think I'm supposed to do some hand-waving here, but I would I truly work it out?
 
Tide said:
Have you learned to express complex numbers in polar form yet?

Not yet, no.
 
Okay. In that case, just expand [itex](x+iy)^2[/itex] then equate real and imaginary parts on the left and right sides of the equation. This gives you two equations and two unknowns (x and y) to solve for. It's fairly straightforward. Let us know what you come up with.
 
Tide said:
Okay. In that case, just expand [itex](x+iy)^2[/itex] then equate real and imaginary parts on the left and right sides of the equation. This gives you two equations and two unknowns (x and y) to solve for. It's fairly straightforward. Let us know what you come up with.

Doh, why didn't I think of that!? :mad:

Anyway, I got the answer. Thanks!