Maths Olympiad Prep

Library / /237 of 520

Algebra Difficulty 6.4 National olympiad Find the answer

The equation
(x1)(x2)(x2016)=(x1)(x2)(x2016) (x-1)(x-2) \cdots(x-2016)=(x-1)(x-2) \cdots(x-2016)
is written on the board. One tries to erase some linear factors from both sides so that each side still has at least one factor, and the resulting equation has no real roots. Find the least number of linear factors one needs to erase to achieve this.

A number or a short expression. Spacing and $ signs are ignored.

Solution

Since there are 2016 common linear factors on both sides, we need to erase at least 2016 factors. We claim that the equation has no real roots if we erase all factors (xk)(x-k) on the left-hand side with k2,3(mod4)k \equiv 2,3(\bmod 4), and all factors (xm)(x-m) on the right-hand side with m0,1(mod4)m \equiv 0,1(\bmod 4). Therefore, it suffices to show that no real number xx satisfies
j=0503(x4j1)(x4j4)=j=0503(x4j2)(x4j3) \prod_{j=0}^{503}(x-4 j-1)(x-4 j-4)=\prod_{j=0}^{503}(x-4 j-2)(x-4 j-3)
- Case 1. x=1,2,,2016x=1,2, \ldots, 2016.
In this case, one side of (1) is zero while the other side is not. This shows xx cannot satisfy (1).
- Case 2. 4k+1<x<4k+24 k+1< x < 4 k+2 for 0k5030 \leqslant k \leqslant 503 in this case.
So each term in the product lies strictly between 0 and 1, and the whole product must be less than 1, which is impossible.
- Case 3. 4k+2<x<4k+34 k+2 < x < 4 k+3 for 0k5030 \leqslant k \leqslant 503 in this case.
So each term in the product lies strictly between 0 and 1, and the whole product must be less than 1, which is impossible.
- Case 4. 4k+3<x<4k+44 k+3 < x < 4 k+4 for 0k5030 \leqslant k \leqslant 503 in this case.
So each term in the product lies strictly between 0 and 1, and the whole product must be less than 1, which is impossible.
- Case 5. x<1x < 1 or x>2016x > 2016.
For x<1x < 1, we have l(x)>r(x)|l(x)| > |r(x)|. For x>2016x > 2016, we have l(x)>r(x)|l(x)| > |r(x)|.
- Case 6. x=4k+1x = 4k + 1 or x=4k+4x = 4k + 4 for 0k5030 \leq k \leq 503.
For x=4k+1x = 4k + 1, we have l(x)>r(x)|l(x)| > |r(x)|. For x=4k+4x = 4k + 4, we have l(x)>r(x)|l(x)| > |r(x)|.
- Case 7. x=4k+2x = 4k + 2 or x=4k+3x = 4k + 3 for 0k5030 \leq k \leq 503.
For x=4k+2x = 4k + 2, we have l(x)<r(x)|l(x)| < |r(x)|. For x=4k+3x = 4k + 3, we have l(x)<r(x)|l(x)| < |r(x)|.

If n3(mod4)n \equiv 3(\bmod 4), one may leave l(x)=(x1)(x2)(xn+12)l(x)=(x-1)(x-2) \cdots\left(x-\frac{n+1}{2}\right) on the left-hand side and r(x)=(xn+32)(xn+52)(xn)r(x)=\left(x-\frac{n+3}{2}\right)\left(x-\frac{n+5}{2}\right) \cdots(x-n) on the right-hand side. For x<1x < 1, we have l(x)>r(x)|l(x)| > |r(x)|. For 1<x<n+121 < x < \frac{n+1}{2}, we have l(x)>r(x)|l(x)| > |r(x)|. For x>n+12x > \frac{n+1}{2}, we have l(x)>r(x)|l(x)| > |r(x)|.

If n1(mod4)n \equiv 1(\bmod 4), as the proposer mentioned, the situation is a bit more out of control. Since the construction for n10(mod4)n-1 \equiv 0(\bmod 4) works, the answer can be either nn or n1n-1. For n=5n=5, we can leave the products (x1)(x2)(x3)(x4)(x-1)(x-2)(x-3)(x-4) and (x5)(x-5). For n=9n=9, the only example that works is l(x)=(x1)(x2)(x9)l(x)=(x-1)(x-2)(x-9) and r(x)=(x3)(x4)(x8)r(x)=(x-3)(x-4) \cdots(x-8), while there seems to be no such partition for n=13n=13.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.