I Finding vertex of a 3D Triangle on a Plane

AI Thread Summary
The problem involves finding the third vertex P of a triangle in a defined plane, given two vertices P1 and P2 and their respective distances L1 and L2 from P. The discussion highlights that there are two potential solutions for P, as demonstrated through geometric reasoning involving arcs drawn from P1 and P2. The relationship between the distances and the plane equation leads to three equations but only two unique points for P, indicating symmetry across the line segment P1P2. Ultimately, a unique solution for P does not exist; instead, two symmetric solutions are confirmed. This geometric approach effectively illustrates the nature of the problem.
Anand Sivaram
Messages
90
Reaction score
43
TL;DR Summary
3D Triangle third vertex on a Plane
I came across the following problem and wondering how to solve it.

There is a plane n1x + n2y + n3z + n4 = 0 where n1, n2, n3, n4 are known. The triangle is in this plane.
We already know the two vertices P1(x1, y1, z1), P2(x2, y2, z2) of the triangle.
Now we have to find the third vertex P(x, y, z) of the triangle on the plane
such that P1-P distance is L1 and P2-P distance is L2 and are known.

I tried to find the solution in a number of places and came across the following one, but I was wondering whether we could get a unique solution based on that. Because this solutions reaches the long equation and the plane equation already, that means two equations and three unknowns.
https://math.stackexchange.com/ques...le-with-known-plane-two-points-and-lengths-of

Is it possible to get a unique or two point solution for P? Any help would be really appreciated.
 
Mathematics news on Phys.org
I think the answer is there are two solutions as you surmised from a simple geometric argument using a compass and straightedge on a piece of paper. With the paper acting as the plane, draw a line segment on the paper as one edge of the triangle.

Drawing arcs centered on the endpoints of the line segment with the lengths L1 and L2. You will find two points, both solutions to your problem.
 
  • Like
Likes Anand Sivaram
Anand Sivaram said:
Is it possible to get a unique or two point solution for P?
Not a unique solution.
jedishrfu said:
Drawing arcs centered on the endpoints of the line segment with the lengths L1 and L2. You will find two points, both solutions to your problem.
Right, and the two solutions for P are symmetric across the line segment ##P_1P_2##.
 
  • Like
Likes Anand Sivaram and jedishrfu
There should be three equations for P. P is on the plane and the two distance equations.
 
  • Like
Likes Anand Sivaram and jedishrfu
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top