Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7079919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:43:51+00:00 2026-05-28T06:43:51+00:00

I have an array of points, of which(points) I know the coordinates(in my coordinate

  • 0

I have an array of points, of which(points) I know the coordinates(in my coordinate plane, x/y). Then I have a point of unknown coordinates, but I know the distance to that point from “known” points. I’m looking for “unknown” point coordinates. Should be a sort of triangulation.

I’ve thought about describing the situation with system of equations.

Let suppose this data:

coord[n] basePoints;
double[n] dist;
coord result;

Let think coord like a:

struct {
    double x,y;
};

Now, the circumference equation is:

x^2 + y^2 + ax + bx + c = 0
where:
a = basePoint[i].x
b = basePoint[i].y
c = a^2 + b^2 + r^2
r = dist[i]

In this case, we need 3 points to determine exactly the result point position, so we need a system of three equations. The question is: is there some fast way to find out the result coordinates, and there isn’t, is there an algorithm to follow?

edit:

I found the algoritm I was looking for here Trilateration using 3 latitude and longitude points, and 3 distances.

Also a big thanks for @hardmath for the name of method and a wikipedia article.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T06:43:52+00:00Added an answer on May 28, 2026 at 6:43 am

    Restating the problem: You have n circles centered at basePoint[n] with radius dist[n] which are known to have a single common intersection point. You want to find that one point.

    Take the first two circles and find their intersection(s). There are either 1 or 2 (or 0, but then the problem has no solution). If 1, that should be the answer. If 2, disambiguate with the next circle. You could proceed to verify that point is on all of the other circles.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an array of floating-point numbers, which is unordered. I know that the
I know that int (*p)[5] means a pointer which points to an array of
We have an array of points through which we would like to draw a
I have an array of points in unknown dimensional space, such as: data=numpy.array( [[
I have an array of points PArr [0..3] which correspond to the rectangle points
I have an array of point data (for particles) which constantly changes size. To
I have an array of x,y points of location. I don't know how to
I have a Bezier path stored as an array of several points, which is
I have a 2D array. Lets suppose that it has some connected region which
I have an array with polygon coordinates, which I'm drawing currently with the Path

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.