Playing with Coordinate Systems (Spherical Geometry)

In summary, the author is working on a problem involving two Earth stations that scan the skies. He started by working with lat, long coordinates and then moved things to an xyz coordinate system. However, the results seem inaccurate, so he suspects that he is doing things incorrectly. He thinks that he needs to work in spherical coordinates and associated vectors.
  • #1
solarblast
152
2
I'm working on a problem that involves two Earth stations that scan the skies. I'm writing a simulation program (no physics involved) that simply finds the az/alt of an event observed simultaneously by each station. At this point, I'm warming up to the mathematics, spherical geo, etc. to pull this off. It's been awhile since I've dealt with this sort of thing. A long while. My approach was to start with lat, long coordinates and then move things to an xyz coordinate system, and do x,y, or z rotations as required. I'm using 3x3 matrices for those, and generally vectors.

Here's a simple example I'm working on. x is pointing south, y east and z through the north pole. I want to pick an arbitrary point and draw a circle of a radius in degrees around it on the earth.

Suppose I'm content with one point on the circle to make this easy, and let's take the set up along 0 longitude.

Center of circle: (0.0, 20.0) (long,lat)
Point on circle: (0.0, 30.0)
I want the point on the circle to be 90 deg ccw to the west.

I then do a few rotational transforms to work around the (0,0) lat/long point, and look at the results for where the point on the circle is located.

Seemingly, that should be at (-10,20) in the original xyz. But I get
(19.68,-10.63).

Since I'm drawing a circle (one point here) and it is not (after the "circle" position rotation) on a great circle, the results seem close enough. However, this inaccuracy suggests I'm going about this incorrectly. In fact, I'm pretty sure of it.

My suspicion is that I've got to ditch xyz, and work maybe entirely in spherical coordinates, and associated vectors, probably vectors something like (alpha, beta, r),where r is a radius, and the others are angles. In the above example, I decided to center everything around (0,0) long and lat. It probably should have been to center around the circle's center. Something like topocentric, but my skimpy knowledge of them suggests that's not such a good idea. Probably in spherical coords, I wouldn't really need rotations matrices.

Comments?
 
Astronomy news on Phys.org
  • #2
I'm pretty sure that spherical coordinates would be the best way to deal with this. However, it has been a long time since I wrote something like that either. From what I remember, you will need one set of equations to display things and another set to select something that is being displayed. Once you know the positions of the stations, the rest should fall into place.
 
  • #3
I think this is what I needed for finishing off matters <http://www.erikdeman.de/html/sail042e.htm>.
 
Last edited by a moderator:

1. What is spherical geometry?

Spherical geometry is a branch of mathematics that deals with the properties and relationships of figures and objects on the surface of a sphere. It is based on the principles of spherical trigonometry and is commonly used in navigation, astronomy, and cartography.

2. How is spherical geometry different from Euclidean geometry?

In Euclidean geometry, the basic unit of measurement is a straight line. However, in spherical geometry, the unit of measurement is an arc along the surface of a sphere. This leads to some fundamental differences in the properties and relationships of shapes and figures in the two geometries.

3. What are some real-world applications of spherical geometry?

Spherical geometry is commonly used in navigation systems, such as GPS, to calculate distances and positions on the Earth's surface. It is also used in astronomy to model the movements of celestial bodies and in cartography to create accurate maps of the Earth.

4. How are coordinates represented in spherical geometry?

In spherical geometry, coordinates are represented using latitude and longitude, which are measured in degrees. Latitude represents how far north or south a point is from the equator, while longitude represents how far east or west a point is from the prime meridian. These coordinates are used to uniquely identify any point on the surface of a sphere.

5. What are some challenges of working with spherical geometry?

One of the main challenges of working with spherical geometry is that it is non-Euclidean, meaning that some of the common rules and theorems of Euclidean geometry do not apply. This can make it more difficult to visualize and solve problems. Additionally, calculations in spherical geometry can be more complex and require specialized formulas and techniques.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
20
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
697
  • Introductory Physics Homework Help
Replies
2
Views
369
Replies
8
Views
1K
Replies
2
Views
1K
  • Differential Geometry
Replies
7
Views
4K
  • Linear and Abstract Algebra
2
Replies
41
Views
3K
  • Astronomy and Astrophysics
Replies
1
Views
3K
  • Special and General Relativity
Replies
8
Views
899
Back
Top