What is the equation of the normal to an $n$ dimensional hyperplane and their intersection?

298 Views Asked by At

Suppose I have an $n$ dimensional hyperplane defined by the equation

$\{\mathbf x\mid \mathbf a^T \mathbf x = b\}, \mathbf a \in \mathbb R^n, b \in \mathbb R$

How do I find the equation of the normal to this hyperplane and its intersection to the hyperplane?

1

There are 1 best solutions below

3
On BEST ANSWER

The normal line (that is, the orthogonal subspace of the hyperplane) is the span of the vector $a$. To find the intersection solve $$y=\lambda a,$$ $$<a,y>=b$$ which gives $\lambda=\frac{b}{|a|^2}$ and $y=\frac{ba}{|a|^2}$.