Vector Simplification

Csling

New member
Joined
Dec 3, 2014
Messages
3
I'd appreciate help with a vector simplification. Thanks in advance.

If |a| = |b|, simplify (a+b)^2.

It would be nice if the answer was explained, as I know the answer, I just don't know how to get to it in well presented manner, or, well, any manner.

Also, my bad if this is the wrong category for this question.
 
I'd appreciate help with a vector simplification. Thanks in advance.

If |a| = |b|, simplify (a+b)^2.

It would be nice if the answer was explained, as I know the answer, I just don't know how to get to it in well presented manner, or, well, any manner.

Also, my bad if this is the wrong category for this question.
Frankly the question makes no sense. There is NO multiplication defined for general vector spaces. For "inner product spaces", the dot product is defined. For R3\displaystyle R^3, both the dot product and the cross product. In any case "(a+b)2\displaystyle (a+ b)^2" is either undefined or ambiguous. Do you mean, perhaps, a+b2\displaystyle |a+ b|^2, the square of the length of the sums? That would be the same as (a+b)(a+b)\displaystyle (a+ b)\cdot(a+ b) the dot product of a+ b with itself.

If so, the multiply out (a+b)(a+b)\displaystyle (a+ b)\cdot (a+ b) according to the usual rules of algebra- the distributive law, and commutative law: (a+b)(a+b)=aa+ab+ba+bb\displaystyle (a+ b)\cdot (a+ b)= a\cdot a+ a\cdot b+ b\cdot a+ b\cdot b.
 
Unless it was misprinted in the textbook, it's definitely (a+b)^2. If it helps, it comes out to 2(a^2)(1+cos(θ))
 
Unless it was misprinted in the textbook, it's definitely (a+b)^2. If it helps, it comes out to 2(a^2)(1+cos(θ))

So it is |a + b|2

|a + b|2 = |a|2 + |b|2 + 2|a||b|cos(x)

when |a = |b|

|a + b|2 = |a|2 + |a|2 +2|a|2cos(x) = 2|a|2[1+cos(x)]
 
Unless it was misprinted in the textbook, it's definitely (a+b)^2. If it helps, it comes out to 2(a^2)(1+cos(θ))

I have no doubt that you copied the notation correctly. Over the last twenty or so years several books have said that vector multiplication is dot product. While it is wrong, in some cases it works out nicely. As in this: (a+b)2=aa+2ab+bb\displaystyle (\vec{\bf{a}}+\vec{\bf{b}})^2=\vec{ \bf{a}}\cdot\vec{\bf{a}}+2\vec{ \bf{a}}\cdot\vec{\bf{b}}+\vec{\bf{b}}\cdot\vec{\bf{b}}

Because a=b & a2=aa\displaystyle \|\vec{\bf{a}}\|=\|\vec{\bf{b}}\|~\&~\|\vec{\bf{a}}\|^2=\vec{\bf{a}}\cdot\vec{\bf{a}} then (a+b)2=2a2+2(ab)\displaystyle (\vec{\bf{a}}+\vec{\bf{b}})^2=2\|\vec{ \bf{a}}\|^2+2(\vec{ \bf{a}}\cdot\vec{\bf{b}})
 
Last edited:
Top