Review the key concepts, formulae, and examples before starting your quiz.
πConcepts
A plane is defined as a flat surface such that if any two points are taken on it, the line segment joining them lies completely on the surface. Visually, it can be imagined as an infinite, perfectly flat sheet extending in all directions within three-dimensional space.
The Normal Vector () is a vector perpendicular to the plane. This is the most crucial identifying feature of a plane; you can visualize it as a flagpole standing perfectly vertical on a flat ground. Every vector lying on the plane is orthogonal to this normal vector.
The Normal Form of a plane represents the plane in terms of its unit normal vector () and its perpendicular distance () from the origin. Visually, is the length of the shortest path from the origin to the plane's surface.
A plane is uniquely determined if it passes through a specific point and is perpendicular to a given vector . If you pick any arbitrary point on the plane, the vector must be perpendicular to , satisfying the condition .
Three non-collinear points and define a unique plane. This is similar to how a tripod stands stable on a floor; the three legs (points) define the flat surface. If the points were collinear (on a single line), infinitely many planes could rotate around that line like pages in a book.
The Intercept Form of a plane is used when the plane intersects the coordinate axes. If it cuts the and axes at distances and from the origin respectively, it creates a visual 'corner cut' or a triangular facet across the axes.
The Angle between two planes is defined as the angle between their respective normal vectors. If the normal vectors are and , the planes are parallel if is a scalar multiple of , and they are perpendicular if their dot product .
πFormulae
Vector equation of a plane in normal form:
Cartesian equation of a plane in normal form: (where are direction cosines)
Vector equation of a plane passing through point and normal to :
Cartesian equation of a plane passing through with normal vector direction ratios :
General Cartesian equation of a plane:
Intercept form:
Equation of a plane passing through three non-collinear points , , and :
Perpendicular distance of a point from the 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 position vector of the given point be .
- The normal vector is given by the direction ratios of the line: .
- The vector equation is .
- Calculate .
- Vector Equation: .
- Cartesian Equation: Substitute to get .
Explanation:
This problem uses the point-normal form. We identify the given point as and the perpendicular direction as the normal vector . The dot product of the arbitrary position vector and the normal equals the dot product of the known point and the normal.
Problem 2:
Find the equation of the plane that makes intercepts and on the and axes respectively.
Solution:
- The intercepts are given as .
- Use the intercept form: .
- Substitute the values: .
- To clear the fractions, find the LCM of and , which is .
- Multiply the entire equation by : .
Explanation:
The intercept form is the most efficient way to find the equation when the points where the plane crosses the axes are known. We simply substitute the intercept values into the standard formula and simplify to general form.