Given a prime $p$, let $d(a,b)$ be the number of integers $c$ such that $1 \leq c < p$, and the remainders when $ac$ and $bc$ are divided by $p$ are both at most $\frac{p}{3}$. Determine the maximum value of \[\sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)(x_a + 1)(x_b + 1)} - \sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)x_ax_b}\] over all $(p-1)$-tuples $(x_1,x_2,\ldots,x_{p-1})$ of real numbers. Brian Hamrick.
Problem
Source: ELMO Shortlist 2010, A5
Tags: algebra proposed, algebra
22.05.2014 15:10
Does anyone have solution...?
29.03.2015 00:53
Could someone post a solution to this challenging problem please (e.g. official)? Thank you very much!
09.05.2015 22:20
Anyone have a solution?
26.01.2016 03:32
The answer is probably $ \sqrt{p-1}\left [ \frac{p}{3} \right ] $.
26.02.2016 13:35
How to derive the result of toto1234567890. Btw, I don't think it holds over all $p-1$ tuples
21.03.2016 09:22
I don't understand this problem
09.04.2016 16:33
Hint: Think of vectors.
09.04.2016 17:23
How would one use vectors for this problem? Isn't vectors used for geometry? Thanks!
13.04.2016 06:26
Could someone post a solution? Thanks!
11.08.2016 10:20
Too difficult for me.
20.02.2017 18:21
Bump. Any solution?
20.02.2017 18:47
What it mean d(a,b)
20.02.2017 19:48
$d(a,b)$ is defined in the first sentence: Quote: Given a prime $p$, let $d(a,b)$ be the number of integers $c$ such that $1 \leq c < p$, and the remainders when $ac$ and $bc$ are divided by $p$ are both at most $\frac{p}{3}$.
21.02.2017 02:09
toto1234567890 wrote: Hint: Think of vectors. How could one use vector on this problem. Can somebody elaborate this idea?
21.02.2017 09:11
Zhero wrote: Given a prime $p$, let $d(a,b)$ be the number of integers $c$ such that $1 \leq c < p$, and the remainders when $ac$ and $bc$ are divided by $p$ are both at most $\frac{p}{3}$. Determine the maximum value of \[\sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)(x_a + 1)(x_b + 1)} - \sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)x_ax_b}\]over all $(p-1)$-tuples $(x_1,x_2,\ldots,x_{p-1})$ of real numbers. Brian Hamrick. Okay. so, lots of people ask for me to show the solution, so just an outline How to use vectors... First, let's say vector $ v_a $ in $ \mathbb{R}^{p-1} $ is has $ 0 $ in term $ c $ if remainder of $ ac $ is bigger than $ \frac{p}{3} $ and something(this should be $ x_a+1 $ or $ x_a $) if remainder of $ ac $ is at most $ \frac{p}{3} $ . Then we could see that $ \sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)(x_a + 1)(x_b + 1)} $ and $ \sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)x_ax_b} $ are some size of a vector and now, triangle inequality kills this and gets $ \sqrt{p-1}\left [ \frac{p}{3} \right ] $ the answer.
03.08.2024 09:44
Let $f(a,b)=\begin{cases}1&ab\mod p<p/3\\0&\text{otherwise}\end{cases}.$ Then $$d(a,b)=\sum_{c=1}^{p-1}f(a,c)f(b,c).$$So by Minkowski Inequality, \begin{align*}\sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)(x_a + 1)(x_b + 1)} - \sqrt{\sum_{a=1}^{p-1}\sum_{b=1}^{p-1}d(a,b)x_ax_b}&=\sqrt{\sum_{c=1}^{p-1}\left(\sum_{a=1}^{p-1}(x_a + 1)f(a,c)\right)^2} - \sqrt{\sum_{c=1}^{p-1}\left(\sum_{a=1}^{p-1}x_a f(a,c)\right)^2}\\&\le\sqrt{\sum_{c=1}^{p-1}\left(\sum_{a=1}^{p-1}f(a,c)\right)^2}=\sqrt{p-1}\left \lfloor \frac{p}{3} \right \rfloor.\Box\end{align*}Equality holds when all $x_i=0.\Box$