Let $D^2$ be the unit disk in $\mathbb{R}^2$ and $(x_1, y_1), (x_2, y_2) \in D^2$. I can't show that $$(x_2 - x_1)^2 + (y_2 - y_1)^2 \leq 8.$$ Can someone give me a hint?
2026-03-30 17:17:25.1774891045
On
Showing that $(x_2 - x_1)^2 + (y_2 - y_1)^2 \leq 8$, where $x^2 + y^2 \leq 1$
295 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
1
On
If we apply the euclidean norm, as we have that the maximum distance between the pair of coordinates $x_1,x_2$ and $y_1,y_2$ is 2, meaning that they are at the opposite extremes of the disc, we can then show:
$$ \lVert (x_1 - x_2)^2\rVert + \lVert (y_1 - y_2)^2 \rVert \leq 2^2 + 2^2 = 8$$
Here's a more circuitous, but more general, argument using the triangle inequality several times and the fact that if a point lies inside the unit disk, all of its coordinates must have magnitude no greater than $1$: \begin{align*} (x_2 - x_1)^2 + (y_2-y_1)^2 &=\big| (x_2 - x_1)^2 + (y_2-y_1)^2\big| \\ &= \big|x_2^2 - 2x_1x_2 + x_1^2 + y_2^2 - 2y_1y_2 + y_1^2\big| \\ &= \big|(x_1^2 + y_1^2) + (x_2^2 + y_2^2) - 2(x_1x_2 + y_1y_2)\big| \\ &\leq \big|x_1^2\big| + \big|y_1^2\big| + \big|x_2^2\big| + \big|y_2^2\big| + 2\bigg(\big|x_1x_2\big| + \big|y_1y_2\big|\bigg)\\ &\leq 1 + 1 + 1 + 1 + 2(|x_1||x_2|+|y_1||y_2|)\\ &\leq 4 + 2(1 + 1)\\ &= 8 \end{align*}
(Note that this argument actually holds for any point in the unit square, not just the unit disk.)