The problem consists of several sub-problems related to complex numbers. 1. Calculate $(2-4i)^2$ and deduce the solutions in C of $z^2+2z+4+4i=0$.

AlgebraComplex NumbersQuadratic EquationsGeometryTrigonometry
2025/3/27

1. Problem Description

The problem consists of several sub-problems related to complex numbers.

1. Calculate $(2-4i)^2$ and deduce the solutions in C of $z^2+2z+4+4i=0$.

2. Given $z_A = -2i$, $z_B = -2+2i$, and $z_C = \frac{3}{4} z_A + z_B$, show that $z_C = 1+i$ and place A, B and C in the complex plane. Determine the nature of triangle ABC. Determine the affixe $z_D$ such that ADBC is a parallelogram.

3. Let $f(z) = \frac{z+2-2i}{z+2i}$.

a) Determine the set Γ1\Gamma_1 of points M(z) such that z+22i=z+2i|z+2-2i| = |z+2i|.
b) Determine the set Γ2\Gamma_2 of points M(z) such that arg(z+22i)arg(z+2i)=π2[π]arg(z+2-2i) - arg(z+2i) = \frac{\pi}{2} [\pi].
c) Verify that Γ1\Gamma_1 and Γ2\Gamma_2 pass through points D and C.

4. For any integer n, let $z_n = (z_C)^n$ and $M_n$ be the point corresponding to $z_n$.

a) Write zCz_C in trigonometric form.
b) Show that MnM_n belongs to the x-axis (Ox) if and only if n=4kn=4k, where k is an integer.
c) Justify that M2025M_{2025} is not situated on the x-axis.
d) Determine the values of n such that zn2030|z_n| \ge 2030.

2. Solution Steps

Exercise 2:

1. Calculate $(2-4i)^2$:

(24i)2=22224i+(4i)2=416i16=1216i(2-4i)^2 = 2^2 - 2 \cdot 2 \cdot 4i + (4i)^2 = 4 - 16i - 16 = -12 - 16i.
Now, to solve z2+2z+4+4i=0z^2 + 2z + 4 + 4i = 0, we can complete the square:
z2+2z+1=34iz^2 + 2z + 1 = -3 - 4i
(z+1)2=34i(z+1)^2 = -3 - 4i
Let z+1=x+iyz+1 = x+iy. Then (x+iy)2=x2y2+2ixy=34i(x+iy)^2 = x^2 - y^2 + 2ixy = -3 - 4i.
So x2y2=3x^2 - y^2 = -3 and 2xy=42xy = -4, or xy=2xy = -2. Then y=2/xy = -2/x.
x2(2/x)2=3x24/x2=3x4+3x24=0x^2 - (-2/x)^2 = -3 \Rightarrow x^2 - 4/x^2 = -3 \Rightarrow x^4 + 3x^2 - 4 = 0.
(x2+4)(x21)=0(x^2+4)(x^2-1)=0. Since xx is real, x2=1x^2=1, so x=±1x=\pm 1.
If x=1x=1, y=2y=-2. If x=1x=-1, y=2y=2.
Therefore, z+1=12iz+1 = 1-2i or z+1=1+2iz+1 = -1+2i.
So z=1+12i=2iz = -1 + 1 - 2i = -2i or z=11+2i=2+2iz = -1 - 1 + 2i = -2 + 2i.
Therefore, z=2iz = -2i or z=2+2iz = -2 + 2i.

2. a) $z_A = -2i$, $z_B = -2+2i$, $z_C = \frac{3}{4}z_A + z_B = \frac{3}{4}(-2i) + (-2+2i) = -2 + 2i - \frac{3}{2}i = -2 + \frac{1}{2}i$.

The problem statement contains a typo; it should be zC=14zA+zBz_C = \frac{1}{4}z_A + z_B
zC=14(2i)+(2+2i)=2+2i12i=2+32iz_C = \frac{1}{4}(-2i) + (-2+2i) = -2 + 2i - \frac{1}{2}i = -2 + \frac{3}{2}i.
It also says to show zC=1+iz_C = 1+i which is incorrect.

3. Instead, consider $z_C = \frac{1}{2} z_A + z_B$.

zC=12(2i)+(2+2i)=i2+2i=2+iz_C = \frac{1}{2}(-2i) + (-2+2i) = -i - 2 + 2i = -2 + i.
This is still wrong. The problem has errors, and I'll assume zC=1+iz_C = 1 + i.
A=(0,2)A = (0, -2), B=(2,2)B = (-2, 2), C=(1,1)C = (1, 1).
AB=(20)2+(2(2))2=4+16=20=25AB = \sqrt{(-2-0)^2 + (2-(-2))^2} = \sqrt{4+16} = \sqrt{20} = 2\sqrt{5}.
BC=(1(2))2+(12)2=9+1=10BC = \sqrt{(1-(-2))^2 + (1-2)^2} = \sqrt{9+1} = \sqrt{10}.
AC=(10)2+(1(2))2=1+9=10AC = \sqrt{(1-0)^2 + (1-(-2))^2} = \sqrt{1+9} = \sqrt{10}.
Since BC=ACBC = AC, triangle ABC is isosceles.
mAB=2(2)20=42=2m_{AB} = \frac{2-(-2)}{-2-0} = \frac{4}{-2} = -2
mAC=1(2)10=31=3m_{AC} = \frac{1-(-2)}{1-0} = \frac{3}{1} = 3
mBC=121(2)=13m_{BC} = \frac{1-2}{1-(-2)} = \frac{-1}{3}
Since no slopes are the negative reciprocal of each other, the triangle is not right-angled. So, it's just an isosceles triangle.

4. ADBC parallelogram means $\vec{AD} = \vec{CB}$.

zDzA=zBzCz_D - z_A = z_B - z_C
zD=zA+zBzC=2i+(2+2i)(1+i)=2i2+2i1i=3iz_D = z_A + z_B - z_C = -2i + (-2+2i) - (1+i) = -2i -2 + 2i -1 - i = -3 - i.
zD=3iz_D = -3 - i.

5. $f(z) = \frac{z+2-2i}{z+2i}$.

a) z+22iz+2i=1|\frac{z+2-2i}{z+2i}| = 1
z+22i=z+2i|z+2-2i| = |z+2i|.
This means the distance from z to (-2+2i) is the same as the distance from z to (-2i).
This is the perpendicular bisector of the line joining (-2+2i) and (-2i).
The midpoint is (2+0i)(-2+0i).
The slope of the line joining (-2+2i) and (-2i) is undefined, so the perpendicular bisector is a horizontal line. The set of points is a horizontal line y=0y=0, i.e. the real axis.

6. b) $arg(z+2-2i) - arg(z+2i) = \frac{\pi}{2} [\pi]$.

arg(z+22iz+2i)=π2arg(\frac{z+2-2i}{z+2i}) = \frac{\pi}{2}.
z=x+iyz = x+iy, so x+2+i(y2)x+i(y+2)=(x+2+i(y2))(xi(y+2))x2+(y+2)2=x(x+2)+(y2)(y+2)+i[x(y2)(x+2)(y+2)]x2+(y+2)2\frac{x+2+i(y-2)}{x+i(y+2)} = \frac{(x+2+i(y-2))(x-i(y+2))}{x^2+(y+2)^2} = \frac{x(x+2) + (y-2)(y+2) + i[x(y-2) - (x+2)(y+2)]}{x^2+(y+2)^2}.
We want the real part to be zero.
x(x+2)+(y2)(y+2)=0x(x+2)+(y-2)(y+2) = 0.
x2+2x+y24=0x^2 + 2x + y^2 - 4 = 0.
x2+2x+1+y2=5x^2 + 2x + 1 + y^2 = 5.
(x+1)2+y2=5(x+1)^2 + y^2 = 5. This is a circle centered at (-1, 0) with radius 5\sqrt{5}.

7. $z_C = 1+i$. Write in trigonometric form.

r=12+12=2r = \sqrt{1^2+1^2} = \sqrt{2}.
θ=tan1(1/1)=π4\theta = tan^{-1}(1/1) = \frac{\pi}{4}.
zC=2(cos(π4)+isin(π4))z_C = \sqrt{2}(cos(\frac{\pi}{4}) + i sin(\frac{\pi}{4})).
zn=(zC)n=(2)n(cos(nπ4)+isin(nπ4))z_n = (z_C)^n = (\sqrt{2})^n (cos(\frac{n\pi}{4}) + i sin(\frac{n\pi}{4})).
MnM_n belongs to the x-axis if and only if sin(nπ4)=0sin(\frac{n\pi}{4}) = 0.
This happens when nπ4=kπ\frac{n\pi}{4} = k\pi, where k is an integer. So n=4kn = 4k.

8. $M_{2025}$ does not belong to the x-axis because $2025$ is not a multiple of

4.

9. $|z_n| = |(\sqrt{2})^n (cos(\frac{n\pi}{4}) + i sin(\frac{n\pi}{4}))| = (\sqrt{2})^n$.

(2)n2030(\sqrt{2})^n \ge 2030.
2n/220302^{n/2} \ge 2030.
Take log base 2 on both sides:
n2log2(2030)\frac{n}{2} \ge log_2(2030).
n2log2(2030)2(10.98)=21.96n \ge 2 log_2(2030) \approx 2(10.98) = 21.96.
Since n is an integer, n22n \ge 22.

3. Final Answer

1. $(2-4i)^2 = -12 - 16i$. $z=-2i$ or $z = -2+2i$.

2. ABC is an isosceles triangle. $z_D = -3-i$.

3. a) The set $\Gamma_1$ is the x-axis, which is $y=0$.

b) The set Γ2\Gamma_2 is a circle centered at (-1, 0) with radius 5\sqrt{5}.

4. a) $z_C = \sqrt{2}(cos(\frac{\pi}{4}) + i sin(\frac{\pi}{4}))$.

b) MnM_n is on the x-axis iff n=4kn=4k, where k is an integer.
c) M2025M_{2025} is not on the x-axis.
d) n22n \ge 22.

Related problems in "Algebra"

The problem asks to solve a system of two linear equations for $m$ and $n$: $3m - n = 5$ $m + 2n = -...

Linear EquationsSystems of EquationsSubstitution Method
2025/6/3

We are given a system of two linear equations with two variables, $x$ and $y$: $4x + y = 1$ $2x + 3y...

Linear EquationsSystems of EquationsSubstitution Method
2025/6/3

The problem has two parts. Part (a) requires us to solve the equation $(\frac{2}{3})^{x+2} = (\frac{...

ExponentsEquationsGeometrySimilar Triangles
2025/6/3

The problem has three parts. (a) Complete the table of values for the quadratic equation $y = 2x^2 +...

Quadratic EquationsGraphingParabolaRootsVertex
2025/6/3

The sum of the ages of a woman and her daughter is 46 years. In 4 years, the ratio of the woman's ag...

Age ProblemsSystems of EquationsLinear EquationsWord Problems
2025/6/3

Masane went to a shop with $1425.00. He bought a shirt, a pair of shoes, and an electric iron. The c...

Linear EquationsWord ProblemSystem of Equations
2025/6/3

The length of a rectangle is 2 cm more than its width. The perimeter of this rectangle is 40 cm. Fin...

GeometryRectanglePerimeterAreaEquations
2025/6/3

The problem states that the difference between two numbers is 9256. Also, when one number is divided...

Linear EquationsSystems of EquationsWord Problems
2025/6/3

There are 60 workers in 3 brigades. The first and second brigades together have 39 workers. The thir...

Systems of EquationsWord ProblemLinear Equations
2025/6/3

The problem is to solve the quadratic equation $x^2 - 11x + 6 = 0$.

Quadratic EquationsQuadratic FormulaRoots
2025/6/3