Suppose z = a + b i , where a and b are integers and i is the imaginary unit. We are given that ∣ 1 + i z ∣ = ∣ 1 − i z ∣ and ∣ z − ( 1 3 + 1 5 i ) ∣ < 1 7 . Find the largest possible value of a + b .
Details and assumptions
i is the imaginary unit, where i 2 = − 1 .
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.
Solution 1: We first prove that if ∣ 1 + i z ∣ = ∣ 1 − i z ∣ , then z must be real. To see this, note that if z = a + b i then ∣ 1 + i z ∣ = ∣ 1 − b + a i ∣ = ( 1 − b ) 2 + a 2 and ∣ 1 − i z ∣ = ∣ 1 + b − a i ∣ = ( 1 + b ) 2 + a 2 . Thus, if ∣ 1 + i z ∣ = ∣ 1 − i z ∣ then b = 0 .
Now assuming z = a is real, the inequality ∣ z − ( 1 3 + 1 5 i ) ∣ < 1 7 becomes ( a − 1 3 ) 2 + 1 5 2 < 1 7 . Since 8 2 + 1 5 2 = 1 7 2 , we get that ( a − 1 3 ) 2 < 8 2 . Since a is an integer, a must be less than or equal to 2 0 .
Therefore, the largest possible value of a + b is 2 0 + 0 = 20.
Solution 2: Divide both sides of ∣ 1 + i z ∣ = ∣ 1 − i z ∣ by i to get ∣ z − i ∣ = ∣ z + i ∣ . So z must lie on the perpendicular bisector of the line segment between i and − i , which is the real line. Hence finding the largest value of a + b is equivalent to finding the largest value of a .
The condition that ∣ z − ( 1 3 + 1 5 i ) ∣ < 1 7 means that the point also lies within the circle of radius 17. Since 1 7 2 − 1 5 2 = 8 2 , it follows that the range of a satisfies 1 3 − 8 < a < 1 3 + 8 . Since a is an integer, we have a = 2 0 is the maximum.
Approaching the problem geometrically, and thinking of i z as a vector, the first condition tells us that the endpoint of this vector originating from (1,0) is the same distance from the original as the opposite vector, also originating from (1,0). If i z has an x-component, one of the two vectors would end up closer to the origin, so it must have no x-component. This means that ( a + b i ) ∗ i = a i − b must have b = 0 , meaning z = a is a real integer.
From here, we solve the second condition algebraically, replacing z with a : If the magnitude of a − ( 1 3 + 1 5 i ) < 1 7 then ( a − 1 3 ) 2 + 1 5 2 < 2 8 9 , so ( a − 1 3 ) 2 < 6 4 . Thus, a − 1 3 < 8 , or a − 1 3 < − 8 . The largest a from this is 20, and 20+0 = 20.
What is wrong with this solution? It is a very common mistake made by students when dealing with inequalities.
Note that the first equation can be easily approach by multiplying both sides by ∣ i ∣ = 1 , to obtain ∣ z − i ∣ = ∣ z + i ∣ , which implies that z lies on the perpendicular bisector of i , − i , which is the x-axis.
Log in to reply
This is the simplest way to arrive at the answer...
Upvoted. Note that you should have − 8 < a − 1 3 < 8 .
Problem Loading...
Note Loading...
Set Loading...
Given|1+iz|=|1−iz| and Z=a+bi implies that b=0
Proof : |1+iz|=|1−iz|
=> |1+i(a+bi)|=|1−i(a+bi)| => √[(1-b)^2 +a^2] =√ [(1+b)^2 +a^2] since |z|=√(a^2 +b^2) => (1-b)^2 =(1+b)^2 => b=0
So, z = a
replacing z=a in th inequation |z−(13+15i)|<17 we get |a−(13+15i)|<17 or, |(a−13)+15i|<17 or, √[(a-13)^2 +(15)^2] < 17 or, [(a-13)^2 +(15)^2] < (17)^2 or, (a-13)^2 < 64 or -8 < a-13 < 8 or 5 < a < 21
So the maximum possible value for a in the range is 20 Therefore the largest possible value of a+b =20