How to know direction of point

  • Thread starter Thread starter Zirok
  • Start date Start date
  • Tags Tags
    Direction Point
AI Thread Summary
The discussion centers on calculating distances from an intersection point to various points A, B, C, and D. The original poster seeks a method to determine if distance d2 is negative without directly comparing coordinates. Responses indicate that negative distances are not valid in standard distance calculations, suggesting a possible error in the original formula. The standard formula for distance in a plane is provided, emphasizing that distances should always be non-negative. The conversation highlights the importance of accurate calculations in geometry.
Zirok
Messages
6
Reaction score
0
hI,

Refering to the attachment, we have set of points A,B,C,D which intersects at a point (Refer Figure)

I have written a forumla in excel to calculate distance d1,d2,d3,d4 from this intersection point.

How would i know that d2 distance is negative ( or in a reverse position) without actually comparing the X,Y positions with respect to Intersection Point.

Is there any other way to do it. ?

Thanks
Zirok
 

Attachments

  • ABCD.JPG
    ABCD.JPG
    16.6 KB · Views: 528
Mathematics news on Phys.org
Your attachment is pending approval, so I don't know the details of your problem.

You should not get a negative distance, so if you are, you are doing something wrong. Assuming that your points are in the plane, the distance from a point A(a, a2) to point B(b1, b2) is
\sqrt{(b_1 - a_1)^2 + (b_2 - a_2)^2}.
 
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