Finding the equation of a parabola in 3d space

AI Thread Summary
To find the equation of a parabola in 3D space that passes through three given points, one must first determine the unique plane defined by those points. The process involves projecting the three points onto a 2D coordinate system, typically the xy-plane, to fit a polynomial. Once the polynomial is established in this local 2D system, it can be transformed back to the original 3D plane defined by the equation Ax + By + Cz + D = 0. This method allows for the generation of additional points along the parabola. Properly executing these transformations is crucial for achieving the desired sampling of points along the curve.
Infil
Messages
2
Reaction score
0
Hi everyone,

I have three points in 3D space, and I would like to find the equation of a parabola that goes between them. My final goal is to sample about 20-25 points that lie on the parabola between these three points (ie, the user of my program will provide 3 points, then I will draw a "dotted line" version of the parabola between them through more discretized sampling).

I know how to find the parabola that goes through 3 points in 2D space, and I know how to find the equation of the unique plane that runs through these 3 points.

I just don't know how to connect the two pieces (or if there is an easier way to accomplish my above goal).

Any help would be greatly appreciated!
 
Mathematics news on Phys.org
The only 3D "parabola" in the 3D space that goes through 3 points is a plane.
 
Right, the parabola must lie on the plane defined by those 3 points.

I guess what I'm really asking for is a way to transform between the 3D space and the local coordinate system of a plane Ax + By + Cz + D = 0. This way, I can transform the three 3D points to a local 2D coordinate system, solve my problem there, and then transform any point on the plane back to 3D.

This sounds like it should be easy, but I'm drawing a blank. :)
 
You need to:
1. project the 3 points onto the "xy-plane"
2. fit the polynomial on the xy-plane
3. project the polynomial from the xy-plane to the (Ax + By + Cz + D = 0)-plane.
 
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...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Replies
2
Views
3K
Replies
4
Views
2K
Replies
3
Views
3K
Replies
4
Views
3K
Replies
3
Views
2K
Replies
4
Views
3K
Replies
2
Views
2K
Replies
7
Views
2K
Replies
4
Views
2K
Back
Top