I have a tutor who write this on the board:
"vector $r$ intersects hyperplane $r^Tx=c$ at the point $\frac{c}{\vert\vert r \vert\vert^2}r$
I am not able to figure out how this is the case.
Somethings I do understand are that the vector $r$ is orthogonal to the $x$ vectors satisfying the equation $r^Tx=c$. But this does not seem to help me derive the expression $\frac{c}{\vert\vert r \vert\vert^2}r$ ?
One thing that wud help me is if I can find the expression for the line expressed by the vector $r$. I know that the line goes through the origin, and is in the direction of $r$, but how do I express the line generally, without a vector equation?
If I knew the equation for that line, then obviously I could just solve thoes two equations simultaneously: the equation for that line, and the equation for the hyperplane $r^Tx=c$. That would be my approach if I could get an equation for that line.
Can someones help me with this?
That particular point in the direction of $r$ can be expressed as $x=kr$.
Hence $$r^T(kr) = c$$ $$k(r^Tr)=c$$
$$k = \frac{c}{\|r\|^2}$$
Hence the point of interest is $x= \frac{c}{\|r\|^2}r$.