Coordinates of a point in 3D provided connecting points are known

AI Thread Summary
To determine the coordinates of point C given points A, B, and the distance from B to C along with angle ABC, the discussion highlights that the problem lacks sufficient information for a unique solution. It is noted that in three-dimensional space, multiple points can satisfy the conditions, resulting in a circle of possible locations for C. Additionally, the introduction of points C and D, along with their respective angles and distances, complicates the problem further, as finding two unknown points with only one length and three angles is also impossible. The participants suggest that a simpler method may exist but emphasize the need for more data to achieve a definitive answer. Ultimately, the discussion underscores the complexities of solving for coordinates in 3D space with limited information.
joinforfun89
Messages
4
Reaction score
0
Hi ,Given 3 points A[x1,y1,z1], B[x2,y2,z2] and C, and given the distance between B and C is known and the angle ABC is supplied. How do we ascertain the coordinates of the point C ?

I can calculate the dot product using the angle, by defining vectors BC and AC and then use the distance formula to get another equation for the coordinates of C. But I have a hunch that there is a simpler way to do this. I need to program this, and therefore the requirement for a simpler solution.

If there is a derivation that you know please point me towards it.

Thanks a lot in advance.MORE Information Added:

I didn't include all the information earlier and yes Mathman is right that as stated this problem doesn't have a unique solution. This is actually a smaller part of the bigger problem I have. Here it goes.

A-B-C-D are 4 points. We define rx = length(B-C), angle, eta = (A-B-C) and angle theta = (B-C-D) and the torsion angle omega= (A-B-C-D). What I really need to do is to find the coordinates of C and D provided that I have the new values of rx, eta, theta and omega. Any pointers would be welcome.

Thanks again.
 
Last edited:
Mathematics news on Phys.org
The problem as stated does not have enough information to get a unique solution for C. Since the problem is 3d, there will be a circle of points satisfying the requirements.
 
mathman said:
The problem as stated does not have enough information to get a unique solution for C. Since the problem is 3d, there will be a circle of points satisfying the requirements.

I have added more information; please take a look if you get a chance ! Thank a lot.
 
You want to find 2 unknown points knowing 1 length and 3 angles. That can't be done either.
 
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