Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Any Math Majors in the House? Help Wanted.

  1. #1

    Default Any Math Majors in the House? Help Wanted.

    I want to draw latitude and longitude lines on a map I'm making for my homebrew, but it's a pretty unique map. I suspect I will need the help of a real mathematician.

    The sole landmass in my setting is an archipelego that begins at the north pole and runs to the southpole. It does so however, not using the shortest path but one that winds around the globe such that it completes exactly one rotation by the time it reaches the south pole (a loxodrome aka rhumb line). I want to draw a rectangular map such that the horizontal midline of the map corresponds to the axis of the archipelego, which means I'm projecting a curved structure onto a straight 2D plane. In other words on the map the archipelego is rendered as a straight line, with the poles at either end of the map, but the archipelego actually follows a rhumb line and thus is curved. Due to this excellent site, I don't have any trouble getting the art right.

    Now, the hard part about this is figuring out where the longitude and latitude lines go. I have an idea in my head but I want to be precise.

    I was an engineer in undergrad, so I have the background required to figure this out, but it's been a long time since I've done any of that. I need someone who knows what they're doing to point me in the right direction. It took me about 4 hours just to figure out the length of the archipelego in terms of the planet's radius, so you can see how out of shape I am.

    As an aside, I think the solution lies in calculating an equation for x and y of cartesian coordinates as a function of psi & theta of the spherical coordinates of the globe. Then I can use a graphing program to hold either of the angles constant and draw the results. That's pretty much as far as I can surmise.

    Advice appreciated.

  2. #2
    Guild Journeyer
    Join Date
    Jun 2011
    Posts
    146

    Default

    Your archipelago will be a series of parallel lines on a Mercator map, which you can then easily rearrange. However, such a map won't preserve areas over the archipelago, islands near the poles will be enlarged. Since you are mapping a narrow strip, it seems to me that it should be possible to preserve areas well.
    I am a geology nerd.

  3. #3

    Default

    I do not want to use a Mercator projection because that means the ends of the archipelego will be dilated, like you pointed out. Instead I want the long axis of the archipelego to be preserved in terms of scale, with the dilation occuring on the lateral sides of the island chain. Since it is only 5k miles wide (compared to 30k long) the map should be able to be rendered with minimal dilation entirely. The problem arises because the long/lat lines are no longer straight like on a Mercator.
    Last edited by ender_wiggin; 08-16-2011 at 07:52 PM.

  4. #4
    Software Dev/Rep Hai-Etlik's Avatar
    Join Date
    May 2009
    Location
    48° 28′ N 123° 8′ W
    Posts
    1,333
    Blog Entries
    1

    Default

    Well, I majored in Comp Sci, and have studied non-euclidean geometry and GIS. So not a math major but I know may way around a projection.

    First off, a Rhumb line that is not a meridian or parallel never reaches the poles but just keeps getting closer and closer as it spirals around. You will need some other spiral to make one turn about the earth while traversing from pole to pole.

    Now, you could take any full globe map in any normal cylindrical projection that has a finite distance between the poles, and draw a straight diagonal line on it from one corner to the opposite corner and you would have a spiral that makes exactly one turn about the planet in the way you want. Depending on the projection you would get different spirals of course. You could then rotate the map to make the straight line run vertical or horizontal as you see fit, and trim off the excess.

    Doing this would produce some nasty distortion, this is unavoidable for any projection that could make this work. You will also have a map that is a non-rectangular parallelogram after cropping off the excess.

    An alternative is to take the spiral defined as above, make distance along it one of your axes (Which will require a spiral for which it is practical to compute distance along it), and distance along a great circle perpendicular to the spiral the other axis. This would make for the nicest and most usable map, but the math isn't going to be fun.

    There seems to be some material online about Spherical Helices for use in antennae. These are curves about a sphere that maintain a constant distance from themselves. I'd expect that distance along such curves has been covered somewhere if you are willing to dig into it.

  5. #5

    Default

    Quote Originally Posted by Hai-Etlik View Post
    An alternative is to take the spiral defined as above, make distance along it one of your axes (Which will require a spiral for which it is practical to compute distance along it), and distance along a great circle perpendicular to the spiral the other axis. This would make for the nicest and most usable map, but the math isn't going to be fun.
    This way, for sure. I've worked on and played in this setting for 10+ years. I really love doing this, so no compromises. And I have time on my side.

    Now, if we compute distance along the vertical axis by traveling along the great circle perpendicular to the 'backbone' spiral, won't those great circles intersect at some point away from the spiral? I assume to fix this you have to distort the image as you travel farther away from the spiral to avoid this. And I'm ok with that, but how does that affect the math?
    Last edited by ender_wiggin; 08-17-2011 at 12:10 AM.

  6. #6
    Guild Journeyer
    Join Date
    Jun 2011
    Posts
    146

    Default

    Quote Originally Posted by Hai-Etlik View Post
    First off, a Rhumb line that is not a meridian or parallel never reaches the poles but just keeps getting closer and closer as it spirals around.
    I thought of this, but considered that if there are islands at both poles, those islands can "hold" the infinity of turns, and leave only one turn between them. Essentially, the rhumb line is being clipped at a latitude less than 90N/S.
    I am a geology nerd.

  7. #7

    Default

    Wait a minute, I think I answered my own question. If we force the spiral into a straight line, then all the great circles are parallel to each other, and at whatever point they intersect is the maximum width of the map.

  8. #8
    Software Dev/Rep Hai-Etlik's Avatar
    Join Date
    May 2009
    Location
    48° 28′ N 123° 8′ W
    Posts
    1,333
    Blog Entries
    1

    Default

    Quote Originally Posted by ender_wiggin View Post
    Wait a minute, I think I answered my own question. If we force the spiral into a straight line, then all the great circles are parallel to each other, and at whatever point they intersect is the maximum width of the map.
    They aren't parallel, two distinct great circles are never parallel. That's pretty much the defining trait of elliptic geometry.

    The specific points of intersection will vary, but for any two that are fixed by points close together on the spiral, the intersection points will be quite a long ways off from the spiral, approximately 90° of central angle.

  9. #9

    Default

    Quote Originally Posted by Hai-Etlik View Post
    They aren't parallel, two distinct great circles are never parallel. That's pretty much the defining trait of elliptic geometry.

    The specific points of intersection will vary, but for any two that are fixed by points close together on the spiral, the intersection points will be quite a long ways off from the spiral, approximately 90° of central angle.
    In a real sphere, yes the great circles can't be parallel, but in 2D projections they can look parallel on paper (ie in Mercator all the longitude lines are parallel). Since great circles never have any curve except for the geodesicurve, and we force the spiral into a straight line, it should stand that all the great circles run parallel to each other off the page. Of course, in order to account for the fact that they aren't actually parallel on the sphere, we have to distort the map. The point of intersection is the maximum point of distortion, which should be the maximum width of the map (like the poles in Mercator).

    If you happen to find any links that explain the equations to actually implement this, please do share.

  10. #10
    Software Dev/Rep Hai-Etlik's Avatar
    Join Date
    May 2009
    Location
    48° 28′ N 123° 8′ W
    Posts
    1,333
    Blog Entries
    1

    Default

    Quote Originally Posted by ender_wiggin View Post
    In a real sphere, yes the great circles can't be parallel, but in 2D projections they can look parallel on paper (ie in Mercator all the longitude lines are parallel). Since great circles never have any curve except for the geodesicurve, and we force the spiral into a straight line, it should stand that all the great circles run parallel to each other off the page. Of course, in order to account for the fact that they aren't actually parallel on the sphere, we have to distort the map. The point of intersection is the maximum point of distortion, which should be the maximum width of the map (like the poles in Mercator).
    Yes, their images under the projection would be parallel, but that is not the same thing as them being parallel themselves. The distortion would actually be more like that in the Equidistant Cylindrical projection than the Mercator projection.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •