The Geometry of Elegance
Unlocking the Circle
Welcome, future engineers. Today, we are not just solving a problem; we are peeling back the layers of a geometric onion. This problem is a classic JEE Advanced favorite because it tests your ability to bridge the gap between pure geometry and algebraic manipulation.
It is not about brute force; it is about finding the most elegant path.
Phase 1
The Foundation
Imagine you are standing in front of a circle with a diameter AC. The moment you see a diameter in a circle problem, a bell should ring in your head because any angle subtended by a diameter at the circumference is a right angle.
So, look at △ABC. Because AC is the diameter, ∠ABC=90∘. This is our anchor. We are given ∠CAB=β.
In this right-angled triangle, we can immediately define the base AB using basic trigonometry:
This is our first building block. We have expressed the side AB in terms of the radius r and the angle β. Keep this safe; we will need it soon.
Phase 2
The Intruder
Now, we introduce a line from A that intersects the chord BC at point D. We are told ∠DAB=α. This creates a smaller right-angled triangle, △ABD.
Look at this triangle. We know ∠DAB=α and we know the base AB. We can find the hypotenuse AD using the cosine ratio:
Substituting our previous value for AB, we get:
See how the pieces are falling into place? We are building a bridge between the circle's dimensions and the angles provided.
Phase 3
The Bridge (Apollonius's Theorem)
Now, consider △ADC. We have a median AM where M is the midpoint of DC. The problem tells us AM=d.
Whenever you see a median in a triangle, your mind should immediately jump to Apollonius's Theorem. It is the secret weapon for problems involving medians. The theorem states:
This is the bridge. It connects the length of the median (d) to the sides of the triangle (AD, AC, and DC). But we have a problem: we do not know DC.
Phase 4
The Algebraic Symphony
How do we find DC? We look at △ADC. We know AD, AC, and the included angle ∠DAC.
Note that ∠DAC=∠CAB−∠DAB=β−α. Now, apply the Law of Cosines in △ADC:
DC2=AD2+AC2−2AD⋅ACcos(β−α)
Now, we substitute this expression for DC2 back into our Apollonius equation. Watch the terms cancel out:
4d2=2AD2+2AC2−(AD2+AC2−2AD⋅ACcos(β−α))
Simplifying this, we get:
4d2=AD2+AC2+2AD⋅ACcos(β−α)
Now, we substitute our expressions for AD and AC (where AC=2r):
4d2=(cosα2rcosβ)2+(2r)2+2(cosα2rcosβ)(2r)cos(β−α)
The Final Stretch
Don't be intimidated by the algebra. Factor out 4r2:
4d2=4r2[cos2αcos2β+1+cosα2cosβcos(β−α)]
Divide by 4, and take cos2α as the common denominator:
d2=r2[cos2αcos2β+cos2α+2cosαcosβcos(β−α)]
Finally, isolate r2:
r2=cos2α+cos2β+2cosαcosβcos(β−α)d2cos2α
The area of the circle is πr2. Multiply by π, and you have arrived at the proof.
This, my friends, is the beauty of mathematics. We started with a simple circle and a line, and through logical steps, we arrived at a complex, elegant formula. You didn't just solve a problem; you navigated a landscape. Keep this mindset, and no problem will ever be too difficult.