Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Normal Form of a Plane: A plane is uniquely determined if its perpendicular distance from the origin () and the direction cosines () of the normal to the plane are known. Visually, imagine a flat sheet in 3D space with a perpendicular stick (the normal) pointing from the origin to the plane surface with length .
Point-Normal Equation: A plane can be defined by a single point with position vector through which it passes, and a vector that is perpendicular (normal) to the plane's surface. Geometrically, any vector lying on the plane starting from point will be at a angle to the normal vector .
Plane through Three Non-Collinear Points: Just as a line is determined by two points, a unique plane is determined by three points that do not lie on the same straight line. If you visualize three points in space, they form a triangle that defines the 'flatness' and orientation of the entire plane extending infinitely in all directions.
Intercept Form: This concept describes a plane by where it crosses the and axes. The distances from the origin to these intersection points are called intercepts (). Visually, the plane cuts through the corner of a room, creating a triangular face between the three coordinate axes.
Angle Between Two Planes: The tilt between two flat surfaces is defined as the angle between their respective normal vectors. If the normal vectors are and , the angle is found using the dot product. If the planes are perpendicular, their normals are perpendicular; if the planes are parallel, their normals are parallel.
Distance of a Point from a Plane: This represents the shortest distance from a specific point to the surface of the plane. Visually, this is the length of the perpendicular line segment dropped from the point onto the plane surface.
Coplanarity of Two Lines: Two lines in 3D space are coplanar if they lie in the exact same plane. For this to happen, either the lines must intersect at a point or they must be parallel. If they are 'skew lines' (neither parallel nor intersecting), they cannot share a single plane.
📐Formulae
Vector equation of a plane in normal form: , where is the unit normal vector.
Cartesian equation of a plane in normal form: , where are direction cosines.
Vector equation of a plane passing through and perpendicular to :
Cartesian equation of a plane through with normal direction ratios :
Intercept form:
Angle between two planes and :
Distance of point from plane :
💡Examples
Problem 1:
Find the vector and Cartesian equations of the plane which passes through the point and is perpendicular to the line with direction ratios .
Solution:
- Let the given point be , so its position vector is .
- The normal vector is given by the direction ratios: .
- The vector equation is , which simplifies to .
- Calculate .
- Vector Equation: .
- For Cartesian equation, substitute : .
Explanation:
We use the point-normal form of the plane equation. The direction ratios of the perpendicular line serve as the components of the normal vector .
Problem 2:
Find the distance of the point from the plane .
Solution:
- Convert the plane equation to Cartesian form: .
- Identify coordinates of the point: .
- Identify plane coefficients: .
- Apply the distance formula: .
- .
- The distance is units.
Explanation:
The distance is calculated by substituting the point coordinates into the general Cartesian form of the plane and dividing by the magnitude of the normal vector.