True or False?
If a and b are vectors such that a ⋅ b = 1 , then a and b must be parallel.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Brian, could you explain a bit more simply, please? This is the first page I have ever read about vectors in my life. I've got no idea what that funny star-shaped symbol means.
The "funny star-shaped symbol" was just a multiplication symbol; for sake of clarity I've just now changed it to × . The calculation made here is called the dot product; for an introduction to this you can check out the subsection of this wiki .
If a and b must be parallel then the angle between them is either 0 degree or 180 degree. we know that the value of cos0 is 1 and cos180 is -1.but magnitude of a and b are not always 1.hence the answer is false.
Counterexample:
Let a = 1 , b = 2 , θ = 6 0 °
a ⋅ b = a b cos θ = 1
Problem Loading...
Note Loading...
Set Loading...
Counterexample: Let a = < 3 , − 2 > and b = < 1 , 1 > . Then a ⋅ b = 3 × 1 + ( − 2 ) × 1 = 1 ,
but < 3 , − 2 > = k < 1 , 1 > for all real k , and thus the two vectors are not parallel.