Triangulation: Locate Point with 3 Sensors

  • Context: Undergrad 
  • Thread starter Thread starter geolej
  • Start date Start date
  • Tags Tags
    Strange Triangulation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
geolej
Messages
9
Reaction score
0
I have 3 sensors I know the distance between. They report to me 0.58V when no change is found and when a change is found they report .64V .79V .66V for example. Would it be possible to locate the point where the item is?
 
Mathematics news on Phys.org
Not without knowing how the reported value is connected to the distance from the sensor to the point of "change". If you can use the reported value to determine the distance, then you can imagine three circles with the sensors as center and the determined distances as radii. For example, if you sensors are at [itex](x_a, y_a)[/itex], (x_b,y_b)[/itex], and [itex](x_c,,y_c)[/itex] and the distances are determined to be [itex]R_a[/itex], [itex]R_b[/itex], and [itex]R_c[/itex], respectively, the the point to be determined must satisfy [itex](x-x_a)^2+ (y-y_a)^2= R_a^2[/itex], [itex](x-x_b)^2+ (y-y_b)^2= R_b^2[/itex], and [itex](x-x_c)^2+ (y-y_c)^2= R_c^2[/itex]. IF those circles all intersect, then they will, generally, intersect in one point- but there are special cases in which they will intersect in more than one point. Solve those equationsw for x, y, and z.

I have assumed that you are talking about points in a plane. In three dimensions, you would need four sensors to specify a point.
 
The sensors report a higher value when the item is closer, and lower value when further away. They are hall-effect sensors. Can you provide me with more info into triangulation?