Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2024 / Problems / Day 1, P1

IMC 2024 · Day 1 · P1

easy

Determine all pairs (a,b)C×C(a, b) \in \mathbb{C} \times \mathbb{C} satisfying a=b=1anda+b+abˉR.|a| = |b| = 1 \quad \text{and} \quad a + b + a\bar{b} \in \mathbb{R}. (proposed by Mike Daas, Universiteit Leiden)

Solution 1 of 2 (official)

Hint: Write a=eixa = e^{ix} and b=eiyb = e^{iy}, and transform the RHS to a product.

Write a=eixa = e^{ix} and b=eiyb = e^{iy} for some x,y[0,2π)x, y \in [0, 2\pi). Using Euler's formula, and the well-known identities sinx+siny=2sinx+y2cosxy2andsinx=2sinx2cosx2,\sin x + \sin y = 2 \sin\frac{x+y}{2} \cos\frac{x-y}{2} \quad \text{and} \quad \sin x = 2 \sin\frac{x}{2} \cos\frac{x}{2}, we get a product form of the left-hand side as Im(a+b+abˉ)=sinx+siny+sin(xy)=2sinx+y2cosxy2+2sinxy2cosxy2=2(sinx+y2+sinxy2)cosxy2=4sinx2cosy2cosxy2.\begin{align*} \operatorname{Im} \bigl( a + b + a\bar{b} \bigr) &= \sin x + \sin y + \sin(x - y) \\ &= 2 \sin\frac{x+y}{2} \cos\frac{x-y}{2} + 2 \sin\frac{x-y}{2} \cos\frac{x-y}{2} \\ &= 2 \left( \sin\frac{x+y}{2} + \sin\frac{x-y}{2} \right) \cos\frac{x-y}{2} \\ &= 4 \sin\frac{x}{2} \cdot \cos\frac{y}{2} \cdot \cos\frac{x-y}{2}. \end{align*} Hence, a+b+abˉa + b + a\bar{b} is real if and only if either sinx2=0\sin\frac{x}{2} = 0, cosy2=0\cos\frac{y}{2} = 0 or cosxy2=0\cos\frac{x-y}{2} = 0, which respectivelly correspond to x=2kπx = 2k\pi, y=(2k+1)πy = (2k+1)\pi and x=y+(2k+1)πx = y + (2k+1)\pi.

Therefore, the solutions are (1,b),(a,1)and(a,a)with a=1, b=1.(1, b), \quad (a, -1) \quad \text{and} \quad (a, -a) \quad \text{with } |a| = 1, \ |b| = 1.

Solution 2 of 2 (official)

Notice that a+b+abˉR    1+a+b+abˉR.a + b + a\bar{b} \in \mathbb{R} \iff 1 + a + b + a\bar{b} \in \mathbb{R}. Let cCc \in \mathbb{C} be such that a=c2a = c^2. Now observe that cˉ(1+a+b+abˉ)=cˉ+cˉc2+cˉb+cˉc2bˉ=cˉ+c+cˉb+cbˉR,\begin{align*} \bar{c} (1 + a + b + a\bar{b}) &= \bar{c} + \bar{c} c^2 + \bar{c} b + \bar{c} c^2 \bar{b} \\ &= \bar{c} + c + \bar{c} b + c \bar{b} \in \mathbb{R}, \end{align*} where we used that ccˉ=1c \bar{c} = 1 and z+zˉRz + \bar{z} \in \mathbb{R} for any zCz \in \mathbb{C}. We conclude that either cRc \in \mathbb{R}, or 1+a+b+abˉ=01 + a + b + a\bar{b} = 0. In the first case, c=±1c = \pm 1 and so a=1a = 1. In the second case, we factor the equation as (a+b)(1+bˉ)=1+a+b+abˉ=0,and as such, a=b or b=1.(a + b)(1 + \bar{b}) = 1 + a + b + a\bar{b} = 0, \quad \text{and as such, } a = -b \text{ or } b = -1. We find precisely three families of pairs (a,b)(a, b): the pairs (1,b)(1, b) for bb on the unit circle; the pairs (a,1)(a, -1) for aa on the unit circle; and the pairs (a,a)(a, -a) for aa on the unit circle.

How the field did

contestants scored
397
average (of 10)
8.41
solved (≥ 80%)
78.6%
near-0 (≤ 10%)
6.8%
discrimination
0.41

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems