The length of a vector is defined as:
$$ ||\mathbf{v}||^2=\mathbf{v}\cdot \mathbf{v} $$
In the case that $\mathbf{v}:=a\hat{x}+b\hat{y}$ is expressed in an orthogonal basis using $\hat{x}$ and $\hat{y}$ as the generators of a Clifford algebra $Cl_{0,2}(\mathbb{R})$, then $||\mathbf{v}||^2=a^2+b^2$
For a poly-vector (say $\mathbf{p}:=c+a\hat{x}$), one can also define an inner product. Then if one takes the inner product, one gets
$$ ||\mathbf{p}||^2=\mathbf{p}\cdot \mathbf{p}=c^2+a^2 $$
However, I am skeptical of the inner product defines the length of the poly-vector primarily become the scalar $1$ and the 1-vector basis $\hat{x}$ are not orthogonal. Intuitively I would think the square of the geometric product of $\mathbf{p}$ with itself would be the length.
$$ ||\mathbf{p}||=\sqrt{\mathbf{p}\mathbf{p}} $$
In the case where the vectors are orthogonal k-vectors, the result is the same. For example
$$ \sqrt{\mathbf{v}\mathbf{v}}=\sqrt{(a\hat{x}+b\hat{y})(a\hat{x}+b\hat{y})}\\ =aa\hat{x}\hat{x}+2ab(\hat{x}\hat{y}+\hat{y}\hat{x})+ bb\hat{y}\hat{y}\\ =\sqrt{a^2+b^2} $$
But, in the case where the poly-vector is not a k-vector, the definition differs:
$$ \sqrt{\mathbf{p}\mathbf{p}}=\sqrt{(c+a \hat{x})(c+a \hat{x})}\\ \sqrt{c^2+2ac\hat{x}+ aa\hat{x}\hat{x}}\\ \sqrt{c^2+a^2+2ac\hat{x}} $$
Using this definition, we conclude that in the case of a poly-vector, a scalar length cannot be defined. Thus, define such a line as the inner product ought to erase some important geometric information about the length of the poly-vector.
Is this correct? Is there a standard definition for the length of a poly-vector?