Distance from a point to a plane given by vectors. Determining the distance between a point and a plane, a line and a plane, between planes and skew lines. General algorithm for finding distance from point $M_0$ to plane

23.11.2021

This article talks about determining the distance from a point to a plane. let's analyze the coordinate method, which will allow us to find the distance from a given point in three-dimensional space. To consolidate, consider examples of several tasks.

The distance from a point to a plane is found by means of a known distance from a point to a point, where one of them is given, and the other is a projection onto a given plane.

When a point M 1 with a plane χ is given in space, then a straight line perpendicular to the plane can be drawn through the point. H 1 is a common point of their intersection. From here we get that the segment M 1 H 1 is a perpendicular, which was drawn from the point M 1 to the plane χ, where the point H 1 is the base of the perpendicular.

Definition 1

They call the distance from a given point to the base of the perpendicular, which was drawn from a given point to a given plane.

The definition can be written in different formulations.

Definition 2

Distance from point to plane called the length of the perpendicular, which was drawn from a given point to a given plane.

The distance from the point M 1 to the plane χ is defined as follows: the distance from the point M 1 to the plane χ will be the smallest from a given point to any point in the plane. If the point H 2 is located in the χ plane and is not equal to the point H 2, then we get a right triangle of the form M 2 H 1 H 2 , which is rectangular, where there is a leg M 2 H 1, M 2 H 2 - hypotenuse. Hence, this implies that M 1 H 1< M 1 H 2 . Тогда отрезок М 2 H 1 is considered inclined, which is drawn from the point M 1 to the plane χ. We have that the perpendicular drawn from a given point to a plane is less than the inclined one drawn from a point to a given plane. Consider this case in the figure below.

Distance from a point to a plane - theory, examples, solutions

There are a number of geometric problems whose solutions must contain the distance from a point to a plane. Ways to detect this may be different. To resolve, use the Pythagorean theorem or the similarity of triangles. When, according to the condition, it is necessary to calculate the distance from a point to a plane, given in a rectangular coordinate system of three-dimensional space, they solve using the coordinate method. This paragraph deals with this method.

According to the condition of the problem, we have that a point in three-dimensional space with coordinates M 1 (x 1, y 1, z 1) with the plane χ is given, it is necessary to determine the distance from M 1 to the plane χ. Several solutions are used to solve.

First way

This method is based on finding the distance from a point to a plane using the coordinates of the point H 1, which are the base of the perpendicular from the point M 1 to the plane χ. Next, you need to calculate the distance between M 1 and H 1.

To solve the problem in the second way, the normal equation of a given plane is used.

Second way

By condition, we have that H 1 is the base of the perpendicular, which was lowered from the point M 1 to the plane χ. Then we determine the coordinates (x 2, y 2, z 2) of the point H 1. The desired distance from M 1 to the χ plane is found by the formula M 1 H 1 \u003d (x 2 - x 1) 2 + (y 2 - y 1) 2 + (z 2 - z 1) 2, where M 1 (x 1, y 1 , z 1) and H 1 (x 2 , y 2 , z 2) . To solve, you need to know the coordinates of the point H 1.

We have that H 1 is the point of intersection of the plane χ with the line a, which passes through the point M 1 located perpendicular to the plane χ. It follows that it is necessary to formulate the equation of a straight line passing through a given point perpendicular to a given plane. It is then that we can determine the coordinates of the point H 1 . It is necessary to calculate the coordinates of the point of intersection of the line and the plane.

Algorithm for finding the distance from a point with coordinates M 1 (x 1, y 1, z 1) to the χ plane:

Definition 3

  • compose the equation of a straight line a passing through the point M 1 and at the same time
  • perpendicular to the χ plane;
  • find and calculate the coordinates (x 2, y 2, z 2) of the point H 1, which are points
  • intersection of the line a with the plane χ ;
  • calculate the distance from M 1 to χ using the formula M 1 H 1 = (x 2 - x 1) 2 + (y 2 - y 1) 2 + z 2 - z 1 2.

Third way

In a given rectangular coordinate system O x y z there is a plane χ, then we obtain a normal equation of the plane of the form cos α · x + cos β · y + cos γ · z - p = 0 . From here we get that the distance M 1 H 1 with the point M 1 (x 1 , y 1 , z 1) drawn to the plane χ, calculated by the formula M 1 H 1 = cos α x + cos β y + cos γ z-p. This formula is valid, since it is established thanks to the theorem.

Theorem

If a point M 1 (x 1 , y 1 , z 1) is given in three-dimensional space, having a normal equation of the χ plane of the form cos α x + cos β y + cos γ z - p = 0, then calculating the distance from the point to plane M 1 H 1 is derived from the formula M 1 H 1 = cos α · x + cos β · y + cos γ · z - p, since x = x 1 , y = y 1 , z = z 1 .

Proof

The proof of the theorem is reduced to finding the distance from a point to a line. From here we get that the distance from M 1 to the χ plane is the modulus of the difference between the numerical projection of the radius vector M 1 with the distance from the origin to the χ plane. Then we get the expression M 1 H 1 = n p n → O M → - p . The normal vector of the plane χ has the form n → = cos α , cos β , cos γ , and its length is equal to one, npn → OM → is the numerical projection of the vector OM → = (x 1 , y 1 , z 1) in the direction determined by the vector n → .

Let's apply the formula for calculating scalar vectors. Then we obtain an expression for finding a vector of the form n → , OM → = n → npn → OM → = 1 npn → OM → = npn → OM → , since n → = cos α , cos β , cos γ z and OM → = (x 1 , y 1 , z 1) . The coordinate form of the notation will take the form n →, OM → = cos α x 1 + cos β y 1 + cos γ z 1, then M 1 H 1 = npn → OM → - p = cos α x 1 + cos β · y 1 + cos γ · z 1 - p . The theorem has been proven.

From here we get that the distance from the point M 1 (x 1, y 1, z 1) to the plane χ is calculated by substituting into the left side of the normal equation of the plane cos α x + cos β y + cos γ z - p = 0 instead of x, y, z coordinates x 1 , y 1 and z1 relating to the point M 1 , taking the absolute value of the obtained value.

Consider examples of finding the distance from a point with coordinates to a given plane.

Example 1

Calculate the distance from the point with coordinates M 1 (5 , - 3 , 10) to the plane 2 x - y + 5 z - 3 = 0 .

Solution

Let's solve the problem in two ways.

The first method will start by calculating the direction vector of the line a . By condition, we have that the given equation 2 x - y + 5 z - 3 = 0 is a general plane equation, and n → = (2 , - 1 , 5) is the normal vector of the given plane. It is used as a directing vector for the straight line a, which is perpendicular to the given plane. You should write the canonical equation of a straight line in space passing through M 1 (5, - 3, 10) with a direction vector with coordinates 2, - 1, 5.

The equation will look like x - 5 2 = y - (- 3) - 1 = z - 10 5 ⇔ x - 5 2 = y + 3 - 1 = z - 10 5 .

Intersection points should be defined. To do this, gently combine the equations into a system for the transition from the canonical to the equations of two intersecting lines. Let's take this point as H 1 . We get that

x - 5 2 = y + 3 - 1 = z - 10 5 ⇔ - 1 (x - 5) = 2 (y + 3) 5 (x - 5) = 2 (z - 10) 5 ( y + 3) = - 1 (z - 10) ⇔ ⇔ x + 2 y + 1 = 0 5 x - 2 z - 5 = 0 5 y + z + 5 = 0 ⇔ x + 2 y + 1 = 0 5 x - 2 z - 5 = 0

Then you need to enable the system

x + 2 y + 1 = 0 5 x - 2 z - 5 = 0 2 x - y + 5 z - 3 = 0 ⇔ x + 2 y = 1 5 x - 2 z = 5 2 x - y + 5 z = 3

Let us turn to the rule for solving the system according to Gauss:

1 2 0 - 1 5 0 - 2 5 2 - 1 5 3 ~ 1 2 0 - 1 0 - 10 - 2 10 0 - 5 5 5 ~ 1 2 0 - 1 0 - 10 - 2 10 0 0 6 0 ⇒ ⇒ z = 0 6 = 0 , y = - 1 10 10 + 2 z = - 1 , x = - 1 - 2 y = 1

We get that H 1 (1, - 1, 0) .

We calculate the distance from a given point to a plane. We take points M 1 (5, - 3, 10) and H 1 (1, - 1, 0) and get

M 1 H 1 \u003d (1 - 5) 2 + (- 1 - (- 3)) 2 + (0 - 10) 2 \u003d 2 30

The second solution is to first bring the given equation 2 x - y + 5 z - 3 = 0 to normal form. We determine the normalizing factor and get 1 2 2 + (- 1) 2 + 5 2 = 1 30 . From here we derive the equation of the plane 2 30 · x - 1 30 · y + 5 30 · z - 3 30 = 0 . The left side of the equation is calculated by substituting x \u003d 5, y \u003d - 3, z \u003d 10, and you need to take the distance from M 1 (5, - 3, 10) to 2 x - y + 5 z - 3 = 0 modulo. We get the expression:

M 1 H 1 \u003d 2 30 5 - 1 30 - 3 + 5 30 10 - 3 30 \u003d 60 30 \u003d 2 30

Answer: 2 30 .

When the χ plane is given by one of the methods of the plane definition methods section, then you first need to obtain the equation of the χ plane and calculate the desired distance using any method.

Example 2

Points with coordinates M 1 (5 , - 3 , 10) , A (0 , 2 , 1) , B (2 , 6 , 1) , C (4 , 0 , - 1) are set in three-dimensional space. Calculate the distance from M 1 to the plane A B C.

Solution

First you need to write down the equation of the plane passing through the given three points with coordinates M 1 (5, - 3, 10) , A (0 , 2 , 1) , B (2 , 6 , 1) , C (4 , 0 , - one) .

x - 0 y - 2 z - 1 2 - 0 6 - 2 1 - 1 4 - 0 0 - 2 - 1 - 1 = 0 ⇔ xy - 2 z - 1 2 4 0 4 - 2 - 2 = 0 ⇔ ⇔ - 8x + 4y - 20z + 12 = 0 ⇔ 2x - y + 5z - 3 = 0

It follows that the problem has a solution similar to the previous one. Hence, the distance from the point M 1 to the plane A B C is 2 30 .

Answer: 2 30 .

Finding the distance from a given point on a plane or to a plane to which they are parallel is more convenient by applying the formula M 1 H 1 = cos α · x 1 + cos β · y 1 + cos γ · z 1 - p . From here we get that the normal equations of the planes are obtained in several steps.

Example 3

Find the distance from a given point with coordinates M 1 (- 3 , 2 , - 7) to the coordinate plane O x y z and the plane given by the equation 2 y - 5 = 0 .

Solution

The coordinate plane O y z corresponds to an equation of the form x = 0. For the O y z plane, it is normal. Therefore, it is necessary to substitute the values ​​x \u003d - 3 into the left side of the expression and take the absolute value of the distance from the point with coordinates M 1 (- 3, 2, - 7) to the plane. We get the value equal to - 3 = 3 .

After the transformation, the normal equation of the plane 2 y - 5 = 0 will take the form y - 5 2 = 0 . Then you can find the required distance from the point with coordinates M 1 (- 3 , 2 , - 7) to the plane 2 y - 5 = 0 . Substituting and calculating, we get 2 - 5 2 = 5 2 - 2.

Answer: The desired distance from M 1 (- 3 , 2 , - 7) to O y z has a value of 3 , and to 2 y - 5 = 0 has a value of 5 2 - 2 .

If you notice a mistake in the text, please highlight it and press Ctrl+Enter

Your privacy is important to us. For this reason, we have developed a Privacy Policy that describes how we use and store your information. Please read our privacy policy and let us know if you have any questions.

Collection and use of personal information

Personal information refers to data that can be used to identify or contact a specific person.

You may be asked to provide your personal information at any time when you contact us.

The following are some examples of the types of personal information we may collect and how we may use such information.

What personal information we collect:

  • When you submit an application on the site, we may collect various information, including your name, phone number, email address, etc.

How we use your personal information:

  • The personal information we collect allows us to contact you and inform you about unique offers, promotions and other events and upcoming events.
  • From time to time, we may use your personal information to send you important notices and messages.
  • We may also use personal information for internal purposes, such as conducting audits, data analysis and various research in order to improve the services we provide and provide you with recommendations regarding our services.
  • If you enter a prize draw, contest or similar incentive, we may use the information you provide to administer such programs.

Disclosure to third parties

We do not disclose information received from you to third parties.

Exceptions:

  • In the event that it is necessary - in accordance with the law, judicial order, in legal proceedings, and / or based on public requests or requests from state bodies in the territory of the Russian Federation - disclose your personal information. We may also disclose information about you if we determine that such disclosure is necessary or appropriate for security, law enforcement, or other public interest reasons.
  • In the event of a reorganization, merger or sale, we may transfer the personal information we collect to the relevant third party successor.

Protection of personal information

We take precautions - including administrative, technical and physical - to protect your personal information from loss, theft, and misuse, as well as from unauthorized access, disclosure, alteration and destruction.

Maintaining your privacy at the company level

To ensure that your personal information is secure, we communicate privacy and security practices to our employees and strictly enforce privacy practices.

, Competition "Presentation for the lesson"

Class: 11

Presentation for the lesson
















Back forward

Attention! The slide preview is for informational purposes only and may not represent the full extent of the presentation. If you are interested in this work, please download the full version.

Goals:

  • generalization and systematization of knowledge and skills of students;
  • development of skills to analyze, compare, draw conclusions.

Equipment:

  • multimedia projector;
  • computer;
  • task sheets

STUDY PROCESS

I. Organizational moment

II. The stage of updating knowledge(slide 2)

We repeat how the distance from a point to a plane is determined

III. Lecture(slides 3-15)

In the lesson, we will look at various ways to find the distance from a point to a plane.

First method: step-by-step computational

Distance from point M to plane α:
is equal to the distance to the plane α from an arbitrary point P lying on the line a, which passes through the point M and is parallel to the plane α;
– is equal to the distance to the plane α from an arbitrary point P lying on the plane β, which passes through the point M and is parallel to the plane α.

We will solve the following tasks:

№1. In the cube A ... D 1 find the distance from the point C 1 to the plane AB 1 C.

It remains to calculate the value of the length of the segment O 1 N.

№2. In a regular hexagonal prism A ... F 1, all edges of which are equal to 1, find the distance from point A to the plane DEA 1.

Next method: volume method.

If the volume of the pyramid ABCM is V, then the distance from the point M to the plane α containing ∆ABC is calculated by the formula ρ(M; α) = ρ(M; ABC) =
When solving problems, we use the equality of the volumes of one figure, expressed in two different ways.

Let's solve the following problem:

№3. The edge AD of the pyramid DABC is perpendicular to the plane of the base ABC. Find the distance from A to the plane passing through the midpoints of the edges AB, AC and AD, if.

When solving problems coordinate method the distance from the point M to the plane α can be calculated by the formula ρ(M; α) = , where M(x 0; y 0; z 0), and the plane is given by the equation ax + by + cz + d = 0

Let's solve the following problem:

№4. In the unit cube A…D 1 find the distance from point A 1 to plane BDC 1 .

Let us introduce a coordinate system with the origin at point A, the y axis will pass along the edge AB, the x axis - along the edge AD, the z axis - along the edge AA 1. Then the coordinates of the points B (0; 1; 0) D (1; 0; 0;) C 1 (1; 1; 1)
Let us compose the equation of the plane passing through the points B, D, C 1 .

Then – dx – dy + dz + d = 0 x + y – z – 1= 0. Therefore, ρ =

The following method, which can be used in solving problems of this type - method of reference tasks.

The application of this method consists in the application of well-known reference problems, which are formulated as theorems.

Let's solve the following problem:

№5. In a unit cube A ... D 1 find the distance from the point D 1 to the plane AB 1 C.

Consider Application vector method.

№6. In a unit cube A ... D 1 find the distance from point A 1 to the plane BDC 1.

So, we have considered various methods that can be used in solving this type of problem. The choice of one or another method depends on the specific task and your preferences.

IV. Group work

Try to solve the problem in different ways.

№1. The edge of the cube А…D 1 is equal to . Find the distance from vertex C to plane BDC 1 .

№2. In a regular tetrahedron ABCD with an edge, find the distance from point A to plane BDC

№3. In a regular triangular prism ABCA 1 B 1 C 1, all edges of which are equal to 1, find the distance from A to the plane BCA 1.

№4. In a regular quadrangular pyramid SABCD, all edges of which are equal to 1, find the distance from A to the plane SCD.

V. Lesson summary, homework, reflection

Conditions for parallelism and perpendicularity

1°. Complanarity condition for two planes

Let two planes be given:

A 1 x + B 1 y + C 1 z + D 1 = 0, n 1 = {A 1 ; B 1 ; C 1 } ≠ 0 ;(1)

A 2 x + B 2 y + C 2 z + D 2 = 0, n 2 = {A 2 ; B 2 ; C 2 } ≠ 0 .(2)

When are they coplanar (i.e., parallel or the same)? Obviously, this will be if and only if their normal vectors are collinear. Applying the complanarity criterion, we obtain

Suggestion 1. Two planes are coplanar if and only if the cross product of their normal vectors is equal to the zero vector:

[n 1 , n 2 ] = 0 .

2°. Condition of coincidence of two planes

Suggestion 2. Planes (1) and (2) coincide if and only if all four of their coefficients are proportional, i.e., there exists a number λ such that

A 2 = λ A 1 , B 2 = λ B 1 , C 2 = λ C 1 , D 2 = λ D 1 . (3)

Proof. Let conditions (3) be satisfied. Then the equation of the second plane can be written as follows:

λ A 1 x + λ B 1 y + λ C 1 z + λ D 1 = 0.

λ ≠ 0, otherwise it would be A 2 = B 2 = C 2 = D 2 = 0, which contradicts the condition n 2 ≠ 0 . Therefore, the last equation is equivalent to equation (1), which means that the two planes are the same.

Let now, on the contrary, it is known that the given planes coincide. Then their normal vectors are collinear, i.e., there exists a number λ such that

A 2 = λ A 1 , B 2 = λ B 1 , C 2 = λ C 1 .

Equation (2) can now be rewritten as:

λ A 1 x + λ B 1 y + λ C 1 z + D 2 = 0.

Multiplying equation (1) by λ, we obtain an equivalent equation of the first plane (because λ ≠ 0):

λ A 1 x + λ B 1 y + λ C 1 z + λ D 1 = 0.

Take some point x 0 , y 0 , z 0) from the first (and hence the second) plane and substitute its coordinates into the last two equations; we get the correct equalities:

λ A 1 x 0 + λ B 1 y 0 + λ C 1 z 0 + D 2 = 0 ;

λ A 1 x 0 + λ B 1 y 0 + λ C 1 z 0 + λ D 1 = 0.

Subtracting from the top bottom, we get D 2 − λ D 1 = 0, i.e. D 2 = λ D 1, QED.

3°. The condition of perpendicularity of two planes

Obviously, for this it is necessary and sufficient that the normal vectors be perpendicular.

Suggestion 3. Two planes are perpendicular if and only if the dot product of the normal vectors is zero:

(n 1 , n 2) = 0 .

Let the plane equation be given

Ax + By + cz + D = 0, n = {A; B; C} ≠ 0 ,

and dot M 0 = (x 0 , y 0 , z 0). We derive the formula for the distance from a point to a plane:

Take an arbitrary point Q = (x 1 , y 1 , z 1) lying in the given plane. Its coordinates satisfy the plane equation:



Ax 1 + By 1 + cz 1 + D = 0.

Note now that the desired distance d is equal to the absolute value of the vector projection to the direction of the vector n (here we take the projection as a numerical value, not as a vector). Next, apply the formula to calculate the projection:

A similar formula is valid for the distance d from the point M 0 = (x 0 , y 0) plane to the straight line given by the general equation Ax + By + C = 0.

, Competition "Presentation for the lesson"

Class: 11

Presentation for the lesson
















Back forward

Attention! The slide preview is for informational purposes only and may not represent the full extent of the presentation. If you are interested in this work, please download the full version.

Goals:

  • generalization and systematization of knowledge and skills of students;
  • development of skills to analyze, compare, draw conclusions.

Equipment:

  • multimedia projector;
  • computer;
  • task sheets

STUDY PROCESS

I. Organizational moment

II. The stage of updating knowledge(slide 2)

We repeat how the distance from a point to a plane is determined

III. Lecture(slides 3-15)

In the lesson, we will look at various ways to find the distance from a point to a plane.

First method: step-by-step computational

Distance from point M to plane α:
is equal to the distance to the plane α from an arbitrary point P lying on the line a, which passes through the point M and is parallel to the plane α;
– is equal to the distance to the plane α from an arbitrary point P lying on the plane β, which passes through the point M and is parallel to the plane α.

We will solve the following tasks:

№1. In the cube A ... D 1 find the distance from the point C 1 to the plane AB 1 C.

It remains to calculate the value of the length of the segment O 1 N.

№2. In a regular hexagonal prism A ... F 1, all edges of which are equal to 1, find the distance from point A to the plane DEA 1.

Next method: volume method.

If the volume of the pyramid ABCM is V, then the distance from the point M to the plane α containing ∆ABC is calculated by the formula ρ(M; α) = ρ(M; ABC) =
When solving problems, we use the equality of the volumes of one figure, expressed in two different ways.

Let's solve the following problem:

№3. The edge AD of the pyramid DABC is perpendicular to the plane of the base ABC. Find the distance from A to the plane passing through the midpoints of the edges AB, AC and AD, if.

When solving problems coordinate method the distance from the point M to the plane α can be calculated by the formula ρ(M; α) = , where M(x 0; y 0; z 0), and the plane is given by the equation ax + by + cz + d = 0

Let's solve the following problem:

№4. In the unit cube A…D 1 find the distance from point A 1 to plane BDC 1 .

Let us introduce a coordinate system with the origin at point A, the y axis will pass along the edge AB, the x axis - along the edge AD, the z axis - along the edge AA 1. Then the coordinates of the points B (0; 1; 0) D (1; 0; 0;) C 1 (1; 1; 1)
Let us compose the equation of the plane passing through the points B, D, C 1 .

Then – dx – dy + dz + d = 0 x + y – z – 1= 0. Therefore, ρ =

The following method, which can be used in solving problems of this type - method of reference tasks.

The application of this method consists in the application of well-known reference problems, which are formulated as theorems.

Let's solve the following problem:

№5. In a unit cube A ... D 1 find the distance from the point D 1 to the plane AB 1 C.

Consider Application vector method.

№6. In a unit cube A ... D 1 find the distance from point A 1 to the plane BDC 1.

So, we have considered various methods that can be used in solving this type of problem. The choice of one or another method depends on the specific task and your preferences.

IV. Group work

Try to solve the problem in different ways.

№1. The edge of the cube А…D 1 is equal to . Find the distance from vertex C to plane BDC 1 .

№2. In a regular tetrahedron ABCD with an edge, find the distance from point A to plane BDC

№3. In a regular triangular prism ABCA 1 B 1 C 1, all edges of which are equal to 1, find the distance from A to the plane BCA 1.

№4. In a regular quadrangular pyramid SABCD, all edges of which are equal to 1, find the distance from A to the plane SCD.

V. Lesson summary, homework, reflection