SOLUTION: Hey I am asking for the proof of this formula a.b =|a|b|cos theta.

Algebra ->  Equations -> SOLUTION: Hey I am asking for the proof of this formula a.b =|a|b|cos theta.       Log On


   



Question 1087143: Hey I am asking for the proof of this formula
a.b =|a|b|cos theta.

Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
You should revise your question.
——
You have provided the geometric definition for the dot product (aka inner product) of two vectors. The definition can be accepted straight away. Are you asking to prove the algebraic definition of the dot product is equal to the geometric definition of the dot product?
Algebraic:
+a_dot_b+=+a%5B1%5D%2Ab%5B1%5D+%2B+a%5B2%5D%2Ab%5B2%5D+%2B+a%5B3%5D%2Ab%5B3%5D+ + … + +a%5Bn%5D%2Ab%5Bn%5D+
Geometric:
+a_dot_b+=+abs%28a%29abs%28b%29%2Acos%28theta%29+ where theta = angle between the two vectors

As I thought about it, I figured that must be what you want. Here is the proof:
I will use capital letters for vectors, lower case for scalers.
Also |A| means the magnitude of A, found using ordinary root-of-squares method.
Let +E%5Bi%5D+ be a set of unit vectors in the n-dimensional space.
So
+E%5Bi%5D%2AE%5Bj%5D+=+0++ if ++i%3C%3Ej+
++E%5Bi%5D%2AE%5Bj%5D+=+1+ if +++i=j+%29+
+A+=+sum%28a%5Bi%5DE%5Bi%5D%2C+i=1%2C+n+%29+    (1)     and
+B+=+sum%28b%5Bi%5DE%5Bi%5D%2C+i=1%2C+n%29+     (2)    <—<<<  Remember +a%5Bi%5D+ and +b%5Bi%5D+ are scalers 

and the algebraic dot product is defined as:
+A%2AB+=+sum%28a%5Bi%5Db%5Bi%5D%2C+i=1%2C+n%29+ (*)

Now, use the geometric dot product definition to find +A%2AE%5Bi%5D+ :
<—<<< Same +a%5Bi%5D+ as in (1)
(and similarly for +B%2AE%5Bi%5D+ )
+a%5Bi%5D+ and +b%5Bi%5D+ can be thought of as the magnitude of the component of A, B that project in the E%5Bi%5D direction, respectively.
and substituting for B:
+A%2AB+=+A%2Asum%28b%5Bi%5DE%5Bi%5D%2C+i=1%2C+n%29+
Finally, using the distributive property of dot products +C%2AkD+=+kC%2AD+ :
<—<<< Same as (*)