Dot product: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Hendra I. Nurdin
(yet another typo)
imported>John R. Brews
(→‎Definition: orthogonal)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The dot product, or scalar product, is a type of [[vector space|vector]] multiplication in the Euclidean spaces, and is widely used in many areas of mathematics and physics. In <math>\mathbb{R}^3</math> there is another type of multiplication called the [[cross product]] ( or [[vector product]]), but it is only defined and makes sense in general for this particular vector space. Both the dot product and the  cross product are widely used in in the study of optics, mechanics, electromagnetism, and gravitational fields, for example.
{{subpages}}
The dot product, or scalar product, is a type of [[vector space|vector]] multiplication in the Euclidean spaces, and is widely used in many areas of mathematics and physics. In <math>\mathbb{R}^3</math> there is another type of multiplication called the [[cross product]] ( or vector product), but it is only defined and makes sense in general for this particular vector space. Both the dot product and the  cross product are widely used in in the study of optics, mechanics, electromagnetism, and gravitational fields, for example.


=== Definition ===
=== Definition ===
Given two vectors, <b>A</b> = (A<sub>1</sub> , ... , A<sub>n</sub>) and <b>B</b> = (B<sub>1</sub> , ... , B<sub>n</sub>) in <math>\mathbb{R}^n</math> with <math>1\leq n \leq 3</math>, the dot product is defined as the product of the magnitude of <b>A</b>, the magnitude of <b>B</b> and the cosine of the smaller angle between them.
Given two vectors, <b>A</b> = (A<sub>1</sub>, ... ,A<sub>n</sub>) and <b>B</b> = (B<sub>1</sub>, ... ,B<sub>n</sub>) in <math>\mathbb{R}^n</math> with <math>1\leq n \leq 3</math>, the dot product is defined as the product of the magnitude of <b>A</b>, the magnitude of <b>B</b> and the cosine of the smaller angle between them.


<b>A</b> • <b>B</b> = |<b>A</b>||<b>B</b>|cosθ<sub>AB</sub>
<b>A</b> • <b>B</b> = |<b>A</b>||<b>B</b>|cosθ<sub>AB</sub>


In cartesian coordinates of dimension ''n>3'' it has to be defined in a different way because it no longer possible to visualize an "angle" between two vectors. In fact, in this case it is the inner product which is defined directly while the notion of an angle is ''derived'' from this definition. For ''n>3'', the dot product between <b>A</b> and <b>B</b> is defined as:
In cartesian coordinates of dimension ''n>3'' it has to be defined in a different way because it is no longer possible to visualize an "angle" between two vectors and there is no "natural" definition for it. In fact, in this case the contrary is true: it is the inner product which is defined directly while the notion of an angle is ''derived'' from this definition. For ''n>3'', the dot product between <b>A</b> and <b>B</b> is defined as:


<b>A</b> • <b>B</b> = A<sub>1</sub>B<sub>1</sub> + A<sub>2</sub>B<sub>2</sub> + ... + A<sub>n</sub>B<sub>n</sub>  
<b>A</b> • <b>B</b> = A<sub>1</sub>B<sub>1</sub> + A<sub>2</sub>B<sub>2</sub> + ... + A<sub>n</sub>B<sub>n</sub>  


and the angle θ<sub>AB</sub> between <b>A</b> and <b>B</b> is then defined as
and the cosine of the angle θ<sub>AB</sub> between <b>A</b> and <b>B</b> is then defined as


<math>\theta_{AB}=\frac{\mathbf A \cdot \mathbf B}{|\mathbf A||\mathbf B|},</math>  
<math>\cos \theta_{AB}=\frac{\mathbf A \cdot \mathbf B}{|\mathbf A||\mathbf B|},</math>  


where <math>|\mathbf A|=(\mathbf A \cdot \mathbf A)^{1/2}</math> and <math>|\mathbf B|=(\mathbf B \cdot \mathbf B)^{1/2}</math> are, respectively, the magnitudes of <b>A</b> and <b>B</b>.  
where <math>|\mathbf A|=(\mathbf A \cdot \mathbf A)^{1/2}</math> and <math>|\mathbf B|=(\mathbf B \cdot \mathbf B)^{1/2}</math> are, respectively, the magnitudes of <b>A</b> and <b>B</b>.  


The dot product is a scalar, not another vector (unlike the [[cross product]] in <math>\mathbb{R}^3</math>), and it obeys the following laws:
#<b>A</b> • <b>B</b> = <b>B</b> • <b>A</b> (commutativity or symmetry)
#(<b>A</b><sub>1</sub> + <b>A</b><sub>2</sub>) • <b>B</b> = <b>A</b><sub>1</sub> • <b>B</b> + <b>A</b><sub>2</sub> • <b>B</b> (distributivity)   
#(c<b>A</b>) • <b>B</b>= <b>A</b> • (c<b>B</b>)=c(<b>A</b> • <b>B</b>) for any real number c 


The dot product is a scalar, not another vector (unlike the cross product in <math>\mathbb{R}^3</math>), and it obeys the commutative law such that
The first and second laws also imply that <b>A</b> • (<b>B</b><sub>1</sub> + <b>B</b><sub>2</sub>) = <b>A</b> • <b>B</b><sub>1</sub> + <b>A</b> • <b>B</b><sub>2</sub>


<b>A</b> • <b>B</b> = <b>B</b> • <b>A</b>
Two vectors with zero dot product are said to be ''orthogonal'' to each other.


=== Use in calculating [[Work]] ===
=== Use in calculating [[work]] in physics ===


In mechanics, when a  constant force <b>F</b> is applied over a straight displacement <b>L</b>, the work performed  is FL cosθ<sub>FL</sub>, more compactly written as the dot product below.  Note in the special case the force and displacement are parallel, work = force <math>\times</math> distance.
In mechanics, when a  constant force <b>F</b> is applied over a straight displacement <b>L</b>, the work performed  is FL cosθ<sub>FL</sub>, more compactly written as the dot product below.  Note in the special case the force and displacement are parallel, work = force <math>\times</math> distance.
Line 28: Line 33:


Work = <math>\int</math><b>F</b> • <b><math>d</math>L</b> (non-linear motion)
Work = <math>\int</math><b>F</b> • <b><math>d</math>L</b> (non-linear motion)
=== Circular cylindrical coordinates ===
=== Spherical coordinates ===

Latest revision as of 12:41, 14 February 2011

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

The dot product, or scalar product, is a type of vector multiplication in the Euclidean spaces, and is widely used in many areas of mathematics and physics. In there is another type of multiplication called the cross product ( or vector product), but it is only defined and makes sense in general for this particular vector space. Both the dot product and the cross product are widely used in in the study of optics, mechanics, electromagnetism, and gravitational fields, for example.

Definition

Given two vectors, A = (A1, ... ,An) and B = (B1, ... ,Bn) in with , the dot product is defined as the product of the magnitude of A, the magnitude of B and the cosine of the smaller angle between them.

AB = |A||B|cosθAB

In cartesian coordinates of dimension n>3 it has to be defined in a different way because it is no longer possible to visualize an "angle" between two vectors and there is no "natural" definition for it. In fact, in this case the contrary is true: it is the inner product which is defined directly while the notion of an angle is derived from this definition. For n>3, the dot product between A and B is defined as:

AB = A1B1 + A2B2 + ... + AnBn

and the cosine of the angle θAB between A and B is then defined as

where and are, respectively, the magnitudes of A and B.

The dot product is a scalar, not another vector (unlike the cross product in ), and it obeys the following laws:

  1. AB = BA (commutativity or symmetry)
  2. (A1 + A2) • B = A1B + A2B (distributivity)
  3. (cA) • B= A • (cB)=c(AB) for any real number c

The first and second laws also imply that A • (B1 + B2) = AB1 + AB2

Two vectors with zero dot product are said to be orthogonal to each other.

Use in calculating work in physics

In mechanics, when a constant force F is applied over a straight displacement L, the work performed is FL cosθFL, more compactly written as the dot product below. Note in the special case the force and displacement are parallel, work = force distance.

Work = FL (linear motion)

Work = FL (non-linear motion)