Posts Tagged ‘mulitplied’

Dot Product

Friday, October 23rd, 2009

Overview of the Dot Product

YouTube Preview Image

Description

A detailed tutorial of the dot product. Step by step tutorial including several examples of the dot product of a vector for reference.

Overview

The dot product of two vectors always ends up being a scalar. In mathematical terms, this is <span style="font-size: x-small;">\mathbf{a}\cdot\mathbf{b}=\left\|\mathbf{a}\right\|\left\|\mathbf{b}\right\|\cos\theta[</span>/latex]. In this case, theta is the measure of the angle between a and b. The definition of a dot product given geometrically is that a and b have a common starting point and that the length of a is multiplied by the component in b that points in the same direction as a. Algebraically, it can be said that [latex]<span style="font-size: x-small;">\mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 + a_3 b_3.</span>