Hyperplane — Definition, Formula & Examples
A hyperplane is a flat subset of an -dimensional space that has dimension . In a hyperplane is an ordinary plane, and in it is a line.
A hyperplane in is the set , where is a nonzero normal vector and is a scalar. This set forms an -dimensional affine subspace that divides into two half-spaces.
Key Formula
Where:
- = Nonzero normal vector in \mathbb{R}^n, perpendicular to the hyperplane
- = Variable vector (x_1, x_2, \ldots, x_n) in \mathbb{R}^n
- = Real scalar that determines the offset of the hyperplane from the origin
How It Works
A hyperplane is defined by a single linear equation in unknowns. The normal vector is perpendicular to every direction that lies within the hyperplane. Changing shifts the hyperplane along the direction of without tilting it. Every system of linear equations can be viewed as the intersection of hyperplanes, one per row of . The solution set is whatever geometric object remains after intersecting all of them.
Worked Example
Problem: Describe the hyperplane in defined by . Identify its normal vector and verify that the point lies on it.
Identify the normal vector: Read the coefficients of directly from the equation.
Check membership: Substitute into the left side of the equation.
Interpret geometrically: Since , this hyperplane is a 2-dimensional plane. The vector is perpendicular to that plane at every point on it.
Answer: The hyperplane is the plane with normal vector . The point satisfies the equation and therefore lies on the hyperplane.
Why It Matters
Solving a system is geometrically the same as finding where hyperplanes intersect. Hyperplanes also appear in optimization (linear programming constraints) and machine learning (support vector machines find a separating hyperplane between data classes).
Common Mistakes
Mistake: Assuming a hyperplane always passes through the origin.
Correction: A hyperplane passes through the origin only when . When it is an affine subspace, not a linear subspace.
