Solveeit Logo

Question

Question: If $|z_1-1|\leq 1$, $|z_2-2|\leq 2$, $|z_3-3|\leq 3$, then find the greatest value of $|z_1+z_2+z_3|...

If z111|z_1-1|\leq 1, z222|z_2-2|\leq 2, z333|z_3-3|\leq 3, then find the greatest value of z1+z2+z3|z_1+z_2+z_3|.

A

6

B

12

C

18

D

36

Answer

12

Explanation

Solution

The given inequalities describe closed disks in the complex plane:

  1. z111|z_1-1|\leq 1: z1z_1 lies in a disk centered at c1=1c_1=1 with radius r1=1r_1=1. The maximum value of z1|z_1| is c1+r1=1+1=2|c_1|+r_1 = |1|+1 = 2.
  2. z222|z_2-2|\leq 2: z2z_2 lies in a disk centered at c2=2c_2=2 with radius r2=2r_2=2. The maximum value of z2|z_2| is c2+r2=2+2=4|c_2|+r_2 = |2|+2 = 4.
  3. z333|z_3-3|\leq 3: z3z_3 lies in a disk centered at c3=3c_3=3 with radius r3=3r_3=3. The maximum value of z3|z_3| is c3+r3=3+3=6|c_3|+r_3 = |3|+3 = 6.

By the triangle inequality, z1+z2+z3z1+z2+z3|z_1+z_2+z_3| \leq |z_1|+|z_2|+|z_3|. The greatest possible value for the sum of the magnitudes is maxz1+maxz2+maxz3=2+4+6=12\max|z_1| + \max|z_2| + \max|z_3| = 2+4+6=12.

This maximum value is achieved when z1z_1, z2z_2, and z3z_3 are chosen to maximize their individual magnitudes and are aligned in the same direction from the origin. The points that maximize the individual magnitudes are z1=2z_1=2, z2=4z_2=4, and z3=6z_3=6. These points lie on the positive real axis, thus they are collinear and point in the same direction.

Therefore, by choosing z1=2z_1=2, z2=4z_2=4, and z3=6z_3=6, we get z1+z2+z3=2+4+6=12=12|z_1+z_2+z_3| = |2+4+6| = |12| = 12.

Alternatively, the set of all possible values for z1+z2+z3z_1+z_2+z_3 is the Minkowski sum of the three disks. The Minkowski sum of disks D(ci,ri)D(c_i, r_i) is a disk D(C,R)D(C, R) where C=ciC = \sum c_i and R=riR = \sum r_i. Here, C=1+2+3=6C = 1+2+3=6 and R=1+2+3=6R = 1+2+3=6. So, z1+z2+z3z_1+z_2+z_3 lies in the disk W66|W-6| \leq 6. The maximum value of W|W| for WW in this disk is C+R=6+6=6+6=12|C|+R = |6|+6 = 6+6=12.