daon said:
I couldn't articulate my question well enough in the allotted space
We all know how to graph lines in 3-space, but I really am just curious about finding the equation of say, a parabola, on a plane other than the xy yz, or xz axis given some information about the parabola.
Lets say a perfect parabola (like y=x^2) exists on a plane x + y + z = 10. And the vertex of the parabola is at (0,0,10). This question is very vague, I know, but I'm not sure what other information is needed here. What would the form of this equation look like?
Thanks.
Daon
Here is a way to generate using linear algebra the equations for parabolas that satisfy your conditions. There are an infinite number of such parabolas.
Take the coefficient vector of the equation defining the plane and call it \(\displaystyle \L \mathbf{m}_0 = (1,1,1) .\) Now find two vectors \(\displaystyle \L \bold m_1\) and \(\displaystyle \L \bold m_2\) with length 1 that are orthogonal to \(\displaystyle \L \bold m_0\) and orthogonal to each other. For example set \(\displaystyle \L \bold m_1 = (1,-1,0)/\sqrt{2}\) and \(\displaystyle \L \bold m_2 = (1,1,-2)/\sqrt{6} .\) Let \(\displaystyle \L \bold v = (0,0,10)\) be your vertex.
Then the points \(\displaystyle \L \bold m_1 t + \bold m_2 u + \bold v\) for any \(\displaystyle \L (t,u)\) will all lie on your given plane and the points \(\displaystyle \L \bold m_1 t + \bold m_2 t^2 + \bold v\) for any \(\displaystyle \L t\) will form a parabola with vertex \(\displaystyle \L v .\)
Written in terms of coordinates the points on the plane using the example vectors will be \(\displaystyle \L (t/\sqrt{2}+u/\sqrt{6},-t/\sqrt{2}+u/\sqrt{6},-2u/\sqrt{6}+10)\) and the points on the parabola will be \(\displaystyle \L (t/\sqrt{2}+t^2/\sqrt{6} ,-t/\sqrt{2} +t^2/\sqrt{6} ,-2t^2/\sqrt{6} +10) .\)
Since the vectors \(\displaystyle \L \bold m_1\) and \(\displaystyle \L \bold m_2\) are orthogonal and have length 1 (called orthonormal), distances will be preserved and the transformed parabola will have the same shape as the original. And since there are an infinite number of pairs of orthonormal vectors orthogonal to \(\displaystyle \L \bold m_0,\) there are an infinite number of parabolas satisfying your conditions.
This method gives parametric representations of the parabolas. I don't know (but I doubt) that these can be converted back to a single equation in \(\displaystyle \L (x,y,z).\) It is easy to convert them to two equations by say solving
\(\displaystyle \L z = - 2t^2 /\sqrt{6} + 10\)
for \(\displaystyle \L t\) and then substituting that into
\(\displaystyle \L x = t/\sqrt{2} + t^2 /\sqrt{6},\)
\(\displaystyle \L y = -t/\sqrt{2} + t^2 /\sqrt{6}.\)
Since it takes two equations (two planes) to determine a line in 3 dimensions, it seems generally true it would take two equations to determine a curve like a parabola, except perhaps in some special cases.