answersLogoWhite

0


Best Answer

The dot product of two perpendicular vectors is 0.

a⋅b = |ab|cos θ

where:

|a| = length of vector a

|b| = length of vector b

θ = the angle between the vectors.

If the vectors are perpendicular, θ = π/2 radians

→ cos θ = cos(π/2) = 0

→ a⋅b = |a| × |b| × 0 = 0

-----------------------------------------------------------------------------

The dot product can also be calculated for vectors of n dimensions as the sum of the products of the corresponding elements:

a = (a1, a2, ..., an)

b = (b1, b2, ..., bn)

a⋅b = Σ ar × br

for r = 1, 2 , ..., n

With perpendicular vectors this sum is zero,

User Avatar

Wiki User

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

Wiki User

7y ago

It is zero.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the dot product of two perpendicular vectors vector a and vector b respectively?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the cross product vector or scalar?

The cross product is a vector. It results in a new vector that is perpendicular to the two original vectors being multiplied.


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 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)


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

The three vectors that act along mutually perpendicular directions are the unit vectors in the x, y, and z directions, namely, i, j, and k. These vectors form the basis for three-dimensional space and are commonly used in physics and mathematics.


What is the difference between scalar and vector products of two vectors?

The scalar product (dot product) of two vectors results in a scalar quantity, representing the magnitude of the projection of one vector onto the other. The vector product (cross product) of two vectors results in a vector quantity that is perpendicular to the plane formed by the two input vectors, with a magnitude equal to the area of the parallelogram they span.


What is the algebraic definition of a cross product?

Cross product also known as vector product can best be described as a binary operation on two vectors in a three-dimensional space. The created vector is perpendicular to both of the multiplied vectors.


When sum and difference vector of two vectors are perpendicular .are the vectors too perpendicular?

Yes.


Dot product of unit vectors of cartesian and cylindrical coordinate system?

Unit vectors are perpendicular. Their dot product is zero. That means that no unit vector has any component that is parallel to another unit vector.


What is scalar and vector product simplify?

Scalar product (or dot product) is the product of the magnitudes of two vectors and the cosine of the angle between them. It results in a scalar quantity. Vector product (or cross product) is the product of the magnitudes of two vectors and the sine of the angle between them, which results in a vector perpendicular to the plane containing the two original vectors.


What is a perpendicular vector?

A perpendicular vector is a vector that forms a right angle (90 degrees) with another vector in a given space. This means that the dot product of two perpendicular vectors is zero, indicating that they are orthogonal to each other.


How do you multiply vectors in 3D?

To multiply two vectors in 3D, you can use the dot product or the cross product. The dot product results in a scalar quantity, while the cross product produces a new vector that is perpendicular to the original two vectors.


Cross product is not difine in two space why?

When performing the cross product of two vectors (vector A and vector B), one of the properites of the resultant vector C is that it is perpendicular to both vectors A & B. In two dimensional space, this is not possible, because the resultant vector will be perpendicular to the plane that A & B reside in. Using the (i,j,k) unit vector notation, you could add a 0*k to each vector when doing the cross product, and the resultant vector will have zeros for the i & jcomponents, and only have k components.Two vectors define a plane, and their cross product is always a vector along the normal to that plane, so the three vectors cannot lie in a 2D space which is a plane.