Planar angle between two vectors

In summary, the conversation discusses using the dot product to find the angle between two vectors on a plane. The dot product allows for measuring lengths and angles in vector spaces over R. By Pythagoras' theorem, the length of a vector can be calculated by squaring its components and adding them together. The law of cosines can be used to find the angle between two vectors by expanding the left side of the equation and setting it equal to the dot product of the two vectors. If the dot product is equal to zero, it means the two vectors are perpendicular. This is a useful tool for finding angles in vector spaces.
  • #1
Philosophaie
462
0
I have two vectors:
f1 = (x1,y1,z1)
f2 = (x2,y2,z2)
The origins are placed together and they are of the same coordinate system.
They make a plane between the two vectors and the origin.
How do you find the angle between the two vector on that plane?
 
Physics news on Phys.org
  • #2
[tex]\vec f_1\cdot \vec f_2 = \Vert \vec f_1\Vert \cdot \Vert \vec f_2\Vert \cdot \cos(\alpha)[/tex]
(i.e., compute the scalar product, divide it by the vector norms, and you get the cosinus of the angle you are searching.)
 
  • Like
Likes Philosophaie
  • #3
It so happens I just wrote these notes:

For vector spaces over R, the dot product let's us measure lengths and angles. I.e. if we think of the axes spanned by the standard basis vectors as mutually perpendicular, or “orthogonal”, then by Pythagoras the square of the length |v| of a vector v = (a1,...,an) is just |v|^2 = a1^2+...+an^2 = v.v. Moreover if v = (a1,...,an), and w = (b1,...,bn) are any two vectors, then |v|,|w|, and |v-w| are the length of the sides of the triangle they determine, and hence by the law of cosines |v-w|^2 = |v|^2 + |w|^2 - 2|v||w|.cos(C), where C is the angle between v and w. Expanding the left side as |v-w|^2 = (v-w).(v-w) = v.v - 2v.w + w.w, we get v.w = |v||w|.cos(C). Since cos(π/2) = 0, this implies that v.w = 0 if (and only if) v and w are perpendicular. This is quite useful.
 

What is the definition of planar angle between two vectors?

The planar angle between two vectors is the angle formed when the two vectors lie in the same plane. It is the smallest angle between the two vectors measured in a counterclockwise direction.

How is the planar angle between two vectors calculated?

The planar angle between two vectors can be calculated using the dot product formula: θ = cos^-1((a · b) / (|a| * |b|)), where θ is the angle, a and b are the two vectors, and |a| and |b| are the magnitudes of the vectors.

What is the difference between a positive and negative planar angle?

A positive planar angle indicates that the two vectors are rotating in a counterclockwise direction, while a negative planar angle indicates a clockwise rotation.

Can the planar angle between two vectors be greater than 180 degrees?

No, the planar angle between two vectors cannot be greater than 180 degrees. This is because the maximum value of the dot product is equal to the product of the magnitudes of the two vectors, and the cosine of any angle cannot be greater than 1.

How is the planar angle between two vectors used in real-world applications?

The planar angle between two vectors is commonly used in physics and engineering, such as in calculating the torque of a force or the direction of a magnetic field. It is also used in computer graphics to determine the orientation of 3D objects and in navigation to determine the bearing between two points.

Similar threads

Replies
26
Views
2K
  • Linear and Abstract Algebra
Replies
14
Views
640
  • Linear and Abstract Algebra
Replies
9
Views
195
  • Linear and Abstract Algebra
Replies
3
Views
295
  • Linear and Abstract Algebra
Replies
9
Views
570
  • Linear and Abstract Algebra
Replies
17
Views
4K
  • Precalculus Mathematics Homework Help
Replies
7
Views
879
Replies
10
Views
276
  • Linear and Abstract Algebra
Replies
33
Views
822
Replies
3
Views
1K
Back
Top