IMPORTANT: This website is no longer being updated, these notes are (at least) 3 years old and may not be relevant to current specifications. They are provided to be helpful only!

Vector geometry of planes

Posted in Maths, Core 4

You need to be able to find the point of intersection between a line and a plane, find the angle between two planes and the distance between a plane and a poiint.

Intersection of a line and a plane

The intersection of a line and a plane is found first by creating equations in terms of Dynamic image 0 for x, y and z from the equation of the line, substituting these into the equation of the plane to get a value of Dynamic image 0 which can then be put back into the original line equation to find the equation of the point of intersection.

Example

Example question: Find the point between the line Dynamic image 2 and the plane x + 2y + 3z = 11

Worked solution: Firstly write r as the general position vector:

Dynamic image 3

From here we can create equations for x, y and z:

Dynamic image 4

Dynamic image 5

Dynamic image 6

Substitute these into the plane equation:

Dynamic image 7

Expand and simplify:

Dynamic image 8

Putting Dynamic image 9 back into the line equation:

Dynamic image 10

Note that this is not the point of intersection, but the position vector of the point of intersection. The co-ordinates of the point of intersection is (0, 1, 3)

Angle between two planes

The angle between two planes is the same as the angle between their normal vectors, a and b using the equation:

Dynamic image 11

To revise finding the angle between two vectors, see angles between vectors

Distance between a point and a plane

The distance from a point to a point on the place requires 3 steps, covered above. Firstly find the normal to the plane from the equation and hence find the equation of the line through the plane to the point. Then find the point of intersection between the line and the plane. Lastly find the distance between the point and the point of intersection.

Example

Example question: Find the distance between the point A(2, 3, 0) and the plane 2x + 5y + 3z = 0

Worked solution: Firstly, write the normal of the plane, which is just the coefficients of the x, y and z terms:

Dynamic image 12

This gives the direction vector of the line from the plane to the pint A(2, 3, 0), thus the equation of this line is:

Dynamic image 13

Next find the point of intersection of the line and the plane using the above technique. Write down equations for x, y, z:

Dynamic image 14

Dynamic image 15

Dynamic image 16

Substitue these into the equation of the plane and solve for Dynamic image 0:

Dynamic image 18

Dynamic image 19

Put this back into the equation of the line to find the point of intersection:

Dynamic image 20

Lastly the distance is found using pythagarus between the point of intersection and the original point, A(2, 3, 0):

Dynamic image 21