+3 votes
in Class 10 by kratos

if mod(z)=max{mod(z-1), mod(z+1)} then:

(a) mod(z+z)=1/2

(b) z+z=1

(c) mod(z+z(conjugate))=1

(d) N.O.T

1 Answer

+6 votes
by kratos
 
Best answer

Correct answer is (c)

Explanation:

|z|=max{|z−1|,|z+1|}

Let z=a+ib, where a and b are real numbers

So, |z|=max{|a+ib−1|,|a+ib+1|}

|z| = max{sqrt{(a - 1)^2 + b^2}, sqrt{(a + 1)^2 + b^2}}

...