The formula for the cross product is : $$ a \times b = \vert a \vert \vert b \vert \sin(\theta) n $$ One of the purposes of the cross product is to get a vector value that is at right angles to both the given vectors.
If we are finding such a vector (which is perpendicular/at a right angle to both given vectors) then why do we have to use $\text{'}n\text{'}$ as an input of the cross product calculation, where $n$ = a unit vector at right angles to both $a$ and $b$.
Can we find a vector that is at right angles to both given vectors without knowing $\text{'}n\text{'}$?
- and if we have to use $\text{'}n\text{'}$ , how we would calculate the value of $n$ when we only have vector $a$ and vector $b$?
Cross product gives you a vector. Thus, since $\|a\|\|b\| \sin( \theta)$ is a scalar, it would not give you a vector. So, to get a vector you need to multiply that scalar by a unit vector $n$ whose length is one and whose direction is determined by the right hand rule.