Idealistic
Junior Member
- Joined
- Sep 7, 2007
- Messages
- 97
Let a and b be vectors. If a*a = 2 and a*b = 2, then is it true that a = b? The "*" represents the dot product.
Let a and b be vectors. If a*a = 2 and a*b = 2, then is it true that a = b? The "*" represents the dot product.
The short answer is NO.
Can you provide an example where \(\displaystyle a \ne b\)?
so if a*a = 2 and a*b = 2, then
a*a - a*b = 0 and
a*(a - b) = 0
does this mean either:
(1) a and b are different but the vector a - b has to be orthogonal to a
(2) a and b are equal?
Suppose vector a is <a1, a2> and vector b is <1/a1 , 1/a2>.
Then
what is a*b?
It'll be two, but im having trouble understanding of the relationship between the magnitude/direction of vector a, the magnitude is sqrt(2), and the magnitude/direction of b.
All the possible choice for <a1, a2> lie on the circle with radius sqrt(2), what are all of the possible choices for b? Is there a relationship? (e.g. is b always parallel or a scalar multiple of a, or is a - b always orthogonal to a)?