返回题库

AIME 2009 I · 第 2 题

AIME 2009 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

There is a complex number zz with imaginary part 164164 and a positive integer nn such that

zz+n=4i.\frac {z}{z + n} = 4i. Find nn.

解析

Solution 1

Let z=a+164iz = a + 164i.

Then

a+164ia+164i+n=4i\frac {a + 164i}{a + 164i + n} = 4i and

a+164i=(4i)(a+n+164i)=4i(a+n)656.a + 164i = \left (4i \right ) \left (a + n + 164i \right ) = 4i \left (a + n \right ) - 656. By comparing coefficients, equating the real terms on the leftmost and rightmost side of the equation,

we conclude that

a=656.a = -656. By equating the imaginary terms on each side of the equation,

we conclude that

164i=4i(a+n)=4i(656+n).164i = 4i \left (a + n \right ) = 4i \left (-656 + n \right ). We now have an equation for nn:

4i(656+n)=164i,4i \left (-656 + n \right ) = 164i, and this equation shows that n=697.n = \boxed{697}.

Solution 2

zz+n=4i\frac {z}{z+n}=4i 1nz+n=4i1-\frac {n}{z+n}=4i 14i=nz+n1-4i=\frac {n}{z+n} 114i=z+nn\frac {1}{1-4i}=\frac {z+n}{n} 1+4i17=zn+1\frac {1+4i}{17}=\frac {z}{n}+1 Since their imaginary part has to be equal,

4i17=164in\frac {4i}{17}=\frac {164i}{n} n=(164)(17)4=697n=\frac {(164)(17)}{4}=697 n=697.n = \boxed{697}.

Solution 3 (Not Highly Recommended)

Below is an image of the complex plane. Let Im(z)\operatorname{Im}(z) denote the imaginary part of a complex number zz.

AIME diagram

zz must lie on the line Im(z)=164\operatorname{Im}(z)=164. z+nz+n must also lie on the same line, since nn is real and does not affect the imaginary part of zz.

Consider zz and z+nz+n in terms of their magnitude (distance from the origin) and phase (angle formed by the point, the origin, and the positive real axis, measured counterclockwise from said axis). When multiplying/dividing two complex numbers, you can multiply/divide their magnitudes and add/subtract their phases to get the magnitude and phase of the product/quotient. Expressed in a formula, we have z1z2=r1θ1r2θ2=r1r2(θ1+θ2)z_1z_2 = r_1\angle\theta_1 \cdot r_2\angle\theta_2 = r_1r_2\angle(\theta_1+\theta_2) and z1z2=r1θ1r2θ2=r1r2(θ1θ2)\frac{z_1}{z_2} = \frac{r_1\angle\theta_1}{r_2\angle\theta_2} = \frac{r_1}{r_2}\angle(\theta_1-\theta_2), where rr is the magnitude and θ\theta is the phase, and zn=rnθnz_n=r_n\angle\theta_n.

Since 4i4i has magnitude 44 and phase 9090^\circ (since the positive imaginary axis points in a direction 9090^\circ counterclockwise from the positive real axis), zz must have a magnitude 44 times that of z+nz+n. We denote the length from the origin to z+nz+n with the value xx and the length from the origin to zz with the value 4x4x. Additionally, zz, the origin, and z+nz+n must form a right angle, with zz counterclockwise from z+nz+n.

This means that zz, the origin, and z+nz+n form a right triangle. The hypotenuse is the length from zz to z+nz+n and has length nn, since nn is defined to be a positive integer. The area of the triangle can be expressed using the two legs, as x4x2\frac{x \cdot 4x}{2}, or using the hypotenuse and its corresponding altitude, as 164n2\frac{164n}{2}, so x4x2=164n2    x2=41n\frac{x \cdot 4x}{2} = \frac{164n}{2} \implies x^2 = 41n. By Pythagorean Theorem, x2+(4x)2=n2    17x2=n2x^2+(4x)^2 = n^2 \implies 17x^2 = n^2. Substituting out x2x^2 using the earlier equation, we get 1741n=n2    n=69717\cdot41n = n^2 \implies n = \boxed{697}. ~emerald_block

Solution 4 (fast)

Taking the reciprocal of our equation gives us 1+nz=14i.1 + \frac{n}{z} = \frac{1}{4i}. Therefore,

nz=14i4i=1716+4i.\frac{n}{z} = \frac{1-4i}{4i} = \frac{17}{-16+4i}. Since zz has an imaginary part of 164164, we must multiply both sides of our RHS fraction by 1644=41\frac{164}{4} = 41 so that its denominator's imaginary part matches the LHS fraction's denominator's imaginary part. That looks like this:

nz=697656+164i.\frac{n}{z} = \frac{697}{-656 + 164i}. Therefore, we can conclude the real part of zz is 656-656 and n=697.n = \boxed{697}. (it wasn't necessary to find the real part)

~Maximilian113

Video Solution

https://youtu.be/NL79UexadzE

~IceMatrix

Video Solution

https://www.youtube.com/watch?v=P00iOJdQiL4

~Shreyas S