answersLogoWhite

0

When is a dot product one?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

Lots of pairs of vectors have a dot product of one:

  • [1,1,1], [1,0,0]
  • [1,0,0], [1,0,0]
  • [3,-1,-1], [1,1,1]
  • [0,2,-1], [0,2,3]

In itself, a dot product of one is not very significant; it does not tell you very much about the vectors. Only that the sum of the products of corresponding elements is one.

A dot product of zero is more informative because it implies that the vectors are orthogonal.

Please see the link.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When is a dot product one?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is vector dot product?

The dot-product of two vectors is the product of their magnitudes multiplied by the cosine of the angle between them. The dot-product is a scalar quantity.


in what components dot and cross product resolve?

A dot product is a scalar product so it is a single number with only one component. A cross product or vector product is a vector which has three components like the original vectors.


Is triple dot product defined?

If by "triple dot product" you mean u·v·w, then no, because that would imply the existence of a dot product between a vector and a scalar.


What are the applications of cross product and dot product in physics?

cross: torque dot: work


Is there any direction associated with the dot product of two vectors?

No. The dot product is also called the scalar product and therein lies the clue.


Why in dot product you use cos and in vector product sin?

We use the dot product cos and in vector we use the vector product sin because of the trigonometric triangle.


What is the angle in which the dot product of two non zero vectors is equal?

It depends on what the dot product is meant to be equal to.


Dot product is?

Dot product is an algebraic operation when two equal-length sequences of numbers are returned as a single number.


Scalar or dot product?

They are the same.


What is dot products and give some examples?

A Dot product is a very useful tool in both mechanics and 3D graphics. It calculates the cosine of the angle between two vectors.In two-dimensional space, the dot product of vectors [a, b] and [c, d] is ac + bd.Mechanical work is the dot product of force and displacement vectors.Magnetic flux is the dot product of the magnetic field and the area vectors.


Why we use sine angle in cross product while cos angle in dot product?

Because in dot product we take projection fashion and that is why we used cos and similar in cross product we used sin


Can dotproduct of two vectors be negative?

The dot-product of two vectors tells about the angle between them. If the dot-product is positive, then the angle between the two vectors is between 0 and 90 degrees. When the dot-product is negative, the angle is more than 90 degrees. Therefore, the dot-product can be any value (positive, negative, or zero). For example, the dot product of the vectors and is -1*1+1*0+1*0 = -1 which is negative.