answersLogoWhite

0


Best Answer

Given vectors A and B, the cross product C is defined as the vector that

1) is perpendicular to both A and B (which is what you are looking for)

2) whose magnitude is the product of the magnitudes of A and B times the sine of the angle between them.

If we write the three elements of A as A(1) A(2) A(3), and the same for B, then the components of C are

C(1)=A(2)*B(3)-A(3)*B(2);

C(2)=A(3)*B(1)-A(1)*B(3);

C(3)=A(1)*B(2)-A(2)*B(1);

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Be

u - vector number one

v - vector number two

u is perpendicular to v when

the norm of u times the norm of v times cosine of the angle between the two vectors = 0.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find a vector perpendicular to a given vector?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find the component of a vector perpendicular to another vector?

The component of a vector x perpendicular to the vector y is x*y*sin(A) where A is the angle between the two vectors.


How to you find a vector parallel to two given vectors?

I think you meant to ask for finding a perpendicular vector, rather than parallel. If that is the case, the cross product of two non-parallel vectors will produce a vector which is perpendicular to both of them, unless they are parallel, which the cross product = 0. (a zero vector)


Is vector A parallel vector B given that vector A is equal to the zero vector and vector B is equal to the zero vector?

The zero vector is both parallel and perpendicular to any other vector. V.0 = 0 means zero vector is perpendicular to V and Vx0 = 0 means zero vector is parallel to V.


What is a perpendicular vector?

"Perpendicular " is a relationship, not a vector. Any vector can be perpendicular to any other vector if their angle relationship is an odd multiple of 90 degrees.


Is zero vector is perpendicular any vector?

fgjfdj


How do you find missing vector if resultant is given?

The Resultant Vector minus the other vector


Which are the three vectors that act along the mutually perpendicular direction?

cross product of tow vector result in a vector which is perpendicular the multiplying vector then these three vector are perpedicular


A vedtor which is perpendicular to every vector?

The zero vector is not perpendicular to all vectors, but it is orthogonal to all vectors.


How can you find a unit vector in the same direction as the given vector?

Divide the vector by it's length (magnitude).


Prove that if magnitude of vector A is constant then d by dt of vector A is perpendicular to vector A.?

That is not even true!


When will be the vector projection and vector components are same?

Ans :The Projections Of A Vector And Vector Components Can Be Equal If And Only If The Axes Are Perpendicular .


How do you find speed given a vector?

Given a vector, speed is the magnitude of the velocity vector, |v|. Consider vector V= IVx + JVy + KVz the magnitude is |V| = ( Vx2 + Vy2 + Vz2)1/2