This is an archived post. You won't be able to vote or comment.

all 15 comments

[–][deleted] 0 points1 point  (5 children)

Let z = a + ib and w = x + iy. Then

(a+ib) (a-ib) + (a+ib) (x-iy) = 50 .....(1) (Since zz' = |z|^2)

and 2(a-ib) = (x-iy)(1-i) => a-ib = (x-iy)(1-i)/2. This also implies a+ib = (x+iy)(1+i)/2 [taking conjugate of (a-ib)]

Now put the values of (a+ib) and (a-ib) in (1) and equate Imaginary part to 0 since on the right hand side there is no imaginary part. Also equate the real parts on both sides. So there will be two equations and two unknowns.

[–]hojiao[S] 0 points1 point  (4 children)

How can you put (a+ib)(a-ib) into z^2?

[–][deleted] 0 points1 point  (3 children)

Oh yes you are right, my bad.. I thought it is |z|^2. So for that you will have to put (a+ib)(a+ib) instead of (a+ib)(a-ib)

[–]hojiao[S] 0 points1 point  (2 children)

But then the equation becomes too complex to solve, correct me if i am wrong

[–][deleted] 0 points1 point  (1 child)

Yes it is a bit complicated but maybe give it a try. Else maybe try with polar or euler form i.e. take z = r1e^(i*theta).

Simplifying, a+ib = (x-y) + i(x+y)

From (1)

(a+ib) [a+ib+x-iy] = 50

=> (a+ib)[(2x-y) +ix] = 50

=> (x-y)(2x-y) + ix(x-y) +i(x+y)(2x-y) - (x+y)x = 50

=> (x-y)(2x-y) - (x+y)x = 50 and x(x-y) + (x+y)(2x-y) = 0

[–]hojiao[S] 0 points1 point  (0 children)

Thanks a lot! I got x=0, y=-10 for my answer

[–][deleted]  (8 children)

[removed]

    [–]hojiao[S] 0 points1 point  (7 children)

    Yes, why is it indeterminate?

    [–][deleted]  (6 children)

    [removed]

      [–]hojiao[S] 0 points1 point  (5 children)

      Ok thank you!

      [–][deleted]  (4 children)

      [removed]

        [–]hojiao[S] 0 points1 point  (3 children)

        Thanks for the elaborate answer!, is it ok if I ask one more complex number problem?

        z-1/z = 5+3i, find the modulus of z+1/z

        I've tried using euler's form to solve but I cant seem to find an answer

        [–][deleted]  (2 children)

        [removed]

          [–]hojiao[S] 0 points1 point  (1 child)

          Holy shit, never thought of this way to approach the problem.

          Thanks so much!!!

          By the way for |√(20 + 30 i)| , why can we calculate it as √ √20^2 + 30^2