STUPID Vector qusetion - dont understand dot product rule

In summary, when you dot two vectors together, the result is the length of the vector between the points that were dot-vectored together.
  • #1
thomas49th
655
0

Homework Statement



The points A and B have position vectors a = (2,2,1) and b (1,1,-4) respectively relative to an origin O. (im using column notation for shorthand)

Prove that OA is perpendicular to AB

Homework Equations





The Attempt at a Solution



To be perpendicular the angle between the lines is 90

using the dot product rule:

vectors a and b should multiply to give cos 90 (which is 0)

AB = (3,3,-3)-(2,2,1) = (1,1,-4)
so:
(2,2,1).(1,1,-4) = (2,2,-4)

NOW WHAT I DONT UNDERSTAND IS why you add the components i,j,k to get 0. I can see 2 + 2 -4 =0, but why do you do this? Why can you do this

Thanks :)
 
Physics news on Phys.org
  • #2
Simple answer: A dot B is a number (scalar) - not a vector. It's definition is: axbx + ayby + azbz.
 
  • #3
thomas49th said:

Homework Statement



The points A and B have position vectors a = (2,2,1) and b (1,1,-4) respectively relative to an origin O. (im using column notation for shorthand)
You're using row notation. Columns are vertical.
thomas49th said:
Prove that OA is perpendicular to AB
Are you sure you have written the problem correctly? Vectors OA and OB are perpendicular, but OA and AB aren't.
thomas49th said:

Homework Equations





The Attempt at a Solution



To be perpendicular the angle between the lines is 90

using the dot product rule:

vectors a and b should multiply to give cos 90 (which is 0)

AB = (3,3,-3)-(2,2,1) = (1,1,-4)
Where did you get (3, 3, 3)? Vector AB = OB - OA, which is (1, 1, -4) - (2, 2, 1) = (-1, -1, -5).
thomas49th said:
so:
(2,2,1).(1,1,-4) = (2,2,-4)

NOW WHAT I DONT UNDERSTAND IS why you add the components i,j,k to get 0. I can see 2 + 2 -4 =0, but why do you do this? Why can you do this

Thanks :)
 
  • #4
Mark44 said:
You're using row notation. Columns are vertical.
It's just ordered-set notation; neither row nor column vectors have commas!
 
  • #5
Hi,
You did show that OA is perpendicular to OB. That's good.

I think your question is "Why does the dot-product rule work? Why do you multiply similar components, and then add up the sum?"

Here is one answer that might help you make sense of it:
Look at the dot-product of A.A: it is simply the Pythagorean Theorem.
If A = (ax, ay, az)
Then A.A = ax2 + ay2 + az2.
So ... the dot-product is a method of determining the length of a vector: Lth (A) = [tex]\sqrt{A.A}[/tex]

That's just an example to make you feel comfortable with the rule - because it's useful and makes sense in that situation.

Good luck.

BobM
 

Related to STUPID Vector qusetion - dont understand dot product rule

1. What is the dot product rule?

The dot product rule is a mathematical formula used to find the scalar quantity resulting from the multiplication of two vectors. It is also known as the scalar product or inner product.

2. How is the dot product rule calculated?

The dot product rule is calculated by multiplying the corresponding components of two vectors and then adding the results together. For example, if we have two vectors A and B with components a1, a2, a3 and b1, b2, b3 respectively, the dot product would be calculated as a1*b1 + a2*b2 + a3*b3.

3. What is the purpose of the dot product rule?

The dot product rule is commonly used in physics and engineering to calculate the work done by a force, the angle between two vectors, and projections of one vector onto another. It is also used in linear algebra and vector calculus to solve problems involving vectors.

4. Can you explain how the dot product rule is related to the angle between two vectors?

The dot product rule is used to calculate the angle between two vectors. The dot product of two vectors is equal to the product of their magnitudes and the cosine of the angle between them. So, by rearranging the equation, we can find the angle between two vectors as cos⁡(θ) = (A⋅B)/(∥A∥∥B∥), where A and B are the two vectors and θ is the angle between them.

5. Are there any limitations to using the dot product rule?

While the dot product rule is a useful tool in solving problems involving vectors, it has some limitations. It can only be used for vectors in Euclidean space, meaning they have a defined magnitude and direction. Additionally, the dot product rule only works for two-dimensional and three-dimensional vectors, and not for higher dimensions.

Similar threads

  • Calculus and Beyond Homework Help
Replies
9
Views
995
  • Linear and Abstract Algebra
Replies
33
Views
979
  • Precalculus Mathematics Homework Help
Replies
5
Views
652
Replies
14
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
Replies
10
Views
774
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top