How to Prove Vector Identity k = (a+b)(c+d)?

  • Thread starter Thread starter colerelm1
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
colerelm1
Messages
5
Reaction score
0

Homework Statement


The following are all vectors:
a, b, c, d

k = (a+b) (c+d)

prove: k = (a x c) + (a x d) + (b x c) + (b x d)

Homework Equations





The Attempt at a Solution


I have tried to start it by doing:

|a| = a = sqrt(a_x^2 + a_y^2)

is that a correct start at it? I really am pretty lost...
 
Physics news on Phys.org
As per my other post, do you understand how to expand the brackets to get between the two solutions for k?

Jared
 
I guess I don't...Could you please explain?
 
Have a read through this:

http://richardbowles.tripod.com/maths/algebra/brackets.htm

It will show you how to expand the brackets.
 
Last edited by a moderator:
Oh, yeah I know how to do that but what if what I meant by "k = (a+b) (c+d)" was actually the dot product of k = (a+b) (c+d) instead of just k = (a+b) x (c+d)? Does that make a difference?
 
k = (a+b)(c+d) = (a+b)x(c+d) = (a x c)+(a x d)+(b x c)+(b x d)

What you have there is expanding the brackets, this is not the dot product.

The dot product of [a,b][c,d] = ac + bd.

The question shows bracket expansion not dot product. So yes, there is a difference, particularly in notation (dot product = square brackets with commas seperating vectors, expansion = round brackets with standard mathematical operators).