How do I solve triangles in 3D with specific vertices?

  • Thread starter Thread starter uf2010
  • Start date Start date
  • Tags Tags
    3d Triangles
AI Thread Summary
To solve for the angles in a triangle defined by the vertices [2,-1,0], [5,-4,3], and [1,-3,2], it's essential to calculate the lengths of the sides by determining the distances between the points. The sum of the angles should equal 180 degrees, but using the dot product method has led to confusion, yielding a total of only 110 degrees. It's important to consider the direction of the vectors when calculating angles, as the angle between the tail of one vector and the head of another differs from the angle derived from the dot product. An alternative method is to apply the cosine rule after finding the side lengths, providing a purely geometrical solution. This approach can clarify the angle calculations and ensure they align with the triangle's properties.
uf2010
Messages
2
Reaction score
0
How do i find the angles in the triangle with the vertices at [2,-1,0], [5,-4,3], and [1,-3,2]. This problem has been bothering me because when i find the angle between the vectors it only adds to roughly 110 degrees, and that cannot be right.
 
Mathematics news on Phys.org
To find the angle between two vectors you can use

u\cdot v=|u||v|\cos{\theta}
 
I have tried this, but the sum of the three angles only equals 110 not 180.
 
nicksauce's approach should work here. You should be careful of the directions the vectors point and the angle between them. The angle between the tail of a vector and and the head of another vector is not the same as the one given by the dot product.
 
Another way which doesn't involve vectors would be to find the lengths of the triangle by calculating distance between points, then apply cosine rule. A purely geometrical approach.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...
Back
Top