The definition of a plane in $R^3$ is intuitive : $Ax + By + Cz = D$ , where $(A, B, C)$ is a normal vector to the plane and $D$ is some bias.
I can visualize it dividing the space into two halves (because I'm a 3-dimensional creature and it's quite intuitive for me) , but how does the generalization of this equation to higher dimensions work?
How do hyperplanes divide space into two halves? ANY explanation is appreciated.
Hyper PLane :
The most intuitive & simple way is to consider it like this :
$Ax + By + Cz - D = 0$
Let $M_2(x,y) = Ax + By - D $
Let $M_3(x,y,z) = Ax + By + Cz - D $
More generally , let $M_n(x,y,\cdots,z) = Ax + By + \cdots + Cz - D $
When we take $D=0$ , then we can see that the Zero vector will give Zero $M$ automatically ,
hence it means those hyper-planes are going though the Origin.
Hyper Surface :
Same Intuition applies for non-linear cases too , where we will get hyper surfaces.
When we have $x^2+y^2-2xy+100=0$ , we can make it $M(x,y)=x^2+y^2-2xy+100$
We will have 2 "halves" when we check the Sign of $M$ & we get a Curve here.
When we have $R^n$ Case $M(x_1,x_2,\cdots,x_n)=x_1^2+x_2^3 + \cdots +2x_1x_2x_n-D$ , we will have 2 "halves" when we check the Sign of $M$ & we get Hyper Surfaces here.
In all Cases , $M=0$ is the Dividing Value [ the Hyper Plane or the Hyper Surface ] between the two "halves" of $R^n$.