Discussion Overview
The discussion revolves around finding a specific 3D coordinate on a circle defined by two points on its diameter and a third point on its plane. Participants explore the geometric and algebraic methods to derive the coordinates, considering constraints such as distances and perpendicular relationships.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Debate/contested
Main Points Raised
- One participant seeks to find a point on a circle in 3D space given two diameter points and a point on the plane, specifying the distance from one diameter point to the target point.
- Another participant suggests constructing the plane using the normal vector derived from the cross product of the vectors formed by the diameter points and the third point, leading to a plane equation.
- A participant describes their approach using a normalized normal vector and dot products to establish the plane and relationships between the points, but encounters issues with feasibility in their results.
- There is a discussion about the correct formulation of the equations, including the order of vectors in dot products and the necessity of normalizing vectors.
- One participant proposes an alternative method involving finding the center of the circle using the three points and solving the resulting equations numerically.
- A later reply indicates that the initial participant successfully resolved their issue using MATLAB's fsolve function to handle the equations derived from their approach.
Areas of Agreement / Disagreement
Participants express differing views on the formulation of equations and the normalization of vectors. While some agree on the methods proposed, others challenge the correctness of specific steps, indicating that the discussion remains somewhat unresolved with multiple competing approaches.
Contextual Notes
Participants mention the presence of squared terms in their equations, which complicates the solution process. There is also a concern regarding the normalization of vectors and the implications of vector notation consistency.
Who May Find This Useful
This discussion may be useful for individuals interested in geometric constructions in 3D space, particularly those dealing with circles defined by points in a plane and the mathematical methods for solving related equations.