What is the dot product of (b - proj of b onto a) with a?

baokhuyen
Messages
9
Reaction score
0

Homework Statement


I get confused with this problems
show that the vector (orth of b onto a) = (b - proj of b onto a) is orthogonal to a.


Homework Equations





The Attempt at a Solution


(b-proj of b onto a) dot a = 0
and I got stuck!
 
Physics news on Phys.org
Perhaps if you wrote out what "proj of b onto a" was in vector terms it would become easier.
 
For example, I say:
(b- a(a.b)/a^2).a=0
(b-(a.b)/a).a=0
a.b-a.((a.b)/a)=0
How can I do next?
 
baokhuyen said:
For example, I say:
(b- a(a.b)/a^2).a=0
You are not being careful to distinguish between vectors and numbers. The first "a" of "a(a.b)/a^2" is a vector while "a^2" is a number- the square of the length of a. You are trying to cancel them!

(b-(a.b)/a).a=0
with the result that you get this, which makes no sense! Does "(a.b)/a" mean you are dividing by a vector?

a.b-a.((a.b)/a)=0
How can I do next?
\left(\vec{b}- \frac{\vec{a}\cdot\vec{b}}{|a|^2}\vec{a}\right)\cdot\vec{a}
\vec{b}\cdot\vec{a}- \frac{\vec{a}\cdot\vec{b}}{|a|^2}(\vec{a}\cdot\vec{a})
Now, what is that equal to?
 
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