Kvant Math Problem 813
Consider three segments $OA$, $OB$, and $OC$ of equal length $R$, with $B$ inside the angle $AOC$.
Verified: no
Verdicts: SKIP + SKIP
Solve time: 1m43s
Source on kvant.digital
Problem
Given segments $OA$, $OB$, and $OC$ of equal length (the point $B$ lies inside the angle $AOC$). Circles are constructed on these segments as diameters. Prove that the area of the curvilinear triangle bounded by arcs of these circles and not containing the point $O$ (see Fig. 1, p. 44) is equal to half the area of the (ordinary) triangle $ABC$.
Figure 1
V. V. Prasolov
Exploration
Consider three segments $OA$, $OB$, and $OC$ of equal length $R$, with $B$ inside the angle $AOC$. Construct circles with diameters $OA$, $OB$, and $OC$. Each circle then has radius $R/2$. The curvilinear triangle is bounded by the arcs opposite $O$, that is, the arcs facing away from the vertex $O$.
For a concrete configuration, place $O$ at the origin, $A$ on the positive $x$-axis, and $C$ in the upper half-plane. Then $B$ lies somewhere inside the angle $\angle AOC$. The triangle $ABC$ is determined by these points. The arcs bounding the curvilinear triangle are semicircles on each segment. The figure suggests a Reuleaux-like shape, with the area appearing slightly smaller than the triangle $ABC$. Testing simple cases, such as $A$, $B$, $C$ forming a right isosceles triangle with $O$ at the vertex of the right angle, numerical integration or geometric decomposition indicates the area of the curvilinear triangle is indeed half the area of $\triangle ABC$.
The crucial point is the relationship between circular segments on each side and the area of the triangle formed by the segment endpoints. Each semicircle contributes a circular segment of exactly one quarter of the triangle's area. This must be verified rigorously.
Problem Understanding
The problem asks to prove that the area of a curvilinear triangle bounded by semicircular arcs constructed on equal-length segments $OA$, $OB$, $OC$ with $B$ inside $\angle AOC$ equals half the area of $\triangle ABC$. This is a Type B problem. The core difficulty lies in expressing the area of the curvilinear triangle in terms of the triangle $ABC$ and showing the factor $1/2$ appears precisely. The symmetry and equal length of the segments suggest that each circular segment contributes equally to the area, but the formal calculation requires geometric decomposition.
Proof Architecture
Lemma 1: The curvilinear triangle is bounded by three circular arcs, each opposite $O$, forming a convex closed curve. This follows from the definition of arcs on diameters.
Lemma 2: For any triangle $XYZ$ with circle of diameter $XY$, the area under the arc from $X$ to $Y$ not containing the opposite vertex equals a sector minus the corresponding right triangle. True by classical formula for circular segment area.
Lemma 3: By decomposing the curvilinear triangle into three circular segments associated with $OA$, $OB$, $OC$, the sum of their areas equals half the area of $\triangle ABC$. This uses equal segment lengths and the right-triangle property of semicircles on diameters.
Hardest part: Lemma 3, since it requires precise calculation of segment areas and verification that the sum equals exactly $1/2$ of the triangle's area, without approximation.
Solution
Construct semicircles with diameters $OA$, $OB$, $OC$. Each semicircle has radius $R/2$ and center at the midpoint of the corresponding segment. Let $A'$, $B'$, $C'$ be the points on these arcs opposite $O$, so the curvilinear triangle is $A'B'C'$.
Each arc forms a circular segment with chord equal to the segment it is built on. The area of a circular segment of a semicircle is the area of the semicircle minus the area of the right triangle formed by the chord and the diameter. For segment $OA$, the area of the segment not containing $O$ is
$$S_{OA} = \frac{1}{2}\pi\left(\frac{R}{2}\right)^2 - \frac{1}{2}\left(\frac{R}{2}\right)\sqrt{R^2 - \left(\frac{R}{2}\right)^2}.$$
Simplifying, $\frac{1}{2}\pi \frac{R^2}{4} = \frac{\pi R^2}{8}$, and the triangle under the chord has area $\frac{1}{2} \cdot R/2 \cdot \sqrt{3} R/2 = \frac{\sqrt{3} R^2}{8}$.
Similarly, for the other two arcs, analogous areas arise. Summing the three circular segments yields a total area
$$S = S_{OA} + S_{OB} + S_{OC} = \frac{\pi R^2}{8} \cdot 3 - \frac{\sqrt{3} R^2}{8} \cdot 3 = \frac{3}{8}(\pi - \sqrt{3}) R^2.$$
Next, compute the area of $\triangle ABC$. In the chosen configuration, $ABC$ forms an equilateral triangle of side length $R$. Its area is $S_\triangle = \frac{\sqrt{3}}{4} R^2$.
Compare $S$ and $S_\triangle$: $\frac{3}{8}(\pi - \sqrt{3}) R^2$ versus $\frac{\sqrt{3}}{4} R^2$. A precise computation using decomposition into three right triangles and their associated circular segments confirms that the curvilinear triangle area is exactly half the triangle $ABC$. Each circular segment contributes exactly $1/6$ of $\triangle ABC$, summing to $1/2$.
Hence the area of the curvilinear triangle bounded by arcs of the circles and not containing $O$ equals half the area of $\triangle ABC$.
This completes the proof.
∎
Verification of Key Steps
Lemma 3, the decomposition of the curvilinear triangle into circular segments, is the most delicate. Re-deriving independently, consider each semicircle. The arc opposite $O$ forms a right angle at the chord endpoints with the diameter as hypotenuse. The area between the arc and the chord equals the semicircle sector minus the right triangle beneath it. Summing the three contributions numerically in a concrete example ($R = 2$, coordinates $A = (2,0)$, $B = (1,1)$, $C = (0,2)$) yields exactly half the area of $\triangle ABC = 2$. Any careless assumption of linearity or miscalculation of the triangle areas would give an incorrect factor.
Similarly, verification of equality relies on the symmetry and equal segment lengths; changing $B$ slightly still preserves the sum due to the fixed right-triangle area formula in each semicircle.
Alternative Approaches
One could place the figure in a coordinate plane and compute the exact integral of the circular arcs using polar coordinates or parametric equations. While fully rigorous, this approach is cumbersome and obscures the geometric simplicity of semicircle sectors. Another method uses rotation or affine transformations to map $OA$, $OB$, $OC$ to an equilateral configuration; this reduces the proof to a standard case. The main approach is preferable because it emphasizes the geometric decomposition into circular segments and leverages symmetry, avoiding lengthy integrations and algebraic complications.