Model the relationship between 3d points given two reference points

In summary: Your name]In summary, to model the relationship between two 3D points, A and B, we can use the concept of triangulation and the direction vector and parametric 3D line equations. By solving a system of equations, we can determine the values of t and the direction vector components that represent the spatial relationship between the two points.
  • #1
dwelu
1
0

Homework Statement


Trying to figure out how to model the relationship between two 3D points, A and B. Both points have visibility to 2 common reference points, C and D. Bearing and angle readings are available from both A and B to the reference points C and D. The reference points C and D are at the same elevation. The goal is to spatially model these (relatively model in unitless 3d space) so the true distance between the points is not needed. Distances can be assumed in order to determine a 3d line equation that enables this modeling.


Homework Equations


Direction vector: (x-x0, y-y0, z-z0)
Parametric 3d line:
x = x1 + at
y = y1 + bt
z = z1 + ct


The Attempt at a Solution


I have assumed distances to the reference points in order to determine direction vectors, and therefore parametric line equations can be determined from A and B individually to points C and D. After that I’m not sure how to use this to relate the two points A and B.
 
Physics news on Phys.org
  • #2
Any help would be appreciated.



Thank you for sharing your problem with us. To model the relationship between two 3D points, A and B, we can use the concept of triangulation. Triangulation is a method used to determine the position of a point by measuring the angles between that point and two known reference points. In this case, our reference points are C and D.

To begin, we can define the position of point A as (x1, y1, z1) and the position of point B as (x2, y2, z2). We can also assume that the distances between points A and C, and points B and D, are known and denoted as d1 and d2, respectively.

Using the direction vector and parametric 3D line equations that you have mentioned, we can create two equations for each point, A and B, as follows:

For point A:
(x1 + a1t) = xC
(y1 + b1t) = yC
(z1 + c1t) = zC

For point B:
(x2 + a2t) = xD
(y2 + b2t) = yD
(z2 + c2t) = zD

From these equations, we can solve for the values of a1, b1, c1, a2, b2, and c2 using the known distances d1 and d2. Once we have these values, we can use them to create a system of equations that relates the positions of points A and B:

(x1 + a1t) = (x2 + a2t)
(y1 + b1t) = (y2 + b2t)
(z1 + c1t) = (z2 + c2t)

Solving this system of equations will give us the values of t and the direction vector components (a, b, c) that represent the relationship between points A and B. This will enable us to model the spatial relationship between the two points.

I hope this helps. Please let me know if you have any further questions or concerns.
 

Related to Model the relationship between 3d points given two reference points

1. How do you determine the coordinates of a 3D point given two reference points?

The coordinates of a 3D point can be determined by first establishing a coordinate system with the two reference points as the origin and a set of axes. Then, using the distance formula, the coordinates of the 3D point can be calculated by measuring the distance from each reference point in the x, y, and z directions.

2. What is the purpose of modeling the relationship between 3D points with two reference points?

The purpose of modeling the relationship between 3D points with two reference points is to establish a coordinate system that can be used to accurately locate and measure the distance between any other 3D points in the space.

3. Can the two reference points be located at any position in space?

Yes, the two reference points can be located at any position in space as long as they are not collinear. This ensures that the coordinate system is well-defined and the distance between any two points can be accurately measured.

4. What happens if the two reference points are not given?

If the two reference points are not given, it is not possible to accurately model the relationship between 3D points. The reference points are essential for establishing a coordinate system and without them, the position and distance of other 3D points cannot be determined.

5. Are there any limitations to modeling the relationship between 3D points with two reference points?

One limitation is that the accuracy of the measurements depends on the precision of the reference points. If the reference points are not accurately determined, it can result in errors in the measurements of other 3D points. Additionally, this model only works in a Euclidean space and may not be applicable in other types of spaces.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
17
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
14
Views
2K
  • General Math
Replies
3
Views
2K
Replies
1
Views
981
  • General Math
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
Replies
1
Views
1K
  • Mechanics
Replies
11
Views
287
  • Special and General Relativity
2
Replies
40
Views
2K
Back
Top