Comments on: Vector Calculus: Understanding the Dot Product https://betterexplained.com/articles/vector-calculus-understanding-the-dot-product/ Math lessons that click Fri, 20 Jan 2023 00:06:31 +0000 hourly 1 By: How to apply a formula of Cross product and dot product? https://betterexplained.com/articles/vector-calculus-understanding-the-dot-product/#comment-392988 Tue, 13 Apr 2021 10:23:22 +0000 http://betterexplained.com/?p=1831#comment-392988 […] According to BetterExplained, […]

]]>
By: All the Mathematics you need for Artificial Intelligence - AI News https://betterexplained.com/articles/vector-calculus-understanding-the-dot-product/#comment-391803 Thu, 04 Feb 2021 11:56:16 +0000 http://betterexplained.com/?p=1831#comment-391803 […] such as the Dot product, Vector product and the Hadamard product are useful to know as […]

]]>
By: kalid https://betterexplained.com/articles/vector-calculus-understanding-the-dot-product/#comment-359438 Thu, 13 Dec 2018 02:35:00 +0000 http://betterexplained.com/?p=1831#comment-359438 In reply to Artem Streltsov.

The dot product represents the actual “multiplication overlap” between the vectors. On its own it’s just a number, and we often need to compare it to the max possible overlap.

Let’s say we have vector (3,0). It’s length is 3 (technically, sqrt(3^2 + 0^2) = sqrt(9) = 3).

Now we have another vector (4,0). It’s length is 4.

The dot product of (3,0) and (4,0) is 12. This means the vectors have reached their max potential overlap (of 12).

In the case of (2,2) and (1,2) we would say:

(2, 2) has a magnitude of sqrt(2^2 + 2^2) = sqrt(8) = 2.82
(1,2) has a magnitude of sqrt(1^2 + 2^2) = sqrt(5) = 2.23

Max overlap = 2.82 * 2.23 = 6.32
Actual overlap = 6

Yes, the dot product can represent the cosine if the magnitudes of each of the vectors are 1. From the formula,

a dot b = |a||b| cos(theta) = cos(theta)

So the dot product becomes a simple way to find the cosine of the angle between them using plain arithmetic, no fancy trig functions.

]]>
By: Artem Streltsov https://betterexplained.com/articles/vector-calculus-understanding-the-dot-product/#comment-359265 Tue, 11 Dec 2018 21:04:00 +0000 http://betterexplained.com/?p=1831#comment-359265 In reply to JDE.

But what number 6 represents? If the dot product only represents how two vectors is pointing the same direction then why we cant just using cosine between angles to represents that. For example 1 means that two vectors points in the same direction, 0 means that vectors are orthogonal and -1 means that vectors points in the oposite direction. Why do we need to multiply cosine by |a| and |b| to represent difference between vectors direction instead of just using cosine between them?
Sorry for my english im not native speaker.

]]>