Dot Product (Scalar Product)

Properties:

These properties imply:

$$ |\bold a\cdot\bold b|\le|\bold a||\bold b|\\~\\ (\bold a+\lambda\bold b)\cdot(\bold a+\lambda\bold b)\ge0~~\forall\lambda\\ \bold a\cdot\bold a+2\lambda\bold a\cdot\bold b+\lambda^2\bold b\cdot\bold b\ge0~~\forall\lambda\\ 4\lambda^2(\bold a\cdot\bold b)^2-4\lambda^2(\bold a\cdot\bold a)(\bold b\cdot\bold b) \le0\\ |\bold a\cdot\bold b|\le|\bold a||\bold b| $$

Where in the third line we use the discriminant of a quadratic in $\lambda$. This quadratic either has one solution or no solutions if the entire quadratic is positive which produces our $\le0$ condition. This is the Cauchy Inequality

Using these facts we can develop a formula to calculate the dot product in Euclidean Space. By writing vectors as components of the $n$ orthonoromal basis vectors in $\R^n$:

$$ \bold a\cdot\bold b=\sum^n_{i=1}a_ib_i $$

Cross Product (Vector Product)

Only defined in $\R^3$

Its biggest limitation is that the Cross Product can only be defined for three dimensions

In two dimensions the orthogonal direction is outside the plane

In more than 3 directions, an orthogonal vector to two vectors by the right hand rule is not unique

Properties