diff --git a/guide/english/mathematics/vectors/dot-product/index.md b/guide/english/mathematics/vectors/dot-product/index.md index bb7f928a7f..671b044f57 100644 --- a/guide/english/mathematics/vectors/dot-product/index.md +++ b/guide/english/mathematics/vectors/dot-product/index.md @@ -9,7 +9,7 @@ The dot product of vectors is also know as the “scalar” product. #### Formula If a and b are two vectors meeting at a point, whose moduli are |a| and |b| respectively and θ is the angle between them, then the “dot” or “scalar” product of the two vectors is given as: -a.b = |a||a| cosθ +a.b = |a||b| cosθ Also, if the two vectors (a and b) are given in terms of their [unit vectors](https://en.wikipedia.org/wiki/Unit_vector), where