Problem 190. Great Circle Distance
Find shortest between two points on a ball given their azimuthal and polar angles (in degrees) as well as the radius of the sphere.
Solution Stats
Problem Comments
-
4 Comments
I agree. Polar angles are, by convention, measured from the pole, but in this problem you have to consider them to be measure from the equator if you wish to agree with the test cases.
I think considering polar angles measured from pole or from equator does not affect the result in this problem. But if you consider polar angle of the first point measured from pole and the polar angle of the second one from equator it will produce misleading solutions. So, you need to stabilish the same convention for both points.
The problem here is azimuth and polar angle aren't well-defined in the mathematics world. Azimuth would typically be given as the angle from North, and none of the angles given are that.
For people doing this problem for the first time, you should consider the given angles to be latitude and longitude.
Solution Comments
Show commentsGroup

Paper-&-pencil Games
- 19 Problems
- 4 Finishers
- Guess the number I'm thinking of (Part 1)
- Sudoku square
- Solve the Sudoku Row
- Check to see if a Sudoku Puzzle is Solved
- Sudoku Solver - Standard 9x9
- GJam 2014 China Rd B: Sudoku Checker
- Hangman (easy)
- Hangman (strategy)
- Solve the picross! (Easy)
- Solve the picross! (Hard)
- Skyscrapers - Puzzle
- Word Search Solver
- Fill-a-pix - Solution Checker
- Fill-a-pix - Solver (basic)
- Play Tic-Tac-Toe: Easy Bots
- Play Tic Tac Toe : No Losses Allowed
- Tic Tac Toe Solver
- OXO counting
- Tic-Tac-Logic - Solution Checker
Problem Recent Solvers274
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!