Maths Olympiad Prep

Library / /174 of 520

Geometry Difficulty 6.7 National olympiad Find the answer

On a circumference of a unit radius, take points AA and BB such that section ABAB has length one. CC can be any point on the longer arc of the circle between AA and BB. How do we take CC to make the perimeter of the triangle ABCABC as large as possible?

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

1. Identify the given information and the goal:
- We have a unit circle with points A A and B B such that the chord AB AB has length 1.
- We need to find the point C C on the longer arc AB AB that maximizes the perimeter of triangle ABC ABC .

2. **Calculate the central angle θ \theta subtended by chord AB AB :**
- Since AB AB is a chord of length 1 in a unit circle, we can use the chord length formula:
AB=2sin(θ2) AB = 2 \sin\left(\frac{\theta}{2}\right)
Given AB=1 AB = 1 , we have:
1=2sin(θ2)    sin(θ2)=12    θ2=30    θ=60 1 = 2 \sin\left(\frac{\theta}{2}\right) \implies \sin\left(\frac{\theta}{2}\right) = \frac{1}{2} \implies \frac{\theta}{2} = 30^\circ \implies \theta = 60^\circ

3. **Express the perimeter of ABC \triangle ABC :**
- Let α \alpha be the angle subtended by arc AC AC at the center of the circle.
- The perimeter of ABC \triangle ABC is given by:
P=AB+AC+BC P = AB + AC + BC
- Since AB=1 AB = 1 , we need to find AC AC and BC BC .

4. **Calculate AC AC and BC BC :**
- The lengths AC AC and BC BC are the chord lengths corresponding to angles α \alpha and 120α 120^\circ - \alpha respectively.
- Using the chord length formula:
AC=2sin(α2) AC = 2 \sin\left(\frac{\alpha}{2}\right)
BC=2sin(120α2) BC = 2 \sin\left(\frac{120^\circ - \alpha}{2}\right)

5. Formulate the expression for the perimeter:
- The perimeter P P is:
P=1+2sin(α2)+2sin(120α2) P = 1 + 2 \sin\left(\frac{\alpha}{2}\right) + 2 \sin\left(\frac{120^\circ - \alpha}{2}\right)

6. Simplify the expression:
- Let x=α2 x = \frac{\alpha}{2} . Then the perimeter becomes:
P=1+2sin(x)+2sin(60x) P = 1 + 2 \sin(x) + 2 \sin(60^\circ - x)
- Using the angle subtraction formula for sine:
sin(60x)=sin60cosxcos60sinx=32cosx12sinx \sin(60^\circ - x) = \sin 60^\circ \cos x - \cos 60^\circ \sin x = \frac{\sqrt{3}}{2} \cos x - \frac{1}{2} \sin x
- Therefore:
P=1+2sin(x)+2(32cosx12sinx)=1+2sin(x)+3cosxsin(x) P = 1 + 2 \sin(x) + 2 \left( \frac{\sqrt{3}}{2} \cos x - \frac{1}{2} \sin x \right) = 1 + 2 \sin(x) + \sqrt{3} \cos x - \sin(x)
P=1+sin(x)+3cosx P = 1 + \sin(x) + \sqrt{3} \cos x

7. Maximize the expression:
- To maximize P=1+sin(x)+3cosx P = 1 + \sin(x) + \sqrt{3} \cos x , we use the Cauchy-Schwarz inequality:
(sinx+3cosx)2(12+(3)2)(sin2x+cos2x)=4 (\sin x + \sqrt{3} \cos x)^2 \leq (1^2 + (\sqrt{3})^2)(\sin^2 x + \cos^2 x) = 4
sinx+3cosx2 \sin x + \sqrt{3} \cos x \leq 2
- Therefore, the maximum value of sinx+3cosx \sin x + \sqrt{3} \cos x is 2, and the maximum perimeter is:
P=1+2=3 P = 1 + 2 = 3

The final answer is 3 \boxed{3} .

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.