Multi-Variable Calculus: Cancellation of dot products

Dembadon
Gold Member
Messages
658
Reaction score
89

Homework Statement



In real-number multiplication, if uv1 = uv2 and u ≠ 0, then we can cancel the u and conclude that v1 = v2. Does the same rule hold for the dot product: If uv1 = uv2 and u ≠ 0, can you conclude that v1 = v2? Give reasons for your answer.

Homework Equations





The Attempt at a Solution



If we let u = k<u1, u2> with u2 = 0 and scalar k, then the dot product of u with any other vector v = k<v1, v2> will simply be the component kv1 because u2 will make the ku2kv2 product always zero regardless of its value. Thus, v can be infinitely many different vectors and still have the same dot product with u.
 
Physics news on Phys.org
The hint is can you compute an inverse of \vec{u} ? and thus multiply both by that inverse in order that both vectors v1 and v2 are equal.
 
also a counter example might be good here, how about considering when
u • v1 = u • v2 = 0

what does this mean geometrically? using that it should be easy to find a counter example in 3D space
 
Dembadon said:
If we let u = k<u1, u2> with u2 = 0 and scalar k, then the dot product of u with any other vector v = k<v1, v2> will simply be the component kv1 because u2 will make the ku2kv2 product always zero regardless of its value. Thus, v can be infinitely many different vectors and still have the same dot product with u.
Just out of curiosity, why do you introduce the scalar k? Doesn't your argument work without the k's?
 
Pyrrhus said:
The hint is can you compute an inverse of \vec{u} ? and thus multiply both by that inverse in order that both vectors v1 and v2 are equal.

Interesting! I hadn't thought of that. I'll have to play around with it.

lanedance said:
also a counter example might be good here, how about considering when
u • v1 = u • v2 = 0

what does this mean geometrically? using that it should be easy to find a counter example in 3D space

It would mean that both v1 and v2 are orthogonal to u, or that u is orthogonal to v1 and v2, right?

vela said:
Just out of curiosity, why do you introduce the scalar k? Doesn't your argument work without the k's?

You're absolutely right. Thank you for pointing that out. :smile:

----------------------------------------

Thanks for the input, everyone. I appreciate your time.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top