answersLogoWhite

0


Best Answer

To find the angle between two vectors, you need to use this form:

a ∙ b / (|ab|) = cos(θ)

θ = arccos(a ∙ b / (|ab|)) where a and b are vectors.

Compute the dot product and the norm of |a| and |b|. Then, compute the angle between the vectors.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
ReneRene
Change my mind. I dare you.
Chat with Rene
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor

Add your answer:

Earn +20 pts
Q: How do you find angle between vectors?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math
Related questions

What should be the angle between 2 vectors a?

The angle between two vectors a and b can be found using the dot product formula: a · b = |a| |b| cos(theta), where theta is the angle between the two vectors. Rearranging the formula, we can solve for theta: theta = arccos((a · b) / (|a| |b|)).


When the angle between two vectors is equal to zero?

When the angle between two vectors is zero ... i.e. the vectors are parallel ... their sum is a vector in thesame direction, and with magnitude equal to the sum of the magnitudes of the two original vectors.


If A and B are two unit vectors and is the angle between them Then A B is a unit vector Find?

Your question is kind of confusing, but if you're asking what the angle between two unit vectors A and B is, then the answer is: the inverse cosine of the dot products of A and B.


Two vectors of equal magnitude have got a resultant whose magitude is equal to either one of them. Find the angle between the two vectors?

120 deg


At what condition can we add two vectors vectorically?

When the angle between the two vectors are not a multiple of 180 degrees.


What is the angle between two vectors when their sum is maximum?

00


When are vectors said to be perpendicular?

Perpendicular means that the angle between the two vectors is 90 degrees - a right angle. If you have the vectors as components, just take the dot product - if the dot product is zero, that means either that the vectors are perpendicular, or that one of the vectors has a magnitude of zero.


When two vectors are added and their magnitude is equal to the magnitude of resultan what will be angle in between them?

The angle between two vectors whose magnitudes add up to be equal to the magnitude of the resultant vector will be 120 degrees. This is known as the "120-degree rule" when adding two vectors of equal magnitude to get a resultant of equal magnitude.


Why CosӨ is used in dot product?

The cosine of the angle between two vectors is used in the dot product because it measures the similarity or alignment of the vectors. The dot product calculates the product of the magnitudes of the vectors and the cosine of the angle between them, resulting in a scalar value that represents the degree of alignment or correlation between the vectors.


Can the resultant of two equal vectors be of same magnitude as the two vectors?

No, the resultant of two equal vectors will have a magnitude that is not equal to the magnitude of the original vectors. When two vectors are added together, the resulting vector will have a magnitude that depends on the angle between the two vectors.


How angle between vectors affects the resultant?

The Law of Cosines shows the affect of the angle between vectors. R^2 = (A+B)(A +B)*= (AA* + BB* + 2ABcos(AB)) If the angle is less than 90 degrees the resultant squared R^2 is greater than the sum of the vectors squared. If the angle is 90 degrees the resultant squared is the sum of the vectors squared. If the angle is greater than 90 degrees, the resultant squared is less than the Sum of the vectors squared.


How do you find the dot product ab of two vectors if you know their lengths and the angle between them?

<ab> = |a|*|b|*cos(x) where |a| is the length of the vector a, |b| is the length of the vector b, and x is the angle between them.