How Can Opposite Vectors Prove |\vec{a}| + |\vec{b}| Equals |\vec{a} - \vec{b}|?

  • Thread starter Thread starter BioBabe91
  • Start date Start date
  • Tags Tags
    Vector
BioBabe91
Messages
13
Reaction score
0

Homework Statement


if vectors \vec{a} and \vec{b} have opposite directions, how to show that |\vec{a}| + |\vec{b}| = |\vec{a} - \vec{b}|?

Homework Equations


quadratic equation, definition of absolute value

The Attempt at a Solution


|\vec{a}-\vec{b}| = \sqrt{\vec{a}^{2}-2\vec{a}\bullet\vec{b}+\vec{b}^{2}}
and then I got
|\vec{a}-\vec{b}| = \sqrt{\vec{a}^{2}-2|\vec{a}||\vec{b}|cos\Phi+\vec{b}^{2}}
So then cosine of the angle is equal to -1, and I don't know how to go from there.
 
Last edited:
Physics news on Phys.org
Looks like a notation issue.

<br /> \begin{align}<br /> \vec{a}^2 &amp;= a^2\notag\\<br /> <br /> |\vec{a}|&amp;=a\notag<br /> \end{align}<br />

Everything under the radical is a scalar.
 
bigplanet401 said:
Looks like a notation issue.

<br /> \begin{align}<br /> \vec{a}^2 &amp;= a^2\notag\\<br /> <br /> |\vec{a}|&amp;=a\notag<br /> \end{align}<br />

Everything under the radical is a scalar.

This makes no sense. In the first equation you have the square of a vector, which implies multiplication of some kind. The only kinds of multiplication that are available are 1) multiplication by a scalar, 2) the dot product, and 3) (for vectors in R^3) the cross product.

In the second equation, you claim that the magnitude of a vector is equal to the vector itself.
 
BioBabe91 said:

Homework Statement


if vectors \vec{a} and \vec{b} have opposite directions, how to show that |\vec{a}| + |\vec{b}| = |\vec{a} - \vec{b}|?


Homework Equations


quadratic equation, definition of absolute value


The Attempt at a Solution


|\vec{a}-\vec{b}| = \sqrt{\vec{a}^{2}-2\vec{a}\bullet\vec{b}+\vec{b}^{2}}
and then I got
|\vec{a}-\vec{b}| = \sqrt{\vec{a}^{2}-2|\vec{a}||\vec{b}|cos\Phi+\vec{b}^{2}}
So then cosine of the angle is equal to -1, and I don't know how to go from there.

You're given that the vectors have the opposite directions, which means that a = -kb for some positive scalar k. Also, since a.b = |a||b|cos(theta), and theta = pi, you have a.b = -|a||b|.

Put both of these ideas together, and the result you want should fall out pretty readily.
 
This makes no sense. In the first equation you have the square of a vector, which implies multiplication of some kind. The only kinds of multiplication that are available are 1) multiplication by a scalar, 2) the dot product, and 3) (for vectors in R^3) the cross product.

In the second equation, you claim that the magnitude of a vector is equal to the vector itself.

Again, I think it's a notation issue. You'll often see shorthands like this in the literature. Since you're using boldface:
<br /> \begin{align}<br /> \mathbf{a}^2 &amp;= \mathbf{a} \cdot \mathbf{a} = a^2 = |\mathbf{a}|^2<br /> \intertext{and}<br /> |\mathbf{a}| &amp;= a.<br /> \end{align}<br />

I can see where there might be problems, if instead we did something like
<br /> \mathbf{a}^2 = \mathbf{aa} = \mathbf{a} \otimes \mathbf{a}<br />
and instead ended up with a dyadic (an outer product).

Notice that the arrows are missing on the RHS of each equation in my previous post.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top