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

IMC / 2009 / Problems / Day 2, P6

IMC 2009 · Day 2 · P6

easy

Let \ell be a line and PP a point in R3\mathbb{R}^3. Let SS be the set of points XX such that the distance from XX to \ell is greater than or equal to two times the distance between XX and PP. If the distance from PP to \ell is d>0d > 0, find the volume of SS.

Solution (official)

We can choose a coordinate system of the space such that the line \ell is the zz-axis and the point PP is (d,0,0)(d, 0, 0). The distance from the point (x,y,z)(x, y, z) to \ell is x2+y2\sqrt{x^2 + y^2}, while the distance from PP to XX is PX=(xd)2+y2+z2|PX| = \sqrt{(x - d)^2 + y^2 + z^2}. Square everything to get rid of the square roots. The condition can be reformulated as follows: the square of the distance from \ell to XX is at least 4PX24 |PX|^2. x2+y24((xd)2+y2+z2)x^2 + y^2 \ge 4 ((x - d)^2 + y^2 + z^2) 03x28dx+4d2+3y2+4z20 \ge 3x^2 - 8dx + 4d^2 + 3y^2 + 4z^2 43d23(x43d)2+3y2+4z2\frac{4}{3} d^2 \ge 3 \left( x - \frac{4}{3} d \right)^2 + 3y^2 + 4z^2 A translation by 43d\frac{4}{3} d in the xx-direction does not change the volume, so we get 43d23x12+3y2+4z2\frac{4}{3} d^2 \ge 3 x_1^2 + 3y^2 + 4z^2 1(3x12d)2+(3y2d)2+(3zd)2,1 \ge \left( \frac{3 x_1}{2d} \right)^2 + \left( \frac{3 y}{2d} \right)^2 + \left( \frac{\sqrt{3} z}{d} \right)^2, where x1=x43dx_1 = x - \frac{4}{3} d. This equation defines a solid ellipsoid in canonical form. To compute its volume, perform a linear transformation: we divide x1x_1 and yy by 2d3\frac{2d}{3} and zz by d3\frac{d}{\sqrt{3}}. This changes the volume by the factor (2d3)2d3=4d393\left( \frac{2d}{3} \right)^2 \frac{d}{\sqrt{3}} = \frac{4d^3}{9\sqrt{3}} and turns the ellipsoid into the unit ball of volume 4π3\frac{4\pi}{3}. So before the transformation the volume was 4d3934π3=16πd3273\frac{4d^3}{9\sqrt{3}} \cdot \frac{4\pi}{3} = \frac{16 \pi d^3}{27 \sqrt{3}}.

How the field did

contestants scored
336
average (of 10)
7.09
solved (≥ 80%)
65.5%
near-0 (≤ 10%)
20.2%
discrimination
0.45

Score distribution (field cohort)

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

Similar problems

IMC 2017 · Day 2 · P6easyavg 8.0/10 · solved 73% · near-0 9% · disc 0.35
IMC 2003 · Day 2 · P8easyavg 6.7/10 · solved 56% · near-0 18% · disc 0.57
IMC 2016 · Day 2 · P7easyavg 6.6/10 · solved 55% · near-0 18% · disc 0.58
IMC 2002 · Day 1 · P1easyavg 8.2/10 · solved 77% · near-0 11% · disc 0.34