Intersection line

from Wikipedia, the free encyclopedia
Intersection line (red) of two planes (green and blue)

In geometry, a straight line of intersection is a straight line in which two non- parallel planes intersect in three-dimensional Euclidean space . A straight line in space is usually described by a parametric form of a straight line equation . The way to the straight line equation of the line of intersection of two planes depends on the description of the two planes to be intersected. Since there are two standard descriptions for this ( normal form and parametric form ), there are three possibilities to determine the straight line equation of the intersection line.

If one of the planes to be cut is a coordinate plane , the cutting line is called the track line . If several levels have a common line of intersection, one speaks of a level cluster .

Intersection of a plane in normal form with a plane in parametric form

calculation

Given a plane in normal form,

,

and a plane in parametric form,

.

So that the planes are not parallel, must or be, because otherwise there would also be a normal vector of . We are now looking for a parametric representation of the intersection line

.

Substituting the parametric form into the normal form leads to

.

Is , then solving the equation for the parameter and then inserting it into the parameter form

.

Is , the roles of and are reversed.

example

The two levels are through

and

given. The parameter representation then results for the intersection line

.

Intersection of two planes in parametric form

calculation

If both plane equations are available in parametric form, one first calculates the normal form for one of the two planes and then applies the procedure from the previous section. For a plane with the support vector and the direction vectors and is obtained from the cross product

a normal vector and the plane equation is then

.

In order to investigate the parallelism of two planes in parametric form, one first determines a normal vector for one of the planes with the help of the cross product. If the scalar products of this normal vector with the direction vectors of the other plane are equal to zero, the two planes are parallel.

example

The two levels are through

and

given. The normal vector for results in

and thus the normal form

.

The parameter representation is then obtained for the intersection line

.

Intersection of two planes in normal form

calculation

There are now two levels

and

So that the planes are not parallel, the two normal vectors must be linearly independent , that is, must not be a multiple of . We are looking for a parametric representation of the intersection line

.

The direction vector of the line of intersection results from the cross product of the normal vectors:

.

A support vector of the line of intersection is obtained by connecting the planes and with the plane perpendicular to them

cuts. The parameters and are found by inserting them into the equations of the levels and and are thus obtained

.

example

The two levels are through

and

given. This gives the direction vector of the line of intersection as

.

For the support vector it follows from and from the above formula

.

So is

a parametric representation of the intersection of both planes.

annotation

The above formula provides a parameter representation of the line of intersection without any case distinctions, but it is computationally expensive. In the case of specifically specified plane equations , it may be better to use the Gaussian algorithm to determine a parameter representation of the straight line of intersection. For the above example is the linear system of equations

to solve. 2 times the first equation minus 1 times the second equation results in the system of equations in line step form:

The unknown can be chosen: . After is an insertion into the first equation yields . This gives the (slightly different) parametric representation of the intersection line:

.

See also