Trigonomic algebra to find the inverse of a relative mercator projection

Click For Summary
SUMMARY

The discussion focuses on finding the inverse of the relative Mercator projection using trigonometric algebra. The user, Mickey, aims to derive the current latitude/longitude from given x,y coordinates, while simplifying the problem by ignoring longitude calculations. Key equations include x = w * log((c + s) / (c - s)) and relationships involving cosine and sine functions. The challenge lies in rearranging complex equations to isolate the variable S, which is entangled in both arcsin and arccos functions.

PREREQUISITES
  • Understanding of trigonometric identities and functions
  • Familiarity with logarithmic equations and their properties
  • Basic knowledge of the Mercator projection and its applications
  • Experience with algebraic manipulation of complex equations
NEXT STEPS
  • Study the properties of inverse trigonometric functions, specifically arcsin and arccos
  • Learn about the Mercator projection and its mathematical foundations
  • Explore numerical methods for solving nonlinear equations
  • Investigate the use of symbolic computation tools like Maple for algebraic manipulation
USEFUL FOR

Mathematicians, geographers, and software developers working on geographic information systems (GIS) or related projects involving coordinate transformations and projections.

WellHydrated
Messages
2
Reaction score
0
Hi guys, my first post here. This isn't homework or anything, just a personal project.

Homework Statement



I need to find the inverse of the relative mercator equation. That is, given an origin latitude/longitude, find the current latitude/longitude from an x,y point. Because longitude is easy to calculate, we will ignore that, but if anyone is interested in the formula I will post it up. I'll also post up what each variable means if anyone is interested, but I don't want to convolute this post as the context isn't important - this is just trigonimic algebra. I have tried to solve in Maple but I guess it lacks the trignomic indentity needed?

Homework Equations



Need to rearrange the below equations for L.

x = w * log((c + s) / (c - s)) / (2 * PI) (1)
c = cos(R * (o + L) (2)
s = sin(R * (o - L) (3)

The Attempt at a Solution



Rearranging equation 1 to find u, the "log term"
u = (c + s) / (c - s) (4)
x = w * log(u) / (2 * PI)
u = e^((2 * y * PI) / w)

Rearranging equation 2 to find L:
c = cos(R * (o + L)
L = (2 * arccos(c) / R) - o (5)

Rearranging equation 3 to find L:
s = sin(R * (o - L)
L = o - (2 * arcsin(s) / R) (6)

Rearranging equation 4 to find c:
c = ((u + 1) * s) / (u - 1) (7)

Equating 5 and 6:
(2 * arccos(c) / R) - o = o - (2 * arcsin(s) / R) (8)

Substituting equation 7 into equation 8:
(2 * arccos((u + 1) * s) / (u - 1)/ R) - o = o - (2 * arcsin(s) / R) (9)

This is where I get stuck. I need to rearrange equation 9 for s, then it will just be simple substitution in order to get the equation I need for L. I have managed to reduce it to a more readable state (you may or may not want to go down this path).

o * R = arccos((S * (U + 1)) / (U - 1)) + arcsin(S)

Now we have S stuck in an arcsin and an arccos with the latter S being involved in a more complex arc.

Any help would be very much appreciated!

Thanks,
Mickey
 
Physics news on Phys.org
So to clarify, I need to rearrange the following equation for S

o * R = arccos((S * (U + 1)) / (U - 1)) + arcsin(S)
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K