MHB T31 vector subtraction is not commutative and not associative.

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Prove, by giving counterexamples, that vector subtraction is not commutative
and not associative.

ok I read all I could on trying to understand this but seem to not see something simple
if we have the example of

$u=\begin{bmatrix}2\\-3\\4\\2\end{bmatrix} v=\begin{bmatrix}-1\\5\\2\\-7\end{bmatrix}
u+v=\begin{bmatrix}2\\-3\\4\\2\end{bmatrix}+\begin{bmatrix}-1\\5\\2\\-7\end{bmatrix}
=\begin{bmatrix}2+(-1)\\-3+5\\4+2\\2+(-7)\end{bmatrix}
=\begin{bmatrix}1\\2\\6\\-5\end{bmatrix}$

if we replace the + with - does that mean it is not commutative and not associative.
 
Physics news on Phys.org
If vector subtraction would be commutative, we would have $u-v=v-u$.
Suppose we substitute your $u$ and $v$ into it, does the equality hold then?

If vector subtraction would be associative, we would have $u-(v-w)=(u-v)-w$.
So we need example vectors $u,v,w$ such that those are not equal.
 
ok, that makes sense
 
I don't understand why you added vectors. Why didn't you try subtracting as you were asked to?
Commutative:
$\begin{bmatrix}2\\ -3 \\ 4 \\2 \end{bmatrix}- \begin{bmatrix} -1\\ 5 \\ 2 \\-7\end{bmatrix}= ?$

$\begin{bmatrix} -1\\ 5 \\ 2 \\-7\end{bmatrix}- \begin{bmatrix}2\\ -3 \\ 4 \\2 \end{bmatrix} = ?$

Are they the same?

Associative:
$\left(\begin{bmatrix}2\\ -3 \\ 4 \\2 \end{bmatrix}- \begin{bmatrix} -1\\ 5 \\ 2 \\-7\end{bmatrix}\right)$$- \begin{bmatrix}5\\ -3 \\ 7 \\1 \end{bmatrix}= ?$

$\begin{bmatrix}2\\ -3 \\ 4 \\2 \end{bmatrix}- \left( \begin{bmatrix} -1\\ 5 \\ 2 \\-7\end{bmatrix}- \begin{bmatrix}5\\ -3 \\ 7 \\1 \end{bmatrix}\right)= ?$

Are they the same?
 
so if we have a negative scaler like - 2 we write it as $+(-2)$
 
karush said:
so if we have a negative scaler like - 2 we write it as $+(-2)$
Honestly any way you write it it is still non-commutative, though it does help to remind you that you are subtracting and not adding because vector addition is commutative.

I realize that the problem is simply making a point about vector arithmetic, but the whole issue is that subtraction is not commutative over complex numbers. [math]a_{ij} - b_{ij} \neq b_{ij} - a_{ij}[/math] for any complex numbers.

-Dan
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...

Similar threads

Back
Top