35.3: Inverse
( \newcommand{\kernel}{\mathrm{null}\,}\)
Suppose we have vectors A,B, and C such that A×B=C. If vectors B and C are known, can we solve for vector A ?
There is no such thing as a "cross division" operation, so we can't do anything similar to A=C/B. In fact, there is no unique solution for vector A. There are an infinite number of vectors that can be crossed with B to yield vector C; the smaller the angle between A and B, the larger the magnitude A must have to yield a given vector C.
To solve A×B=C for vector A, we will need to know vectors B and C, along with one other piece of information, such as the magnitude of vector A or the angle θ between A and B. Suppose the magnitude A of vector A is known; then since |A×B|=ABsinθ=C, we have
sinθ=CAB
On the other hand, if θ is known, then
A=CBsinθ.
In either case, we now know both the magnitude A and the angle θ. Then since A⋅B=ABcosθ, we can now find the dot product A⋅B. Now let's take
A×B=C.
Crossing both sides on the right with vector B, we get
(A×B)×B=C×B.
The left-hand side is a vector triple product; applying Eq. (32.3.8), we get
B(A⋅B)−B2A=C×B
Solving for vector A, we find
A=1B2[(B×C)+(A⋅B)B]
So if either A or θ is known, then we can find A⋅B=ABcosθ; knowing this and B and C, Eq. (32.25) lets us solve for vector A (provided B,C≠0 ).