13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting...

12
64 13. Planes in Given a point 0 = ( 0 , 0 , 0 ) and a vector = โŒฉ, , โŒช, a plane that passes through 0 and is normal (orthogonal) to n has the equation ( โˆ’ 0 ) + ( โˆ’ 0 ) + ( โˆ’ 0 ) = 0, which simplifies to + + = , where = 0 + 0 + 0 . Example 13.1: Find the equation of the plane passing through 0 = (โˆ’3,9,1) and normal to = โŒฉ7,3, โˆ’5โŒช. Solution: The plane has the equation 7( โˆ’ (โˆ’3)) + 3( โˆ’ 9) โˆ’ 5( โˆ’ 1) = 0. Simplifying, we have 7( + 3) + 3( โˆ’ 9) โˆ’ 5( โˆ’ 1) = 0 7 + 21 + 3 โˆ’ 27 โˆ’ 5 + 5 = 0 7 + 3 โˆ’ 5 = 1. Example 13.2: State a vector that is normal to the plane 2 โˆ’ 4 + 3 = 12. Solution: There are infinitely-many possible vectors. One is โŒฉ2, โˆ’4,3โŒช, which is found by reading the coefficients of x, y and z. Any non-zero multiple of โŒฉ2, โˆ’4,3โŒช is also a correct answer. Example 13.3: Find the equation of the line normal to the plane โˆ’2 + 7 + 4 = โˆ’7 that passes through the point (1, โˆ’3,5) on the plane. Solution: The line is parallel to (in the direction of) = โŒฉโˆ’2,7,4โŒช, so the line is given by โŒฉ, , โŒช = โŒฉ1, โˆ’3,5โŒช + โŒฉโˆ’2,7,4โŒช = โŒฉ1 โˆ’ 2, โˆ’3 + 7, 5 + 4โŒช.

Transcript of 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting...

Page 1: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

64

13. Planes in ๐‘น๐Ÿ‘

Given a point ๐‘ƒ0 = (๐‘ฅ0, ๐‘ฆ0, ๐‘ง0) and a vector ๐ง = โŸจ๐‘Ž, ๐‘, ๐‘โŸฉ, a plane that passes through ๐‘ƒ0 and is

normal (orthogonal) to n has the equation

๐‘Ž(๐‘ฅ โˆ’ ๐‘ฅ0) + ๐‘(๐‘ฆ โˆ’ ๐‘ฆ0) + ๐‘(๐‘ง โˆ’ ๐‘ง0) = 0,

which simplifies to ๐‘Ž๐‘ฅ + ๐‘๐‘ฆ + ๐‘๐‘ง = ๐‘‘, where ๐‘‘ = ๐‘Ž๐‘ฅ0 + ๐‘๐‘ฆ0 + ๐‘๐‘ง0.

Example 13.1: Find the equation of the plane passing through ๐‘ƒ0 = (โˆ’3,9,1) and normal to

๐ง = โŸจ7,3, โˆ’5โŸฉ.

Solution: The plane has the equation

7(๐‘ฅ โˆ’ (โˆ’3)) + 3(๐‘ฆ โˆ’ 9) โˆ’ 5(๐‘ง โˆ’ 1) = 0.

Simplifying, we have

7(๐‘ฅ + 3) + 3(๐‘ฆ โˆ’ 9) โˆ’ 5(๐‘ง โˆ’ 1) = 0 7๐‘ฅ + 21 + 3๐‘ฆ โˆ’ 27 โˆ’ 5๐‘ง + 5 = 0

7๐‘ฅ + 3๐‘ฆ โˆ’ 5๐‘ง = 1.

Example 13.2: State a vector that is normal to the plane 2๐‘ฅ โˆ’ 4๐‘ฆ + 3๐‘ง = 12.

Solution: There are infinitely-many possible vectors. One is โŸจ2, โˆ’4,3โŸฉ, which is found by reading

the coefficients of x, y and z. Any non-zero multiple of โŸจ2, โˆ’4,3โŸฉ is also a correct answer.

Example 13.3: Find the equation of the line normal to the plane โˆ’2๐‘ฅ + 7๐‘ฆ + 4๐‘ง = โˆ’7 that passes

through the point (1, โˆ’3,5) on the plane.

Solution: The line is parallel to (in the direction of) ๐ง = โŸจโˆ’2,7,4โŸฉ, so the line is given by

โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ1, โˆ’3,5โŸฉ + ๐‘กโŸจโˆ’2,7,4โŸฉ = โŸจ1 โˆ’ 2๐‘ก, โˆ’3 + 7๐‘ก, 5 + 4๐‘กโŸฉ.

Page 2: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

65

Example 13.4: Find the point of intersection of the line โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ4 โˆ’ ๐‘ก, 2 + 3๐‘ก, 3 โˆ’ 5๐‘กโŸฉ and the

plane 6๐‘ฅ + 2๐‘ฆ โˆ’ 3๐‘ง = 10.

Solution: Substitute the equations for x, y and z into the plane, and solve for ๐‘ก:

6(4 โˆ’ ๐‘ก) + 2(2 + 3๐‘ก) โˆ’ 3(3 โˆ’ 5๐‘ก) = 10 24 โˆ’ 6๐‘ก + 4 + 6๐‘ก โˆ’ 9 + 15๐‘ก = 10

15๐‘ก = โˆ’9

๐‘ก = โˆ’3

5 .

The point of intersection is found by substituting ๐‘ก = โˆ’3

5 into the equations for the line:

โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ4 โˆ’ (โˆ’3

5) , 2 + 3 (โˆ’

3

5) , 3 โˆ’ 5 (โˆ’

3

5)โŸฉ = โŸจ

23

5,1

5, 6โŸฉ.

This is a vector. However, if it is referenced from the origin, its head lies at the point (23

5,

1

5, 6).

Example 13.5: Find the equation of the plane passing through the points ๐ด = (1,3,4),

๐ต = (โˆ’3,2,6) and ๐ถ = (1,0, โˆ’6).

Solution: From the three points, form two vectors. For example, vectors AB and AC:

๐€๐ = โŸจโˆ’4, โˆ’1,2โŸฉ, ๐€๐‚ = โŸจ0, โˆ’3, โˆ’10โŸฉ

Next, find a vector ๐ง normal to AB and AC by finding the cross product ๐€๐ ร— ๐€๐‚:

๐ง = ๐€๐ ร— ๐€๐‚ = โŸจ16, โˆ’40,12โŸฉ

Any non-zero multiple of ๐ง will suffice, so we can divide through by 4, getting ๐ง = โŸจ4, โˆ’10,3โŸฉ. Using any one of the three points, we now find the equation of the plane. Weโ€™ll use ๐ด first, then

check our work with ๐ต and ๐ถ. Using ๐ด = (1,3,4) and ๐ง = โŸจ4, โˆ’10,3โŸฉ, we have

4(๐‘ฅ โˆ’ 1) โˆ’ 10(๐‘ฆ โˆ’ 3) + 3(๐‘ง โˆ’ 4) = 0 4๐‘ฅ โˆ’ 4 โˆ’ 10๐‘ฆ + 30 + 3๐‘ง โˆ’ 12 = 0

4๐‘ฅ โˆ’ 10๐‘ฆ + 3๐‘ง = โˆ’14.

Verify this is correct by substituting the coordinates for points B and C into the equation:

๐ต = (โˆ’3,2,6): 4(โˆ’3) โˆ’ 10(2) + 3(6) = โˆ’12 โˆ’ 20 + 18 = โˆ’14, true. ๐ถ = (1,0, โˆ’6): 4(1) โˆ’ 10(0) + 3(โˆ’6) = 4 โˆ’ 18 = โˆ’14, true.

Page 3: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

66

Example 13.6: Show that the equation of a plane passing through the axis-intercepts (๐‘Ž, 0,0),

(0, ๐‘, 0) and (0,0, ๐‘) is ๐‘ฅ

๐‘Ž+

๐‘ฆ

๐‘+

๐‘ง

๐‘= 1.

Solution: Form two vectors:

The vector from (๐‘Ž, 0,0) to (0, ๐‘, 0) is ๐ฎ = โŸจ0 โˆ’ ๐‘Ž, ๐‘ โˆ’ 0,0 โˆ’ 0โŸฉ = โŸจโˆ’๐‘Ž, ๐‘, 0โŸฉ. The vector from (0, ๐‘, 0) to (0,0, ๐‘) is ๐ฏ = โŸจ0 โˆ’ 0,0 โˆ’ ๐‘, ๐‘ โˆ’ 0โŸฉ = โŸจ0, โˆ’๐‘, ๐‘โŸฉ.

Their cross product is ๐ฎ ร— ๐ฏ = โŸจ๐‘๐‘, ๐‘Ž๐‘, ๐‘Ž๐‘โŸฉ, and using (๐‘Ž, 0,0) as a point in the plane, the planeโ€™s

equation is

๐‘๐‘(๐‘ฅ โˆ’ ๐‘Ž) + ๐‘Ž๐‘(๐‘ฆ โˆ’ 0) + ๐‘Ž๐‘(๐‘ง โˆ’ 0) = 0

๐‘๐‘๐‘ฅ โˆ’ ๐‘Ž๐‘๐‘ + ๐‘Ž๐‘๐‘ฆ + ๐‘Ž๐‘๐‘ง = 0

๐‘๐‘๐‘ฅ + ๐‘Ž๐‘๐‘ฆ + ๐‘Ž๐‘๐‘ง = ๐‘Ž๐‘๐‘.

Now, divide through by ๐‘Ž๐‘๐‘:

๐‘๐‘๐‘ฅ

๐‘Ž๐‘๐‘+

๐‘Ž๐‘๐‘ฆ

๐‘Ž๐‘๐‘+

๐‘Ž๐‘๐‘ง

๐‘Ž๐‘๐‘=

๐‘Ž๐‘๐‘

๐‘Ž๐‘๐‘, which simplifies as

๐‘ฅ

๐‘Ž+

๐‘ฆ

๐‘+

๐‘ง

๐‘= 1.

This is a handy formula for finding the equation of a plane given its axis-intercepts.

Example 13.7: Find the angle formed by the planes ๐‘ฅ + 3๐‘ฆ โˆ’ 2๐‘ง = 5 and 4๐‘ฅ โˆ’ ๐‘ฆ + 5๐‘ง = โˆ’2.

Solution: The respective normal vectors of each plane are ๐ง1 = โŸจ1,3, โˆ’2โŸฉ and ๐ง2 = โŸจ4, โˆ’1,5โŸฉ.

The angle between these two planes is the same as the angle between the two normal vectors:

๐œƒ = cosโˆ’1 (๐ง1 โˆ™ ๐ง2

|๐ง1||๐ง2|) = cosโˆ’1 (

โˆ’9

โˆš14 โˆ™ 42) โ‰ˆ 111.79 degrees

However, planes always intersect at an acute angle (except in the case where they are orthogonal).

The preferred answer is the supplement: 180 โ€“ 111.79 = 68.21 degrees.

Page 4: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

67

Example 13.8: Find the acute angle formed by vector ๐ฏ = โŸจ1,4,3โŸฉ and plane 2๐‘ฅ + ๐‘ฆ + 5๐‘ง = 4.

Solution: The planeโ€™s normal vector is ๐ง = โŸจ2,1,5โŸฉ, so the angle between ๐ฏ and ๐ง is

๐œƒ = cosโˆ’1 (๐ฏ โˆ™ ๐ง

|๐ฏ||๐ง|) = cosโˆ’1 (

21

โˆš26 โˆ™ 30) โ‰ˆ 41.24ยฐ.

Visually, ๐ฏ and ๐ง are on the same side of the plane, as their angle is acute. Note that 41.24 is the

angle between ๐ฏ and ๐ง, so the angle between ๐ฏ and the plane is the complement, 90 โ€“ 41.24 =

48.76.

Find the angle between v and n first, then find the complement.

Example 13.9: Find the acute angle formed by vector ๐ฏ = โŸจ2,1, โˆ’8โŸฉ and plane ๐‘ฅ + 2๐‘ฆ + ๐‘ง = 4.

Solution: The planeโ€™s normal vector is ๐ง = โŸจ1,2,1โŸฉ, so the angle between ๐ฏ and ๐ง is

๐œƒ = cosโˆ’1 (๐ฏ โˆ™ ๐ง

|๐ฏ||๐ง|) = cosโˆ’1 (

โˆ’4

โˆš69 โˆ™ 6) โ‰ˆ 101.34ยฐ.

In this example, the vector ๐ง is on one side of the plane, and ๐ฏ on the opposite side. Since the angle

from ๐ง to the plane is 90, the remainder, 101.34 โ€“ 90 = 11.34, is the desired angle.

Vectors v and n lie on opposite sides of the plane, so the acute angle v makes

with the plane is found by subtracting 90 degrees.

Page 5: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

68

Another way to view this is to use ๐ง = โŸจโˆ’1, โˆ’2, โˆ’1โŸฉ, which would have given us

๐œƒ = cosโˆ’1 (๐ฏ โˆ™ ๐ง

|๐ฏ||๐ง|) = cosโˆ’1 (

4

โˆš69 โˆ™ 6) โ‰ˆ 78.66ยฐ.

Thus, ๐ฏ and ๐ง are on the same side of the plane, and the complement gives us 90 โ€“ 78.66 =

11.34, the desired angle.

Example 13.10: Find the parametric equation of the line formed by the intersection of the planes

๐‘ฅ โˆ’ 3๐‘ฆ + 2๐‘ง = โˆ’16 and 2๐‘ฅ + ๐‘ฆ โˆ’ 7๐‘ง = 18.

Solution: The planes are not parallel since their normal vectors, ๐ง1 = โŸจ1, โˆ’3,2โŸฉ and ๐ง2 =โŸจ2,1, โˆ’7โŸฉ, are not scalar multiples of one another. Had the planes been parallel, they would not

intersect (unless they were the same coincident plane). To find the parametric equation of the line,

we need a point on this line of intersection, and a direction vector parallel to the line of intersection.

For a point on the line of intersection, set one variable to 0, and solve for the other two variables.

Let x = 0 in both equations. This results in a system

โˆ’3๐‘ฆ + 2๐‘ง = โˆ’16

๐‘ฆ โˆ’ 7๐‘ง = 18.

The solution is ๐‘ฆ = 4 and ๐‘ง = โˆ’2. Thus, (0,4, โˆ’2) is a point on the line of intersection of the two

planes.

For the direction vector, we note that it will be orthogonal to both normal vectors of each plane.

Thus, we can find a vector parallel to the line of intersection by finding the cross product of the

two normal vectors. We get ๐ง1 ร— ๐ง2 = โŸจ19,11,7โŸฉ. Therefore, the line of intersection of the two

planes is given parametrically by

โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ19๐‘ก, 4 + 11๐‘ก, โˆ’2 + 7๐‘กโŸฉ.

Example 13.11: Find the equation of the plane passing through ๐‘ƒ0 = (7,3, โˆ’11) and parallel to

the plane 2๐‘ฅ โˆ’ ๐‘ฆ + 6๐‘ง = 1.

Solution: The two planes are parallel, so they share the same normal vector ๐ง = โŸจ2, โˆ’1,6โŸฉ. Thus,

the planeโ€™s equation is

2(๐‘ฅ โˆ’ 7) โˆ’ 1(๐‘ฆ โˆ’ 3) + 6(๐‘ง โˆ’ (โˆ’11)) = 0

2๐‘ฅ โˆ’ 14 โˆ’ ๐‘ฆ + 3 + 6๐‘ง + 66 = 0 2๐‘ฅ โˆ’ ๐‘ฆ + 6๐‘ง = โˆ’55.

Page 6: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

69

Parametric Representation of a Plane

A plane can also be represented parametrically in vector form. Assume that a plane passes through

๐‘ƒ0 = (๐‘ฅ0, ๐‘ฆ0, ๐‘ง0) and that ๐ฏ1 and ๐ฏ2 are two (non-parallel) vectors that lie within the plane. The

plane can then be written as

โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = ๐ฏ0 + ๐‘ ๐ฏ1 + ๐‘ก๐ฏ2,

where ๐‘  and ๐‘ก are independent parameter variables that may assume any real-number value, and

that ๐ฏ0 is the vector whose head points to ๐‘ƒ0 when ๐‘  = 0 and ๐‘ก = 0.

Example 13.12: Write the plane 3๐‘ฅ + 2๐‘ฆ + ๐‘ง = 5 in parametric form.

Solution: Any of the three variables can be isolated, leaving one dependent variable and two

independent variables. In this case, we isolate z:

๐‘ง = 5 โˆ’ 3๐‘ฅ โˆ’ 2๐‘ฆ.

Now, let ๐‘ฅ = ๐‘  and ๐‘ฆ = ๐‘ก. We now have

๐‘ฅ = ๐‘ 

๐‘ฆ = ๐‘ก

๐‘ง = 5 โˆ’ 3๐‘  โˆ’ 2๐‘ก.

Observe what happens when we โ€œzero-fillโ€ the missing terms:

๐‘ฅ = 0 + 1๐‘  + 0๐‘ก

๐‘ฆ = 0 + 0๐‘  + 1๐‘ก

๐‘ง = 5 โˆ’ 3๐‘  โˆ’ 2๐‘ก.

The vectors ๐ฏ0, ๐ฏ1 and ๐ฏ2 can be inferred from the columns seen above:

[๐‘ฅ๐‘ฆ๐‘ง

] = [005

] + ๐‘  [10

โˆ’3] + ๐‘ก [

01

โˆ’2].

Thus, the plane 3๐‘ฅ + 2๐‘ฆ + ๐‘ง = 5 written in parametric form is

โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = ๐ฏ0 + ๐‘ ๐ฏ1 + ๐‘ก๐ฏ2 = โŸจ0,0,5โŸฉ + ๐‘ โŸจ1,0, โˆ’3โŸฉ + ๐‘กโŸจ0,1, โˆ’2โŸฉ.

Page 7: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

70

Example 13.13: Rewrite the plane given by โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ0,0,2โŸฉ + ๐‘ โŸจ1,0,4โŸฉ + ๐‘กโŸจ0,1, โˆ’7โŸฉ into the

form ๐‘Ž๐‘ฅ + ๐‘๐‘ฆ + ๐‘๐‘ง = ๐‘‘.

Solution: Reading across component by component, we have

๐‘ฅ = 0 + 1๐‘  + 0๐‘ก

๐‘ฆ = 0 + 0๐‘  + 1๐‘ก

๐‘ง = 2 + 4๐‘  โˆ’ 7๐‘ก.

In this case, we have ๐‘ฅ = ๐‘  and ๐‘ฆ = ๐‘ก, so the last equation can be written as

๐‘ง = 2 + 4๐‘ฅ โˆ’ 7๐‘ฆ.

Thus, the plane โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ0,0,2โŸฉ + ๐‘ โŸจ1,0,4โŸฉ + ๐‘กโŸจ0,1, โˆ’7โŸฉ can be written as โˆ’4๐‘ฅ + 7๐‘ฆ + ๐‘ง = 2.

Example 13.14: Rewrite the plane given by โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ1,3,4โŸฉ + ๐‘ โŸจ2, โˆ’1,5โŸฉ + ๐‘กโŸจโˆ’3,8,1โŸฉ into the

form ๐‘Ž๐‘ฅ + ๐‘๐‘ฆ + ๐‘๐‘ง = ๐‘‘.

Solution: Reading across component by component, we have

๐‘ฅ = 1 + 2๐‘  โˆ’ 3๐‘ก (๐Ÿ)

๐‘ฆ = 3 โˆ’ ๐‘  + 8๐‘ก (๐Ÿ)

๐‘ง = 4 + 5๐‘  + ๐‘ก. (๐Ÿ‘)

We need to write ๐‘  and ๐‘ก in terms of ๐‘ฅ and ๐‘ฆ. From the first two equations (1) and (2), we have

2๐‘  โˆ’ 3๐‘ก = ๐‘ฅ โˆ’ 1

โˆ’๐‘  + 8๐‘ก = ๐‘ฆ โˆ’ 3.

We can eliminate ๐‘  by multiplying the bottom row by 2, then adding:

2๐‘  โˆ’ 3๐‘ก = ๐‘ฅ โˆ’ 1

โˆ’2๐‘  + 16๐‘ก = 2๐‘ฆ โˆ’ 6,

which gives 13๐‘ก = ๐‘ฅ + 2๐‘ฆ โˆ’ 7. Thus, ๐‘ก =1

13(๐‘ฅ + 2๐‘ฆ โˆ’ 7). In a similar way, we can eliminate ๐‘ก,

in which case we have ๐‘  =1

13(8๐‘ฅ + 3๐‘ฆ โˆ’ 17). These are substituted into equation (3):

๐‘ง = 4 + 5๐‘  + ๐‘ก = 4 + 5 (1

13(8๐‘ฅ + 3๐‘ฆ โˆ’ 17)) + (

1

13(๐‘ฅ + 2๐‘ฆ โˆ’ 7)).

Page 8: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

71

This simplifies to

๐‘ง =41

13๐‘ฅ +

17

13๐‘ฆ โˆ’

40

13 .

Multiplying by 13 to clear fractions, we have 13๐‘ง = 41๐‘ฅ + 17๐‘ฆ โˆ’ 40. Thus, the plane can be

written as 41๐‘ฅ + 17๐‘ฆ โˆ’ 13๐‘ง = 40.

Example 13.15: Find the equation of the plane passing through ๐‘ƒ0 = (โˆ’3,9,1) and normal to

๐ง = โŸจ7,3, โˆ’5โŸฉ. (This is a repeat of Example 13.1)

Solution: We need two vectors, ๐ฏ1 and ๐ฏ2, in the plane. These two vectors will be orthogonal to

๐ง. For example, if we choose the x-component of ๐ฏ1 to be 0, then ๐ฏ1 = โŸจ0,5,3โŸฉ is orthogonal to n

and hence, in the plane. In a similar way, we could let the y-component of ๐ฏ2 be 0, and so ๐ฏ2 =โŸจ5,0,7โŸฉ is orthogonal to n and also in the plane.

Noting that ๐ฏ0 corresponds to point ๐‘ƒ0 = (โˆ’3,9,1), we have

โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = ๐ฏ0 + ๐‘ ๐ฏ1 + ๐‘ก๐ฏ2 = โŸจโˆ’3,9,1โŸฉ + ๐‘ โŸจ0,5,3โŸฉ + ๐‘กโŸจ5,0,7โŸฉ.

Is this the same as 7๐‘ฅ + 3๐‘ฆ โˆ’ 5๐‘ง = 1, the result from Example 13.1? Letโ€™s find out. Reading

component-wise, we have

๐‘ฅ = โˆ’3 + 0๐‘  + 5๐‘ก

๐‘ฆ = 9 + 5๐‘  + 0๐‘ก

๐‘ง = 1 + 3๐‘  + 7๐‘ก.

The first equation gives ๐‘ก =1

5(๐‘ฅ + 3), and the second equation gives ๐‘  =

1

5(๐‘ฆ โˆ’ 9). These are

substituted into the third equation:

๐‘ง = 1 + 3๐‘  + 7๐‘ก = 1 + 3 (1

5(๐‘ฆ โˆ’ 9)) + 7 (

1

5(๐‘ฅ + 3)).

Clearing parentheses, we have

๐‘ง =7

5๐‘ฅ +

3

5๐‘ฆ โˆ’

1

5 .

Multiplying by 5, we have 5๐‘ง = 7๐‘ฅ + 3๐‘ฆ โˆ’ 1. Rearranging terms, we do have 7๐‘ฅ + 3๐‘ฆ โˆ’ 5๐‘ง = 1.

Page 9: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

72

14. Distances in ๐‘น๐Ÿ‘

We use projections to find the shortest distances between a point and a line, between two non-

intersecting lines, between a point and a plane, and between two parallel planes. The shortest

distance is defined to be a line that meets the objects orthogonally.

Example 14.1: Find the shortest distance between the line โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ1,2, โˆ’1โŸฉ + ๐‘กโŸจ2, โˆ’3,4โŸฉ and

the point ๐‘„ = (4,8,3).

Solution: Choose any point ๐‘ƒ on the line. For example, when ๐‘ก = 0, we have ๐‘ƒ = (1,2, โˆ’1).

Then find the vector from ๐‘ƒ to ๐‘„, which is ๐ฐ = โŸจ4 โˆ’ 1,8 โˆ’ 2,3 โˆ’ (โˆ’1)โŸฉ = โŸจ3,6,4โŸฉ. Meanwhile,

the directional vector of the line is ๐ฏ = โŸจ2, โˆ’3,4โŸฉ. The projection of w onto v is:

proj๐ฏ ๐ฐ =๐ฏ โˆ™ ๐ฐ

๐ฏ โˆ™ ๐ฏ๐ฏ =

4

29๐ฏ = โŸจ

8

29, โˆ’

12

29,16

29โŸฉ.

The normal vector is found by subtracting proj๐ฏ ๐ฐ from w:

norm๐ฏ ๐ฐ = ๐ฐ โˆ’ proj๐ฏ ๐ฐ = โŸจ3,6,4โŸฉ โˆ’ โŸจ8

29, โˆ’

12

29,16

29โŸฉ = โŸจ

79

29,186

29,100

29โŸฉ.

The magnitude of this normal vector is the distance from the point ๐‘„ to the line:

|norm๐ฏ ๐ฐ| = โˆš(79

29)

2

+ (186

29)

2

+ (100

29)

2

โ‰ˆ 7.78 units.

Example 14.2: Find the shortest distance between point ๐‘„ = (1,4,3) and plane ๐‘ฅ โˆ’ 3๐‘ฆ + 2๐‘ง = 6.

Solution: Pick any point ๐‘ƒ in the plane by choosing values for two of the variables and solving

for the third. If ๐‘ฅ = 0 and ๐‘ฆ = 0, we get ๐‘ง = 3, so a point in the plane is ๐‘ƒ = (0,0,3). The vector

v from ๐‘ƒ to ๐‘„ is ๐ฏ = โŸจ1,4,0โŸฉ. The normal vector to the plane is ๐ง = โŸจ1, โˆ’3,2โŸฉ. Project v onto n:

proj๐ง๐ฏ =๐ฏ โˆ™ ๐ง

๐ง โˆ™ ๐ง๐ง = โˆ’

11

14โŸจ1, โˆ’3,2โŸฉ.

The magnitude of this vector is the distance from ๐‘„ = (1,4,3) to the plane ๐‘ฅ โˆ’ 3๐‘ฆ + 2๐‘ง = 6:

|proj๐ง๐ฏ| =11

14โˆš12 + (โˆ’3)2 + 22 =

11

14โˆš14 โ‰ˆ 2.94 units.

Page 10: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

73

A Pictorial Guide to Finding the Shortest Distance Between a Point and a Line

1.

Start with a line L, a point Q not on

L, and a direction vector v

parallel to L.

2.

Pick any point P on L.

3.

Form a vector w from P to Q.

4.

Find the projection of w onto v.

5.

Find a vector normal to the

projection, i.e. completing

a right triangle.

6.

The distance from Q to L is the

magnitude of this normal vector.

When a vector w is projected onto a vector v, this produces a vector called proj๐ฏ ๐ฐ. This can be

viewed as one leg of a right triangle, with w being the hypotenuse. The other leg is called norm๐ฏ ๐ฐ.

In vector addition, we have:

๐ฐ = proj๐ฏ ๐ฐ + norm๐ฏ ๐ฐ (Remember, these are vectors.)

Their magnitudes are related by the Pythagorean Theorem:

|๐ฐ|๐Ÿ = |proj๐ฏ ๐ฐ|๐Ÿ + |norm๐ฏ ๐ฐ|๐Ÿ (These are scalars.)

Page 11: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

74

A Pictorial Guide to Finding the Shortest Distance Between a Point and a Plane

1.

Start with a plane and a point Q

not on the plane.

2.

Find n, the normal vector to the

plane.

3.

Find any point P on the plane, and

then form a vector v from P to Q.

4.

If it helps, you can visualize the

vectors v and n having a common

foot.

5.

Project v onto n.

6.

The distance from Q to the plane is

the magnitude of projn v.

Example 14.3: Find the shortest distance between the parallel planes

๐‘ฅ โˆ’ 3๐‘ฆ + 2๐‘ง = 6 and โˆ’2๐‘ฅ + 6๐‘ฆ โˆ’ 4๐‘ง = 1.

Solution: Note that the vector ๐ง = โŸจ1, โˆ’3,2โŸฉ is orthogonal to both planes. Choose any point on

each plane. From the plane ๐‘ฅ โˆ’ 3๐‘ฆ + 2๐‘ง = 6, we use the point ๐ด = (0,0,3), and from the plane

โˆ’2๐‘ฅ + 6๐‘ฆ โˆ’ 4๐‘ง = 1, we use ๐ต = (โˆ’1

2, 0, 0). The vector v from ๐ด to ๐ต is ๐ฏ = โŸจ

1

2, 0, 3โŸฉ. We then

project v onto n:

proj๐ง๐ฏ =๐ฏ โˆ™ ๐ง

๐ง โˆ™ ๐ง๐ง =

13

28โŸจ1, โˆ’3,2โŸฉ.

The magnitude of this vector is the shortest distance between the two planes:

|proj๐ง๐ฏ| = โˆš(13

28)

2

+ (โˆ’39

28)

2

+ (26

28)

2

โ‰ˆ 1.737 units.

Page 12: 13. Planes in ๐‘น - Arizona State Universitysurgent/mat267/examples/Planes_R3.pdfย ยท intersecting lines, between a point and a plane, and between two parallel planes. The shortest

75

Example 14.4: Find the shortest distance between the lines ๐ฟ1: โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ1, โˆ’2,6โŸฉ + ๐‘กโŸจ1, โˆ’5,4โŸฉ

and ๐ฟ2: โŸจ๐‘ฅ, ๐‘ฆ, ๐‘งโŸฉ = โŸจ0,8,1โŸฉ + ๐‘ โŸจ4, โˆ’7,3โŸฉ

Solution: These lines are skew. Thus, they will not intersect. Two skew lines in ๐‘…3 can always be

placed within two parallel planes, so that this example is nearly identical to the previous example.

From the first line, we have a point ๐ด = (1, โˆ’2,6) and from the second line, we have a point ๐ต =(0,8,1), and the vector v from ๐ด to ๐ต is ๐ฏ = โŸจโˆ’1,10, โˆ’5โŸฉ.

The normal vector n to the two planes that each contain one of the lines is found by finding the

cross product of the two direction vectors of each line. From the first line, we have ๐ฏ1 = โŸจ1, โˆ’5,4โŸฉ and from the second line, we have ๐ฏ2 = โŸจ4, โˆ’7,3โŸฉ. Their cross product is

๐ง = ๐ฏ1 ร— ๐ฏ2 = โŸจ13, 13, 13โŸฉ.

However, we can use any non-zero multiple of n for this example, so ๐ง = โŸจ1,1,1โŸฉ will suffice,

since the projection step will extend n to the desired length. Now project v onto n:

proj๐ง๐ฏ =๐ฏ โˆ™ ๐ง

๐ง โˆ™ ๐ง๐ง =

4

3โŸจ1,1,1โŸฉ.

The distance is the magnitude of this projection vector:

|proj๐ง๐ฏ| =4

3โˆš12 + 12 + 12 โ‰ˆ 2.309 units.

ยฉ 2009-2016 Scott Surgent ([email protected])