Solving implicit equation of a plane

  • Thread starter Thread starter kouma
  • Start date Start date
  • Tags Tags
    Implicit Plane
AI Thread Summary
The discussion focuses on solving the implicit equation of a plane, specifically 0 = n (p - p0), where n, p, and p0 are points in 2D space. A participant seeks clarification on whether their calculation method, involving the equation 0 = nx(px - p0x) + ny(py - p0y), is correct for determining if point p lies on the positive or negative side of the plane. A typo in the equation was noted, and further clarification was requested regarding the meaning of "positive" or "negative" side of the plane. The conversation indicates that if n, p0, and p are defined, the dot product will yield a specific value, suggesting that the concept of "sides" may need to be re-evaluated. The dialogue highlights the need for precise definitions in mathematical discussions.
kouma
Messages
9
Reaction score
0
Hello,

Can someone tell me if what I am doing is correct. I am trying to solve this equation of 0 = n ( p - p0 ) where n, p, and p0 are points on the plane. Assume this is a 2D dimension (x,y). Is this the correct way of calculating this equation.

0 = nx (px - p0x) + ny (py + p0y)

Purpose: I am trying to find if point p resides on the positive or negative side of the plane.

Only help if you know the answer please.

Thanks
 
Mathematics news on Phys.org
kouma said:
Hello,

Can someone tell me if what I am doing is correct. I am trying to solve this equation of 0 = n ( p - p0 ) where n, p, and p0 are points on the plane. Assume this is a 2D dimension (x,y). Is this the correct way of calculating this equation.

0 = nx (px - p0x) + ny (py + p0y)

Purpose: I am trying to find if point p resides on the positive or negative side of the plane.

Only help if you know the answer please.

Thanks
You do have a typo (should be py - p0y).

Your question is vague. What do you mean by positive or negative side of the plane? All your points are in the plane.
 
You are right about the typo, my bad. Thanks.

To clarify my question with an example, assume i have n and p0 given as n= (1,1) and p0=(2, 3). Now, say I have the following set of p {(1,3), (2,4), (1,5), (0,1), (2,3), (3,1)}. I would like to know where does each of the elements in the p set reside with respect to the plane. That is, it is on the positive side of the plane, zero, or negative? solving the equation should give me that answer.

Is this the correct way to solve this equation:

0 = nx (px - p0x) + ny (py - p0y)

Thanks
 
I still don't know what you mean by positive side or negative side? If n, p0, and all the p's are given, the dot product you wrote has a definite value in each case. To = 0, p-p0 is perpendicular to n-(0,0).
 
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