N is the north pole. A and B are points on a great circle through N equidistant from N. C is a point on the equator. Show that the great circle through C and N bisects the angle ACB in the spherical triangle ABC (a spherical triangle has great circle arcs as sides).
Solution
USAMO 1979 P2a.png Since N is the north pole, we define the Earth with a sphere of radius one in space with N=(0,0,1) and sphere center O=(0,0,0) We then pick point N on the sphere and define the xz-plane as the plane that contains great circle points A , B, and N with the x-axis perpendicular to the z-axis and in the direction of A. Using this coordinate system and x, y, and z axes A=(cos(ϕ),0,sin(ϕ)) where ϕ is the angle from the xy-plane to A or latitude on this sphere with 2−π<ϕ<2π Since A and B are points on a great circle through N equidistant from N, then B=(−cos(ϕ),0,sin(ϕ)) Since C is a point on the equator, then C=(cos(θ),sin(θ),0) where θ is the angle on the xy-plane from the origin to C or longitude on this sphere with −π<ϕ≤π We note that vectors from the origin to points N, A, B, and C are all unit vectors because all those points are on the unit sphere. So, we're going to define points N, A, B, and C as unit vectors with their coordinates. We also define the following vectors as follows: Vector VCN is the unit vector in the direction of arc CN and tangent to the great circle of CN at C Vector VCA is the unit vector in the direction of arc CA and tangent to the great circle of CA at C Vector VCB is the unit vector in the direction of arc CB and tangent to the great circle of CB at C To calculate each of these vectors we shall use the cross product as follows: VCN=(C×N)×C VCN=(⟨cos(θ),sin(θ),0⟩×⟨0,0,1⟩)×⟨cos(θ),sin(θ),0⟩ VCN=⟨sin(θ),−cos(θ),0⟩×⟨cos(θ),sin(θ),0⟩ VCN=⟨0,0,sin2(θ)+cos2(θ)⟩ VCN=⟨0,0,1⟩ Vector VCA: VCA=(C×A)×C VCA=(⟨cos(θ),sin(θ),0⟩×⟨cos(ϕ),0,sin(ϕ)⟩)×⟨cos(θ),sin(θ),0⟩ VCA=⟨sin(θ)sin(ϕ),−cos(θ)sin(ϕ),−sin(θ)cos(ϕ)⟩×⟨cos(θ),sin(θ),0⟩ Since we're only interested in the z component of the vector VCA=⟨VCAx,VCAy,sin2(θ)sin(ϕ)+cos2(θ)sin(ϕ)⟩ VCA=⟨VCAx,VCAy,sin(ϕ)⟩ Vector VCB: VCB=(C×b)×C VCB=(⟨cos(θ),sin(θ),0⟩×⟨−cos(ϕ),0,sin(ϕ)⟩)×⟨cos(θ),sin(θ),0⟩ VCB=⟨sin(θ)sin(ϕ),−cos(θ)sin(ϕ),sin(θ)cos(ϕ)⟩×⟨cos(θ),sin(θ),0⟩ Since we're only interested in the z component of the vector VCB=⟨VCBx,VCBy,sin2(θ)sin(ϕ)+cos2(θ)sin(ϕ)⟩ VCB=⟨VCBx,VCBy,sin(ϕ)⟩ Since we're working with unit vectors, then we can use dot products on the vectors with their angles as follows: cos(∠ACN)=VCA⋅VCN cos(∠ACN)=⟨VCAx,VCAy,sin(ϕ)⟩⋅⟨0,0,1⟩=0∗VCAx+0∗VCAy+1∗sin(ϕ)=sin(ϕ) Likewise, cos(∠BCN)=VCB⋅VCN cos(∠BCN)=⟨VCBx,VCBy,sin(ϕ)⟩⋅⟨0,0,1⟩=0∗VCBx+0∗VCBy+1∗sin(ϕ)=sin(ϕ) Therefore, cos(∠ACN)=cos(∠BCN) and thus ∠ACN=∠BCN Since those angles are equal, it proves that the great circle through C and N bisects the ∠ACB in the spherical triangle ABC ~Tomas Diaz. [email protected] Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.
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.