Let $v=(10,5)$ be a vector in $\mathbb{R}^2$.
The orthogonal complement to $span(v)$ can be described as the points $(x,y)\in\mathbb{R}^2$ which lies on a line of the function $y=ax+b$.
Determine $a$ and $b$.
How am I supposed to determine this?
Let $v=(10,5)$ be a vector in $\mathbb{R}^2$.
The orthogonal complement to $span(v)$ can be described as the points $(x,y)\in\mathbb{R}^2$ which lies on a line of the function $y=ax+b$.
Determine $a$ and $b$.
How am I supposed to determine this?
Compute $\langle (10,5) , (x,ax+b) \rangle = 5x(2+a)+5b$.
If this equals zero for all $x$ then we must have $b=0, a=-2$.