Ask Experts Questions for FREE Help !
Ask
    gwbbh's Avatar
    gwbbh Posts: 1, Reputation: 1
    New Member
     
    #1

    Sep 3, 2009, 11:55 AM
    gps 3 location center coordinate
    I am working on a GPS problem involving Longitude and Latitude. I have 3 waypoints making a triangle and I need to find the center and the cooresponding coordinates to that center.

    A= N 44.18.642
    w 76.33.807

    B= N 44.18.362
    w 76.34.163

    C= N 44.18.313
    w 76.33.383


    I know you draw a circle that touches on each point, but how can I derive a set of GPS ccordinates to find the location?
    ebaines's Avatar
    ebaines Posts: 12,131, Reputation: 1307
    Expert
     
    #2

    Sep 3, 2009, 01:40 PM

    I'm not following the problem here, so let me try to restate it in a different way. You are looking to find the center of a traingle whose three vertices are located at the cordinates you provided- is that right? The center of a traingle is defined as the point at the intersection of the bisectors of the triangle's three vertices - see the attached figure. So I don't understand what you are talking about with respect to circles touching each point, as the distance from the center to the three vertices could all be different.

    The method I would propose to you is as follows:

    1. Calculate the formula for a line that passes through point A and bisects angle BAC (the red dotted line in the figure). You can do this by finding the bearings from point A to points B and C, and from this calculate the bearing that is the bisector of angle BAC.

    2. Do the same for point B: determine the formula for the line that bisects the angle ABC (the blue dotted line).

    3. Find the intersection point for these two bisector lines. This is the center point of the triangle.

    4. You can check by finding the bisector of angle ACB and verifying that it passes through the intersection point.

    Hope this helps.
    Attached Images
     
    jcaron2's Avatar
    jcaron2 Posts: 986, Reputation: 204
    Senior Member
     
    #3

    Sep 3, 2009, 06:48 PM
    Quote Originally Posted by ebaines View Post
    ... Find the intersection point for these two bisector lines. This is the center point of the triangle...
    :)

    I have to laugh because on the previous problem you found a really ingenious way to do that proof without any serious analytical work.

    While your technique for this problem is absolutely correct, you can also find the center point of a triangle by simply averaging the respective x- and y-coordinates of the three points.
    ebaines's Avatar
    ebaines Posts: 12,131, Reputation: 1307
    Expert
     
    #4

    Sep 5, 2009, 04:34 PM
    Quote Originally Posted by jcaron2 View Post
    :)

    I have to laugh because on the previous problem you found a really ingenious way to do that proof without any serious analytical work.

    While your technique for this problem is absolutely correct, you can also find the center point of a triangle by simply averaging the respective x- and y-coordinates of the three points.
    I think we're both wrong! On further reflection I think what the OP is asking for is how to find a point that is equidistant from the 3 corners of the triangle. The center as I defined it in my original response is really the center of gravity for the triangle, but this point is not (typically) equidistant from the three vertices.

    The way to do this is a bit different from what I wrote. See the attached figure - any point that is equidistant from vertices A and B will lie along a line that is perpendicular to line AB and that intersects AB at the midpoint. Similarly, the point must also be on the line that is perpendicular to BC and intercepts BC at the midpoint. So you've got two lines - find the intersection point between them, and you have the point in question. Check by making sure the point lies along the perpendicular bisector of AC.
    Attached Images
     
    jcaron2's Avatar
    jcaron2 Posts: 986, Reputation: 204
    Senior Member
     
    #5

    Sep 5, 2009, 07:11 PM

    Now that I reread it also, I think you must be right. Nicely done.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Symmetry and coordinate graphs [ 6 Answers ]

determine whether the graph of each equation is symmetric with respect to the origin, the x-axis, the y-axis, the line y= x, the line y = -x, or none of these. xy =2 y = 5x^3 - 2x

Using origin of a coordinate plane [ 1 Answers ]

I'm stuck on using origin of a coordinate plane to answer a question. I'm only given 4 blocks west and 6 blocks south for numbers. With this information I'm to find the coodinates and figure out how far away this is from the starting point. I feel like I need more numbers to do this. Help! :( ...

Vectors on the coordinate plane [ 1 Answers ]

Please help me I am sftuck I have no clue what I am doing rite now Whoeva iz available let me know

Coordinate Geometry [ 1 Answers ]

what is the distance between the lines if the equations of the 2 parallel lines are. Please show complete solutions. L1: x-y+5=0 L2: x-y-3=0


View more questions Search