Bob A. answered 06/12/14
Tutor
4.9
(127)
20 Years Making Science and Maths Understandable and Interesting!
Draw 4 circles around each of the 5 points showing how far each of the other 4 points are.
Use the intersections of the circles to place the points relative to each other.
Then from the known point, determine the coordinates of each of the other 4 points.
I suspect you would not want to do this by drawing circles on a map. You probably will want to do this by writing equations for the circles and therefor want to put everything into a matrix and use linear algebra to make things simpler to solve.
The unknowns will be the x and y coordinates for each of the 4 unknown points - 8 unknowns. If you indeed have all the distances for Each one to Each of the others you will have 4+3+2+1 = 10 known distances plus the two known x and y coordinates of the known point. 12 knowns and 8 unknowns - plenty to solve the system of equations.
I am assuming the distances you know to each are horizontal distances since we are dealing only with 2 dimensions, Lat and Lon. Knowing a 3 dimensional distance (if they were on different floors or in buildings of different heights) would mess things up. - You would have to draw spheres around each person instead of circles and then work all your equations in 3-space.
In 3-space case you will have 12 unknown x,y,z coordinates (Lat, Lon, Alt) and your system should still be solvable - but harder - since you will still have 10 known distances and now 3 known coordinates (Lat, Lon, Alt) - i.e. 12 unknowns and 13 knowns.
I hope this is enough to get you rolling. I really don't want to write those equations - good luck :)
btw - you could google gps and you will find more ;and might even find the equations in at least a general form.