Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Perform dot product on both sides of equation

Writer Matthew Barrera
$\begingroup$

If I have an equation with two vectors:

$$\pmb{a} = 5\pmb{b}$$

Can we perform dot product on both sides with the same vector like this?

$$\pmb{a·c} = 5\pmb{b·c}$$

If so how could we prove that this a valid operation?

$\endgroup$ 1

1 Answer

$\begingroup$

Yes, you can dot both sides with the same vector. If $\boldsymbol{a} = 5\boldsymbol{b}$, then by definition of equality, we have $\boldsymbol{a} \cdot \boldsymbol{c} = \left(5\boldsymbol{b}\right) \cdot \boldsymbol{c}$. By the definition of the dot product, it is linear in both inputs (being an inner product on a vector space), so $\left(5\boldsymbol{b}\right) \cdot \boldsymbol{c} = 5\left(\boldsymbol{b} \cdot \boldsymbol{c}\right) = 5\boldsymbol{b} \cdot \boldsymbol{c}$. Thus $\boldsymbol{a} \cdot \boldsymbol{c} = 5\boldsymbol{b} \cdot \boldsymbol{c}$ as desired.

$\endgroup$ 6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy