Coordinates of a point outside a plane

Vivio
Messages
3
Reaction score
0
Hello,

If you can get me a hint for solving this matter it would be much appreciated.

I have the 3D coordinates of three points on a plane A, B, C.

There's another point G and we know AG, BG, CG.

My problem is to find the coordinates of point G:cry:

Thanks in advance!
 
Mathematics news on Phys.org
G=(A+AG,B+BG,C+CG) unless I don't understand what you are saying.
 
If you are given:

A=(A_1,A_2,A_3)
B=(B_1,B_2,B_3)
C=(C_1,C_2,C_3)

And you want to find G=(G_1,G_2,G_3), then knowing:

1) AG=|A-G|=((A_1-G_1)^2+(A_2-G_2)^2+(A_3-G_3)^2)^(1/2)
2) BG=|B-G|
3) CG=|C-G|

is not enough information.

Let h be the perpendicular distance from G to the plane. Then if A, B, and C and there is another point G' on the other side of the plane with perpendicular distance h from the plane also satisfynig 1, 2 and 3 so the solution is not unique. If A, B, and C are collinear you can find an entire circle of points satisfying 1, 2 and 3.

If you know that the A, B, and C are not collinear and which side of the plane G is on, then you can solve for the components of G using the distance formula or trigonometry.
 
Thanks mathman and sin(1/x) for your input :shy:.

I've made a drawing with the problem. I hope all the data are there.

Sorry for my omissions.
 

Attachments

  • Position.jpg
    Position.jpg
    16 KB · Views: 469
I get it now. G=A + |AG|a = B + |BG|b = C + |CG|c, where a,b,c are (unknown) unit vectors. By eliminating G, you will have 6 linear equations for the coordinates of a,b, and c. Using the fact they are unit vectors gives 3 quadratic equations. Solving for them will give you the vectors a,b,c. There will be 2 true solutions. When you solve the quadratics there will be extra solutions, so you need to check to see if you get the same value for G from a given set a,b,c.
 
Last edited:
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top