Finding the Angle Between Vectors a and b

Click For Summary
SUMMARY

The discussion centers on finding the angle between two vectors, a and b, given their magnitudes of 2 and 1, respectively. The vectors a+5b and 2a-3b are stated to be perpendicular, leading to the equation (a+5b)·(2a-3b) = 0. Participants clarify that the dot product method is appropriate, and through bilinear properties of the dot product, they derive that θ = arccos[(a·b)/(|a||b|)] to find the angle between the vectors.

PREREQUISITES
  • Understanding of vector magnitudes and representations
  • Familiarity with the dot product of vectors
  • Knowledge of trigonometric functions, specifically arccosine
  • Basic algebraic manipulation of vector equations
NEXT STEPS
  • Study the properties of the dot product in vector algebra
  • Learn how to apply the arccosine function in angle calculations
  • Explore vector projection and its applications in geometry
  • Investigate the concept of perpendicular vectors and their implications in physics
USEFUL FOR

Students studying linear algebra, mathematicians, and anyone interested in vector analysis and geometric interpretations in physics.

Jane K
Messages
3
Reaction score
0
1. Homework Statement
The vector a=2 and vector b=1. The vectors a+5b and 2a-3b are perpendicular. Determine the angle between a and b .



Homework Equations


The dot product a•b=lallblcosθ


The Attempt at a Solution


I've tried a few things but none of it really makes sense. I'm worried that maybe this question doesn't call for the dot product method but I've become fixed on it.
 
Physics news on Phys.org


Jane K said:
1. Homework Statement
The vector a=2 and vector b=1. The vectors a+5b and 2a-3b are perpendicular. Determine the angle between a and b .

Homework Equations


The dot product a•b=lallblcosθ

The Attempt at a Solution


I've tried a few things but none of it really makes sense. I'm worried that maybe this question doesn't call for the dot product method but I've become fixed on it.


You don't have a vector a = 2 and b = 1, those are scalars. Perhaps you mean their magnitudes are 2 and 1? What do you get if you dot a+5b and 2a-3b together?
 


"the vectors a and b have lengths 2 and 1, respectively." I'm trying to find the angle between the two. The dot product for the perpendicular vectors a+5b and 2a-3b would be zero... I am stuck:P.
 


Jane K said:
"the vectors a and b have lengths 2 and 1, respectively." I'm trying to find the angle between the two. The dot product for the perpendicular vectors a+5b and 2a-3b would be zero... I am stuck:P.

Show us what you get in terms of a and b when you dot those two vectors together and set it equal to 0.
 


Jane K said:
"the vectors a and b have lengths 2 and 1, respectively." I'm trying to find the angle between the two. The dot product for the perpendicular vectors a+5b and 2a-3b would be zero... I'm stuck:P.
"FOIL" works for vectors .

\left(\vec{a}+\vec{b}\right)\cdot\left(\vec{c}+ \vec{d}\right)=\vec{a}\cdot\vec{c}+\vec{a}\cdot \vec{d}+\vec{b}\cdot\vec{c}+\vec{b}\cdot\vec{d}​
 


what SammyS means is that the dot product is bilinear, it is linear in each variable:

if a,b,c are vectors, and r is a scalar:

a.(b+c) = a.b + a.c
(a+b).c = a.c + b.c

a.(rb) = r(a.b)
(ra).b = r(a.b)

also, a.b = b.a (the dot product is symmetric).

thus (a+5b).(2a-3b) = 2(a.a) + 5(b.a) - 3(a.b) - 15(b.b)

a.a = |a|2, for any vector a.

you are given |a| and |b|, and you are given that the dot product (a+5b).(2a-3b) = 0.

if you can deduce what a.b is, then you can figure out the angle:

θ = arccos[(a.b)/(|a||b|)]
 


Thank-you everyone!
This really helped:)
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
3
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
12
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K