Solving an annoying equation

  • Context: Undergrad 
  • Thread starter Thread starter MexWave
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
MexWave
Messages
2
Reaction score
0
[SOLVED] Solving an annoying equation... please help

Hi,

I'm playing with the code used to convert between on-screen pixel co-ordinates and geographical lat-lon in Microsoft's Virtual Earth. They have a page that explains how to go one way (including example code) at http://msdn2.microsoft.com/en-us/library/bb259689.aspx" but it only explains how to get the pixel co-ordinate from a lat-lon and not the other way around.

I decided it shouldn't be too difficult to solve myself so I started on it. I'm now stuck at the following point:

a = (1 + sinLatitude) / (1 - sinLatitude)

I need to calculate "sinLatitude" in terms of "a" but I don't seem to be able to do it. Can anyone please give me some pointers, or do I need to approach the whole thing another way?

Many thanks,

Mark
 
Last edited by a moderator:
Mathematics news on Phys.org
After running a few tests, it certainly seems to be!

Many thanks for your help!

Mark
 
Last edited: