Find the maximum value of real number a such that the following equation is satisfied by some complex number z .
∣ z ∣ 2 − 2 i z + 2 a ( 1 + i ) = 0
Notation: i = − 1 is the imaginary unit .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Here is a geometric interpretation!
Consider the circle ∣ z + i ∣ = 1 − 2 a note that a should not exceed 0.5 for any such complex number to exist
∣ z ∣ 2 − i z + i z ˉ = 1 − 2 a is subject to the constraint R e ( z ) = a
For a solution to exist,an intersection between the circle and constraint line is necessary and thus the perpendicular distance of the line from the circle's centre should not exceed its radius.
Thus,for positive a , a 2 + 2 a − 1 is non-positive.
( a + 1 ) 2 − 2 ≤ 0
Largest value of permissible a is 2 − 1
Good approach
First, you must prove that a is less than or equal to 0.5, then only the circle you considered in the first step will exist.
Log in to reply
u must note that if a exceeds the said value,such a complex number doesnt exist
the fact that we are asked to find a for permissible complex numbers already resticted a to that upper bound(not the least)
Log in to reply
Just by seeing the equation,a<0.5 or a=0.5 does not seem obvious to me. Could you please give little more detail so that it would be clear enough.
Let us assume z = x+iy where i is our classical imaginary unit
Some sort of basic algebra and comparing real and imaginary parts both sides
We get
a = x
x^2+y^2+2y+2a = 0
Substitute x = a
We get
y^2+2y+a^2+2a = 0
For a complex number x+iy to exist the discriminant of above quadratic in y should be non negative
Doing this you get maximal value of a as root2-1
+Perfect !
This problem illustrates the power of substituting z=x+iy !
Log in to reply
Well x+iy is one of the best substitutions if calculations are not complex(even if they are complex i prefer x+iy as it always gives perfect answer :P)
Guys x+iy is my only weapon to tackle all complex problems of complex no... Anyways nice problem Harsh
Problem Loading...
Note Loading...
Set Loading...
∣ z ∣ 2 − 2 i z + 2 a ( 1 + i ) x 2 + y 2 − 2 i ( x + i y ) + 2 a ( 1 + i ) x 2 + y 2 − 2 x i + 2 y + 2 a + 2 a i x 2 + y 2 + 2 y + 2 a + 2 i ( a − x ) = 0 = 0 = 0 = 0 Let z = x + i y
Equating the imaginary parts on both sides, ⟹ a − x = 0 ⟹ a = x .
Equating the real parts on both sides,
x 2 + y 2 + 2 y + 2 a x 2 + y 2 + 2 y + 2 x x 2 + 2 x + 1 + y 2 + 2 y + 1 ( x + 1 ) 2 + ( y + 1 ) 2 ( x m a x + 1 ) 2 + ( y + 1 ) 2 0 = 0 = 0 = 2 = 2 = 2 Note that a = x Note that ( y + 1 ) 2 ≥ 0 ( x + 1 ) 2 is maximum, when ( y + 1 ) 2 = 0
⟹ x m a x = 2 − 1 ≈ 0 . 4 1 4