返回题库

AIME 2024 I · 第 7 题

AIME 2024 I — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the largest possible real part of

(75+117i)z+96+144iz(75+117i)z+\frac{96+144i}{z} where zz is a complex number with z=4|z|=4. Here i=1i = \sqrt{-1}.

解析

Solution 1

Let z=4eiθz=4e^{i\theta}. Then the expression becomes

(300+468i)eiθ+(24+36i)eiθ(300+468i)e^{i\theta}+(24+36i)e^{-i\theta} The real part of this comes out to be (300cosθ468sinθ)+(24cosθ+36sinθ)=(324cosθ432sinθ)(300\cos \theta - 468 \sin \theta)+(24\cos \theta + 36 \sin \theta) = (324\cos \theta - 432 \sin \theta). Using Cauchy-Schwarz to maximize this,

(324cosθ432sinθ)2(cos2θ+sin2θ)(3242+4322)=(1)(3242+4322)=5402(324\cos \theta - 432 \sin \theta)^2 \leq (\cos ^2 \theta+\sin ^2 \theta)(324^2+432^2) = (1)(324^2+432^2) = 540^2 This value is attainable. Thus, the maximum is 540\boxed{540}.

Solution 2a (Cauchy-Schwarz and vector algebra)

Simplify rectangular form as in Solution 1 until we get Re(w)=81a108b=27(3a4b)\text{Re}(w)=81a-108b = 27(3a-4b).

By Cauchy-Schwarz, to maximize Re(w)\text{Re}(w), the vector z=[a,b]z=[a,b] ( z=4|z| =4) is 4[3,4][3,4]\frac{4}{|[3,-4]|}[3,-4].

We don't need to bash the arithmetic next, because the unit vector uu that maximizes vuv \cdot u is u=v/vu=v/|v|, so vu=vv=v2/v=vv \cdot u= v\cdot v = |v|^2/|v| = |v|, which here is just 32+(4)2=5\sqrt{3^2+(-4)^2} =5.

Combining what remains, we get answer =27zv=27(4)(5)=540= 27 |z| |v| = 27(4)(5)=\boxed{540}.

~oinava

Solution 2b (Simple Analytic Geometry)

Simplify rectangular form as in Solution 1 until we get Re(w)=81x108y=27(3x4y)\text{Re}(w)=81x-108y = 27(3x-4y).

We also know z=4|z|=4 or x2+y2=16x^2+y^2=16.

By AM-GM or Cauchy-Schwarz, b = 4a/3, so

You can also prove this like so: We want to find the line 81x108y=k81x-108y=k tangent to circle x2+y2=16x^2+y^2=16, which is perpendicular to the line connecting tangent point to circle's center (0,0)(0,0).

Using the formula for (perpendicular) distance from a point to a line: ax+by+ca2+b2=r\frac{|ax+by+c|}{\sqrt{a^2+b^2}}=r we can substitute and get 81(0)108(0)k812+1082=4\frac{|81(0)-108(0)-k|}{\sqrt{81^2+108^2}}=4

k2732+42=4k135=4k=540\begin{aligned} \frac{k}{27\sqrt{3^2+4^2}}&=4 \\\frac{k}{135}&=4 \\k&=\boxed{540} \end{aligned} ~BH2019MV0

Solution 2c (Dot product)

Let z=a+bi.z = a + bi. Simplify until we get to maximizing 81a108b81a - 108b given a2+b2=16.a^2 +b^2 = 16. We can write 81a108b81a - 108b as the Dot Product of two vectors:

81a108b=81,108a,b.81a - 108b = \langle 81 , -108 \rangle \cdot \langle a, b \rangle. From this, we have the line b=10881a=43ab = -\frac{108}{81}a = -\frac{4}{3}a and the circle a2+b2=16.a^2 + b^2 = 16. We need to find their intersection (a,b)(a,b) such that aa and bb are maximized. The line intersects the circle at two points, but to maximize 81a108b81a - 108b we want bb to be negative and aa to be positive. So the point that works has coordinates a=2.4a = 2.4 and b=3.2b = -3.2. We get 812.4+1083.2=540.81\cdot 2.4 + 108 \cdot 3.2 = \boxed{540}.

~grogg007

AIME diagram

Solution 3

Follow Solution 1 to get 81a108b81a-108b. We can let a=4cosθa=4\cos\theta and b=4sinθb=4\sin\theta as z=4|z|=4, and thus we have 324cosθ432sinθ324\cos\theta-432\sin\theta. Furthermore, we can ignore the negative sign in front of the second term as we are dealing with sine and cosine, so we finally wish to maximize 324cosθ+432sinθ324\cos\theta+432\sin\theta for obviously positive cosθ\cos\theta and sinθ\sin\theta.

Using the previous fact, we can use the Cauchy-Schwarz Inequality to calculate the maximum. By the inequality, we have:

(3242+4322)(cos2θ+sin2θ)(324cosθ+432sinθ)2(324^2+432^2)(\cos^2\theta+\sin^2\theta)\ge(324\cos\theta+432\sin\theta)^2 54021(324cosθ+432sinθ)2540^2\cdot1\ge(324\cos\theta+432\sin\theta)^2 540324cosθ+432sinθ\boxed{540}\ge324\cos\theta+432\sin\theta

~eevee9406

Solution 4 (Simple Quadratic Discriminant)

Similar to the solutions above, we find that Re((75+117i)z+96+144iz)=81a108b=27(3a4b)Re((75+117i)z+\frac{96+144i}{z})=81a-108b=27(3a-4b), where z=a+biz=a+bi. To maximize this expression, we must maximize 3a4b3a-4b. Let this value be xx. Solving for aa yields a=x+4b3a=\frac{x+4b}{3}. From the given information we also know that a2+b2=16a^2+b^2=16. Substituting aa in terms of xx and bb gives us x2+8bx+16b29+b2=16\frac{x^2+8bx+16b^2}{9}+b^2=16. Combining fractions, multiplying, and rearranging, gives 25b2+8xb+(x2144)=025b^2+8xb+(x^2-144)=0. This is useful because we want the maximum value of xx such that this quadratic has real roots which is easy to find using the discriminant. For the roots to be real, (8x)24(25)(x2144)0(8x)^2-4(25)(x^2-144) \ge 0. Now all that is left to do is to solve this inequality. Simplifying this expression, we get 36x2+144000-36x^2+14400 \ge 0 which means x2400x^2 \le 400 and x20x \le 20. Therefore the maximum value of xx is 2020 and 2720=54027 \cdot 20 = \boxed{540}

~vsinghminhas

Solution 5 ("Completing the Triangle")

First, recognize the relationship between the reciprocal of a complex number zz with its conjugate z\overline{z}, namely:

1zzz=zz2=z16\frac{1}{z} \cdot \frac{\overline{z}}{\overline{z}} = \frac{\overline{z}}{|z|^2} = \frac{\overline{z}}{16} Then, let z=4(cosθ+isinθ)z = 4(\cos\theta + i\sin\theta) and z=4(cosθisinθ)\overline{z} = 4(\cos\theta - i\sin\theta).

Re((75+117i)z+96+144iz)=Re((75+117i)z+(6+9i)z)=4Re((75+117i)(cosθ+isinθ)+(6+9i)(cosθisinθ))=4(75cosθ117sinθ+6cosθ+9sinθ)=4(81cosθ108sinθ)=427(3cosθ4sinθ)\begin{aligned} Re \left ((75+117i)z+\frac{96+144i}{z} \right) &= Re\left ( (75+117i)z + (6+9i)\overline{z} \right ) \\ &= 4 \cdot Re\left ( (75+117i)(\cos\theta + i\sin\theta) + (6+9i)(\cos\theta - i\sin\theta) \right ) \\ &= 4 \cdot (75\cos\theta - 117\sin\theta + 6\cos\theta + 9\sin\theta) \\ &= 4 \cdot (81\cos\theta - 108\sin\theta) \\ &= 4\cdot 27 \cdot (3\cos\theta - 4\sin\theta) \end{aligned} Now, recognizing the 3 and 4 coefficients hinting at a 3-4-5 right triangle, we "complete the triangle" by rewriting our desired answer in terms of an angle of that triangle ϕ\phi where cosϕ=35\cos\phi = \frac{3}{5} and sinϕ=45\sin\phi = \frac{4}{5}

427(3cosθ4sinθ)=4275(35cosθ45sinθ)=540(cosϕcosθsinϕsinθ)=540cos(θ+ϕ)\begin{aligned} 4\cdot 27 \cdot(3\cos\theta - 4\sin\theta) &= 4\cdot 27 \cdot 5 \cdot (\frac{3}{5}\cos\theta - \frac{4}{5}\sin\theta) \\ &= 540 \cdot (\cos\phi\cos\theta - \sin\phi\sin\theta) \\ &= 540 \cos(\theta + \phi) \end{aligned} Since the simple trig ratio is bounded above by 1, our answer is 540\boxed{540}

~ Cocoa @ https://www.corgillogical.com/ (yes i am a corgi that does math)

Solution 6 (Cauchy-Schwarz Inequality ) (Fastest)

Follow as solution 1 would to obtain 81a+10816a2.81a + 108\sqrt{16-a^2}.

By the Cauchy-Schwarz Inequality, we have

(a2+(16a2)2)(812+1082)(81a+10816a2)2,(a^2 + (\sqrt{16-a^2})^2)(81^2 + 108^2) \geq (81a + 108\sqrt{16-a^2})^2, so

4292152(81a+10816a2)24^2 \cdot 9^2 \cdot 15^2 \geq (81a + 108\sqrt{16-a^2})^2 and we obtain that 81a+10816a24915=540.81a + 108\sqrt{16-a^2} \leq 4 \cdot 9 \cdot 15 = \boxed{540}.

- spectraldragon8

Solution 7 (Geometry)

Follow solution 2 to get that we want to find the line 81a108b=k81a-108b=k tangent to circle a2+b2=16a^2+b^2=16. The line turns into a=k81+4b3a=\frac{k}{81}+\frac{4b}{3} Connect the center of the circle to the tangency point and the y-intercept of the line. Let the tangency point be AA, the y-intercept be CC, and the center be BB. Drop the perpendicular from AA to BCBC and call it DD. Let AD=3xAD=3x, DC=4xDC=4x. Then, BD=AB2AD2=169x2BD=\sqrt{AB^2-AD^2}=\sqrt{16-9x^2}. By similar triangles, get that BDAD=ADDC\frac{BD}{AD}=\frac{AD}{DC}, so 169x23x=3x4x\frac{\sqrt{16-9x^2}}{3x}=\frac{3x}{4x}. Solve this to get that x=1615x=\frac{16}{15}, so BC=203BC=\frac{20}{3} and k81=203\frac{k}{81}=\frac{20}{3}, so k=540k=\boxed{540} ~ryanbear

Solution 8 (Euler's Formula and Trig Optimization)

Because z=4|z|=4, we can let z=4eiθz=4e^{i\theta}. Then, substituting i=eiπ2i=e^{\frac{i\pi}{2}}, we get that the complex number is

\begin{align*} w&=4e^{i\theta}(75+117e^{\frac{i\pi}{2}})+\dfrac{1}{4}e^{-i\theta}(96+144e^{\frac{i\pi}{2}})\\ &=300e^{i\theta}+468e^{i(\frac{\pi}{2}+\theta)}+24e^{-i\theta}+36e^{i(\frac{\pi}{2}-\theta)}\\ \end{align*}

We know that the Re(eiα)=cos(α)\text{Re}(e^{i\alpha})=\cos(\alpha) from Euler's formula, so applying this and then applying trig identities yields

\begin{align*} \text{Re}(w)&=300\cos{(\theta)}+468\cos{(\dfrac{\pi}{2}+\theta)}+24\cos{(-\theta)}+36\cos{(\dfrac{\pi}{2}-\theta)}\\ &=300\cos{(\theta)}-468\sin{(\theta)}+24\cos{(\theta)}+36\sin{(\theta)}\\ &=324\cos{(\theta)}-432\sin{(\theta)}\\ \implies \dfrac{1}{108}\text{Re}(w)&=3\cos{(\theta)}-4\sin{(\theta)}\\ \end{align*}

We can see that the right-hand side looks an awful lot like the sum of angles formula for cosine, but 3 and 4 don't satisfy the pythagorean identity. To make them do so, we can divide everything by 32+42=5\sqrt{3^2+4^2}=5 and set cos(α)::=35\cos{(\alpha)}::=\frac{3}{5} and sin(α)::=45\sin{(\alpha)}::=\frac{4}{5}. Now we have that

1540Re(w)=cos(θ+α)\dfrac{1}{540}\text{Re}(w)=\cos{(\theta+\alpha)} Obviously the maximum value of the right hand side is 1, so the maximum value of the real part is 540\boxed{540}.

~Mooshiros

Solution 9 (Calc semi-bash)

Let cc denote value of the above expression such that Re(c)\mathsf{Re} (c) is maximized. We write z=4eiθz=4e^{i\theta} and multiply the second term in the expression by z=4eiθ,\overline{z} = 4e^{-i\theta}, turning the expression into

4eiθ(75+117i)+(96+144i)4eiθ4eiθ4eiθ=300eiθ+468ieiθ+(24+36i)eiθ.4e^{i\theta}(75+117i) + \frac{(96 + 144i)\cdot 4e^{-i\theta}}{4e^{i\theta}\cdot 4e^{-i\theta}} = 300e^{i\theta} + 468ie^{i\theta} + (24+ 36i)e^{-i\theta}. Now, we write eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta. Since cos\cos is even and sin\sin is odd,

300(cosθ+isinθ)+468i+(24+36i)(cosθisinθ)    Re(c)=324cosθ468sinθ\begin{aligned} &300(\cos\theta + i\sin\theta) +468i + (24+36i)(\cos\theta -i\sin\theta) \\ \iff & \mathsf{Re}(c) = 324\cos\theta -468\sin\theta \end{aligned} We want to maximize this expression, so we take its derivative and set it equal to 00 (and quickly check the second derivative for inflection points):

Re(c)=108(3cosθ4sinθ)ddθRe(c)=324sinθ468cosθ=0,\begin{aligned} &\mathsf{Re}(c) = 108\left(3\cos\theta - 4\sin\theta\right)\\ \frac{d}{d\theta} &\mathsf{Re}(c) = -324\sin\theta -468\cos\theta = 0, \end{aligned} so tanθ=468324=43,\tan\theta = -\dfrac{468}{324} = -\dfrac{4}{3}, which is reminiscent of a 3453-4-5 right triangle in the fourth quadrant (side lengths of 3,4,53, -4, 5). Since tanθ=43,\tan\theta = -\frac{4}{3}, we quickly see that sinθ=45\sin\theta = -\dfrac{4}{5} and cosθ=35.\cos\theta = \dfrac{3}{5}. Therefore,

Re(c)=108(3cosθ4sinθ)=108(95+165)=1085=(540)\begin{aligned} \mathsf{Re}(c) &= 108\left(3\cos\theta - 4\sin\theta \right) = 108\left(\frac{9}{5} + \frac{16}{5} \right) = 108\cdot 5 = \boxed{\textbf{(540)}} \end{aligned} -Benedict T (countmath1)

Solution 10 (Lagrange multipliers)

With z=a+biz = a + bi such that a2+b2=16,a^2 + b^2 = 16, we have

(75+117i)(a+bi)+48a+bi(2+3i)=75a+75bi+117ai117b+48a+bi(2+3i)=75a117b+(117a+75b)i+48(2+3i)abi16=75a117b+(117a+75b)i+3(2+3i)(abi)\begin{aligned} (75 +117i)(a + bi) + \frac{48}{a + bi} (2 + 3i) &= 75a + 75bi + 117ai - 117b + \frac{48}{a + bi}(2 + 3i) \\ &= 75a - 117b + (117a + 75b)i + 48 (2 + 3i) \cdot \frac{a - bi}{16} \\ &= 75a - 117b + (117a + 75b)i + 3 (2 + 3i)(a - bi) \end{aligned} where we use z1=zˉz2.z^{-1} = \frac{\bar z}{|z|^2}. With 3(2+3i)(abi)=3[2a2bi+3ai+3b]=6a+9b+9ai6bi,3 (2 + 3i)(a - bi) = 3 [2a - 2bi + 3ai + 3b] = 6a +9b +9ai-6bi, the expression becomes 81a108b+(126a+69b)i81a-108b+ (126a + 69b)i and we would like to maximize 81a108b=9(9a12b)=27(3a4b)81a - 108b = 9(9a - 12b) = 27(3a - 4b) with a2+b2=16.a^2 + b^2 = 16. With f(a,b)=3a4bf(a, b) = 3a - 4b and g(a,b)=a2+b2=16,g(a, b) = a^2 + b^2 = 16, we have

3=2λa,4=2λb    34=ab    3b=4a    b=43a\begin{aligned} 3 = 2\lambda a, \quad -4 = 2\lambda b \implies -\frac{3}{4} = \frac ab \implies -3b = 4a \implies b = -\frac 43 a\end{aligned} so

a2+169a2=259a2=16    53a=4    a=125,b=165a^2 + \frac{16}{9}a^2 = \frac{25}{9}a^2 = 16 \implies \frac{5}{3}a = 4 \implies a = \frac {12}5, b = -\frac{16}{5} and we have 3a4b=365+645=20,3a - 4b = \frac{36}{5} + \frac{64}{5} = 20, so the maximum is 2720=540.27 \cdot 20 = \boxed{540}. -centslordm

Solution 11 (basically Lagrange but easier-ish)

Proceeding as with Solution 10, we aim to maximize 27(3a4b)27(3a-4b) under the constraint a2+b216=0a^2+b^2-16=0. It is a well-known result of Lagrange multipliers that a linear function is maximized under a circle when the values of the variables are proportional to their coefficients; that is, in our case, a=3xa=3x and b=4xb=-4x. (Technically a=273xa=27\cdot3x and b=27(4)xb=27(-4)x, but it's easier to use a=3xa=3x and b=4xb=-4x.)

Then, (3x)2+(4x)2=25x2=16(3x)^2+(-4x)^2=25x^2=16, so x=45x=\dfrac45 and we have a=125a=\dfrac{12}5 and b=165b=-\dfrac{16}5. This yields

27(3(125)4(165))=27(365+645)=271005=540 .27\left(3\left(\dfrac{12}5\right)-4\left(-\dfrac{16}5\right)\right)=27\left(\dfrac{36}5+\dfrac{64}5\right)=27\cdot\dfrac{100}5=\boxed{540}~. QED. \Box

~Technodoggo

Solution 12 (Wave function)

Note that we can scale down the expression by a factor of 33, namely, we compute the maximum possible real part of 25+39iz+32+48iz{25+39i}z+{32+48i\over z} for z=4|z|=4 and multiply this result by 3. Write z=4(cost+isint)z=4(\cos t+i\sin t) we have \begin{align}(25+39i)z+{32+48i\over z}\\=4(25+39i)(\cos t+i\sin t)+{32+48i\over 4(\cos t+i\sin t)\\}=(100+156i)(\cos t+i\sin t)+(8+12i)(\cos t-i\sin t)\end{align}

The real part of (100+156i)(cost+isint)+(8+12i)(costisint)(100+156i)(\cos t+i\sin t)+(8+12i)(\cos t-i\sin t) is then

108cost144sint=36(3cost4sint)108\cos t-144\sin t=36(3\cos t-4\sin t) The function 3cost4sint3\cos t-4\sin t oscillates with amplitude 55, so the maximum value of the scaled-down expression is 365=18036\cdot 5=180. Hence, our requested answer is 1803=540180\cdot 3=\boxed{540}.

Solution 13 (Conjugate)(simplest)

Suppose z=4eiθz = 4e^{i\theta}

\begin{align} & \phantom{\text{ = }}\mathrm{Re}\left((75 + 117i)z + \dfrac{96 + 144i}{z}\right)\\ & = \mathrm{Re}\left((300 + 468i)e^{i\theta} + (24 + 36i)e^{-i\theta}\right)\\ & = \mathrm{Re}\left((300 + 468i)e^{i\theta} + (24 - 36i)e^{i\theta}\right)\\ & = \mathrm{Re}\left((324 + 432i)e^{i\theta}\right)\\ & \leq \sqrt{324^2 + 432^2}\\ & = \boxed{540} \end{align}

Remark 13.1

  • z1z2=z1z2\overline{z_1z_2} = \overline{z_1} \cdot \overline{z_2},

  • 24+36i,2436i24 + 36i, 24 - 36i and eiθ,eiθe^{-i\theta}, e^{i\theta} are conjugates,

  • The real parts of conjugates are equal,

  • Re(z)z\mathrm{Re}(z) \leq |z|.

Remark 13.2

The idea comes from the geometric meaning of this problem. The only difficulty is that the rotation directions are opposite. To make the rotations same, using conjugate is a good idea without changing the real part. Finally we can get a rotating parallelogram as shown in the following graph. Just find the length of the diagonal.

AIME diagram

~reda_mandymath

Video Solution by MOP 2024

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

~r00tsOfUnity

Video Solution by OmegaLearn.org

https://youtu.be/fErzDCu_utY

Video Solution

https://youtu.be/fC6CPlQIRB8

~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)

Video Solution: Cauchy's Inequality

https://www.youtube.com/watch?v=ejmrAJ9TpvM&ab_channel=MegaMathChannel MegaMath

Video Solution By MathTutorZhengFromSG

https://youtu.be/usEtjiPw9Hc

~MathTutorZhengFromSG