GeometryDifficulty 5.7AIME, harderProve itUnited States
Problem:
Let ω1 and ω2 be two non-intersecting circles. Suppose the following three conditions hold: - The length of a common internal tangent of ω1 and ω2 is equal to 19. - The length of a common external tangent of ω1 and ω2 is equal to 37. - If two points X and Y are selected on ω1 and ω2, respectively, uniformly at random, then the expected value of XY2 is 2023.
Compute the distance between the centers of ω1 and ω2.
Solutions — 2
Solution 1
Solution:
The key claim is that E[XY2]=d2+r12+r22.
To prove this claim, choose an arbitrary point B on ω2. Let r1,r2 be the radii of ω1,ω2 respectively, and O1,O2 be the centers of ω1,ω2 respectively. Thus, by the law of cosines, O1B=d2+r22−2r2dcos(θ), where θ=∠O1O2B. Since the average value of cos(θ) is 0, the average value of (O1B)2 is d2+r22.
Now suppose A is an arbitrary point on ω1. By the law of cosines, AB2=(O1B)2+r12−2r1dcos(θ), where θ=∠AO1B. Thus, the expected value of AB2 is the expected value of (O1B)2+r12, which becomes d2+r12+r22. This proves the key claim.
Thus, we have d2+r12+r22=2023. The lengths of the internal and the external tangents give us d2−(r1+r2)2=361, and d2−(r1−r2)2=1369. Thus, d2−(r12+r22)=2(d2−(r1+r2)2)+(d2−(r1−r2)2)=2361+1369=865 Thus, d2=2865+2023=1444⟹d=38.
Solution 2
Solution:
We present another way of showing that E[XY2]=d2+r12+r22 using complex numbers. The finish is the same as Solution 1.
Let the center of ω1 and ω2 be 0 and k, respectively. Select Z1 and Z2 uniformly random on unit circle. Then, E[XY2]=E∣k+r1Z1+r2Z2∣2=E(k+r1Z1+r2Z2)(kˉ+r1Z1+r2Z2) Then, observe that E[Z1]=E[Z2]=E[Z1Z2]=E[Z2Z1]=0 so when expanding, six terms vanish, leaving only E[XY2]=E[kkˉ+r12Z1Z1+r22Z2Z2]=d2+r12+r22 The rest of the computation is as in Solution 1, so d=38.
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: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.