Could someone please give me a proof for distributive law of the cross
product:
a x (b + c) = a x b + a x c
But there's a catch! I am assuming the we have defined the cross
product as (|a||b|sinO)n, etc. Using the above proof (that is, taking
the above as true) THEN I will use the above 'truth' to derive the
rectangular form of the cross product. So I need the above proved
without resorting to the rectangular form/defn of the cross product.
Thanx in advance
MB
> ....
> Could someone please give me a proof for distributive law of the cross
> product:
>
> a x (b + c) = a x b + a x c
>
> But there's a catch! I am assuming the we have defined the cross
> product as (|a||b|sinO)n, etc....
When teaching this several years ago, I used a proof slightly
simplified from that of Seymour Schuster, "Elementary Vector Geometry,"
(Wiley, 1962), pp.139-140. The trick is to work ahead (without assuming
the distributive law) to the scalar triple product. You need to show that
its dot and cross can be interchanged, and also to have proved the
distributive law for the _dot_ product (which can also be a little
delicate). After that, here's the proof. Please pretend every variable
is in bold type. :-)
Let d = a x (b + c) - a x b - a x c
so it is required to prove that d = 0.
d^2 = d.d
= d.(a x (b + c) - a x b - a x c)
= d . a x (b + c) - d . a x b - d . a x c
= d x a . (b + c) - d x a . b - d x a . c
= d x a . (b + c) - d x a . (b + c)
= 0.
Therefore d = 0, so a x (b + c) = a x b + a x c.
Then you can multiply by -1 and use the anticommutative law to get
the other distributive law.
Schuster didn't use d^2 but I think it makes the proof clearer.
Ken Pledger.