Difference between revisions of "2018 AMC 12B Problems/Problem 23"
MRENTHUSIASM (talk | contribs) (→Solution 3 (Coordinate Geometry: Spherical Coordinates)) |
MRENTHUSIASM (talk | contribs) (→Diagram) |
||
Line 10: | Line 10: | ||
== Diagram == | == Diagram == | ||
− | < | + | <asy> |
+ | size(250); | ||
+ | import graph3; | ||
+ | import solids; | ||
+ | |||
+ | currentprojection=orthographic((0.2,-0.5,0.2)); | ||
+ | triple A, B, C, D; | ||
+ | A = (1,0,0); | ||
+ | B = (-1/2,1/2,sqrt(2)/2); | ||
+ | C = (0,0,0); | ||
+ | draw(unitsphere,lightgray,light=White); | ||
+ | dot(A^^B^^C,linewidth(4.5)); | ||
+ | draw(Circle(C,1,(0,0,1))^^A--C--B); | ||
+ | label("$A$",A,3*dir(A)); | ||
+ | label("$B$",B,3*dir(B)); | ||
+ | label("$C$",C,3*(0,0,-1)); | ||
+ | </asy> | ||
+ | ~MRENTHUSIASM | ||
== Solution 1 (Tetrahedron) == | == Solution 1 (Tetrahedron) == |
Revision as of 12:23, 23 November 2021
Contents
Problem
Ajay is standing at point near Pontianak, Indonesia, latitude and longitude. Billy is standing at point near Big Baldy Mountain, Idaho, USA, latitude and longitude. Assume that Earth is a perfect sphere with center What is the degree measure of
Diagram
~MRENTHUSIASM
Solution 1 (Tetrahedron)
This solution refers to the Diagram section.
Let be the orthogonal projection of onto the equator. Note that and Recall that longitude is the same as longitude, so
Without the loss of generality, let For tetrahedron
- Since is an isosceles right triangle, we have
- In we apply the Law of Cosines to get
- In right we apply the Pythagorean Theorem to get
- In we apply the Law of Cosines to get so degrees.
~MRENTHUSIASM
Solution 2 (Coordinate Geometry: Vectors)
This solution refers to the Diagram section.
Let be the orthogonal projection of onto the equator. Note that and Recall that longitude is the same as longitude, so
Without the loss of generality, let As shown below, we place Earth in the -plane with such that the positive -axis runs through the positive -axis runs through latitude and longitude, and the positive -axis runs through the North Pole.
DIAGRAM IN PROGRESS
It follows that and for some positive number Since is an isosceles right triangle, we have By the Distance Formula, we get from which
As and we obtain so degrees.
~MRENTHUSIASM
Solution 3 (Coordinate Geometry: Spherical Coordinates)
In spherical coordinates note that and represent the radial distance, the polar angle, and the azimuthal angle, respectively.
Without the loss of generality, let As shown in Solution 2, we place Earth in the -plane with origin such that the positive -axis runs through the positive -axis runs through latitude and longitude, and the positive -axis runs through the North Pole.
In spherical coordinates, we have and Now, we rewrite and in Cartesian coordinates: We continue with the last paragraph of Solution 2 to get the answer degrees.
~MRENTHUSIASM
See Also
2018 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 22 |
Followed by Problem 24 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.