Can Two Intersecting Planes be Found from a Parametric Line Equation in ℝ^{3}?

  • Context: Graduate 
  • Thread starter Thread starter Bipolarity
  • Start date Start date
  • Tags Tags
    System
Click For Summary

Discussion Overview

The discussion revolves around the question of whether two planes can be found that intersect at a given parametric line in ℝ³. Participants explore methods for deriving such planes from the line's parametric equations, considering both general and specific cases.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant suggests that it is trivial to construct planes that share a point and one direction vector with the line.
  • Another participant explains a method to find parametric equations for the planes using the line's parameters and independent choices for a third vector.
  • A detailed method is presented for "unsolving" a system of linear parametric equations to derive a new system that represents the same affine manifold, although the participant notes the complexity of providing an example.
  • In a simpler case, a participant describes a method to derive equations for two planes intersecting at the line by solving the parametric equations for the parameter t and setting them equal to each other.
  • Another example is provided to illustrate the process, including a case where not all parametric equations can be solved for t, leading to a different approach for deriving the plane equations.

Areas of Agreement / Disagreement

Participants present multiple methods and approaches to the problem, indicating that there is no single consensus on the best way to derive the planes. The discussion includes both general methods and specific examples, suggesting a variety of perspectives on the topic.

Contextual Notes

The discussion includes complex mathematical reasoning and methods that may depend on specific assumptions about the parametric equations and the dimensionality of the space involved. Some steps in the proposed methods remain unresolved or cumbersome to illustrate fully.

Bipolarity
Messages
773
Reaction score
2
Suppose you have the parametric form of a line in ℝ^{3}. Given this equation, can we find two planes that intersect at this line? I know that there are infinite such ways we can do this, but what is one way this can be done? Essentially what I am asking is if you can reverse the procedure <system of two equations in 3-space> --> <solution vector (in 3-space)>.

BiP
 
Physics news on Phys.org
It is trivial to construct planes which use the same point and share one direction vector with the line.
You can convert them to other expression methods afterwards.
 
do you understand this? mfb is saying to find the parametric equations for the planes, in terms of p,v,w, by starting from the parametric data p,v for the line, and choosing two different and independent choices of w.
 
There is a general method to "unsolve" a system of linear parametric equations, that is, to go from this system to a system of linear equations whose solution set is the affine manifold which is expressed by the original system. I found this method by myself, but it is likely that somebody else came up with the same method before me.

Suppose we have an affine manifold in R^n given in linear parametric form by

x=b+At,

where x is an n-column vector which gives a point on the manifold, b a constant n-column vector, A an n x m -matrix, and t an m-column-vector of parameters.

Now, write down the n x (m+1) - matrix (b A). On this matrix we perform a sequence of elementary column operations. Such an operation is like an elementary row operation but using columns instead of rows. But we exclude all such operations which involve the first column (originally b), except that we allow adding a multiple of another column to the first column (but not the other way round). One can verify that such an operation does not change the manifold given by the corresponding system of linear parametric equations.

We choose this sequence of column operations in a way that corresponds to Gauss-Jordan elimination, but using columns instead of rows (and vice versa) and starting in the bottom right corner (instead of the upper left one) and going left and upwards.
Let us write the resulting matrix as

(b' A'),

where b' is its first column.

The submatrix A' will now be in what we may call upside down reduced column echelon form, which is as reduced row echelon form with columns instead of rows (and vice versa) and bottom/right instead of upper/left (and vice versa).
Also, if a row in A' is a unit row (one element is 0 and the other 0:s), the element in b' at this row is also 0.

Next, if there is a set of 0-columns collected at the left of A', we remove these, so that we obtain new matrix

(b' A'')

of type n x (k+1), with k\le\max(m,n).
With t' as a k-column vectors of parameters, the system of linear parametric equations

x'=b'+A''t' (*)

gives the same manifold as the original one. m-k (which may be 0) parameters turned out to be superfluous. The dimension of the manifold is k.

This new system (*) of linear parametric equations has precisely the standard form which is obtained if we start from a system of linear equations, solve it by Gauss-Jordan elimiation and write the solution in parametric form in the standard way.
Now, we can, from (*), go "backwards" and (re)construct an (n-k) x (n+1) - matrix in reduced row echelon form, which is the augmented matrix of a system of linear equations, whose solution set is the given manifold.

Ok, I know I should give an example to illistrate this, but it is so cumbersome doing it in TeX-notation here... Maybe some day...
 
Last edited:
However, in the simple case OP originally mentioned, to obtain equations for two planes which intersects each other in a parametrically given line, we don't need to go through this procedure (although the procedure covers all cases).
In this case, solve the parametric equations for t (the parameter) wherever possible and set the expressions for t equal to each other.

For example, if we have

x=2+t
y=3+3t
z=4-2t

this gives (t=) (x-2)/1=(y-3)/3=(z-4)/(-2).

From this we obtain e.g 3(x-2)=y-3 <==> 3x-y = 3, and (-2)(y-3)=3(z-4) <==> 2y+3z=18.
The planes 3x-y=3 and 2y+3z=18 intersects in the given line.

This must be modified if not all the parametric equations can be solved for t, for example

x=2
y=3+3t
z=4-2t

Then, as before (t=) (y-3)/3=(z-4)/(-2) <==> 2y+3z=18, and as the other equation, we take x=2.
 

Similar threads

  • · Replies 26 ·
Replies
26
Views
4K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
12K
  • · Replies 2 ·
Replies
2
Views
1K