Difference between revisions of "Vector"
(→Dot (Scalar) Product) |
Redbluegreen (talk | contribs) (→Exercise) |
||
(16 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
The word '''vector''' has many different definitions, depending on who is defining it and in what context. Physicists will often refer to a vector as "a quantity with a direction and magnitude." For Euclidean geometers, a vector is essentially a directed line segment. In many situations, a vector is best considered as an n-tuple of numbers (often real or complex). Most generally, but also most abstractly, a vector is any object which is an element of a given vector space. | The word '''vector''' has many different definitions, depending on who is defining it and in what context. Physicists will often refer to a vector as "a quantity with a direction and magnitude." For Euclidean geometers, a vector is essentially a directed line segment. In many situations, a vector is best considered as an n-tuple of numbers (often real or complex). Most generally, but also most abstractly, a vector is any object which is an element of a given vector space. | ||
− | A vector is usually graphically represented as an arrow. Vectors can be uniquely described in many ways. The two most common is (for 2-dimensional vectors) by describing it with its length (or magnitude) and the angle it makes with some fixed line (usually the x-axis) or by describing it as an arrow beginning at the origin and ending at the | + | A vector is usually graphically represented as an arrow. Vectors can be uniquely described in many ways. The two most common is (for 2-dimensional vectors) by describing it with its length (or magnitude) and the angle it makes with some fixed line (usually the x-axis) or by describing it as an arrow beginning at the origin and ending at the point <math>(x,y)</math>. An <math>n</math>-dimensional vector can be described in this coordinate form as an ordered <math>n</math>-tuple of numbers within angle brackets or parentheses, <math>(x\,\,y\,\,z\,\,...)</math>. The set of vectors over a [[field]] is called a [[vector space]]. |
== Description == | == Description == | ||
Line 37: | Line 37: | ||
== Vector Operations == | == Vector Operations == | ||
===Dot (Scalar) Product=== | ===Dot (Scalar) Product=== | ||
− | Consider two vectors <math>\bold{ | + | Consider two vectors <math>\bold{a}=\langle a_1,a_2,\ldots,a_n\rangle</math> and <math>\bold{b}=\langle b_1, b_2,\ldots,b_n\rangle</math> in <math>\mathbb{R}^n</math>. The dot product is defined as <math>\bold{a}\cdot\bold{b}=\bold{b}\cdot\bold{a}=|\bold{a}| |\bold{b}|\cos\theta=a_1b_1+a_2b_2+\cdots+a_nb_n</math>, where <math>\theta</math> is the angle formed by the two vectors. This also yields the geometric interpretation of the dot product: from basic right triangle trigonometry, it follows that the dot product is equal to the length of the [[projection]] (i.e. the distance from the origin to the foot of the head of <math>\bold{a}</math> to <math>\bold{b}</math>) of <math>\bold{a}</math> onto <math>\bold{b}</math> times the length of <math>\bold{b}</math>. Note that the dot product is <math>0</math> if and only if the two vectors are perpendicular. |
===Cross (Vector) Product=== | ===Cross (Vector) Product=== | ||
− | The cross product between two vectors <math>\bold{a}</math> and <math>\bold{b}</math> in <math>\mathbb{R}^3</math> is defined as the vector whose length is equal to the area of the parallelogram spanned by <math>\bold{a}</math> and <math>\bold{b}</math> and whose direction is in accordance with the [[right-hand rule]]. | + | The cross product between two vectors <math>\bold{a}</math> and <math>\bold{b}</math> in <math>\mathbb{R}^3</math> (extensions to other dimensions are mentioned below) is defined as the vector whose length is equal to the area of the parallelogram spanned by <math>\bold{a}</math> and <math>\bold{b}</math> and whose direction is in accordance with the [[right-hand rule]]. Because of this, <math>|\bold{a}\times\bold{b}|=|\bold{a}| |\bold{b}|\sin\theta</math>, where <math>\theta</math> is the angle formed by the two vectors, and from the [[right-hand rule]] condition, <math>\bold{a}\times\bold{b}=-\bold{b}\times\bold{a}</math>. Also, <math>\sin^2\theta+\cos^2\theta=1</math> gives that <math>|\bold{a}|^2|\bold{b}|^2=|\bold{a}\cdot\bold{b}|^2+|\bold{a}\times\bold{b}|^2</math>. |
− | If <math>\ | + | If <math>\bold{a}=\langle a_1,a_2,a_3\rangle</math> and <math>\bold{b}=\langle b_1,b_2,b_3\rangle</math>, then the cross product of <math>\bold{a}</math> and <math>\bold{b}</math> is given by |
− | <center><math>\ | + | <center><math>\bold{a}\times\bold{b}=\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3\end{vmatrix}.</math></center> |
− | where <math>\hat{i},\hat{j},\hat{k}</math> are [[unit vector]]s along the | + | where <math>\hat{i},\hat{j},\hat{k}</math> are [[unit vector]]s along the coordinate axes, or equivalently, <math>\bold{a}\times\bold{b}=\langle a_2b_3-a_3b_2,a_3b_1-a_1b_3,a_1b_2-a_2b_1\rangle</math>. Also, <math>\bold{a}\times\bold{a}=\bold{0}</math> Through the use of ''bivectors'' (mentioned below), the cross product can be extended to any dimension. |
===Triple Scalar Product=== | ===Triple Scalar Product=== | ||
− | The triple scalar product of three vectors <math>\bold{a,b,c}</math> is defined as <math>(\bold{a}\times\bold{b})\cdot \bold{c}</math>. Geometrically, the triple scalar product gives the signed | + | The triple scalar product of three vectors <math>\bold{a,b,c}</math> is defined as <math>(\bold{a}\times\bold{b})\cdot \bold{c}</math>. Geometrically, the triple scalar product gives the signed volume of the [[parallelepiped]] determined by <math>\bold{a,b}</math> and <math>\bold{c}</math>. It follows that |
<center><math>(\bold{a}\times\bold{b})\cdot \bold{c} = (\bold{c}\times\bold{a})\cdot \bold{b} = (\bold{b}\times\bold{c})\cdot \bold{a}.</math></center> | <center><math>(\bold{a}\times\bold{b})\cdot \bold{c} = (\bold{c}\times\bold{a})\cdot \bold{b} = (\bold{b}\times\bold{c})\cdot \bold{a}.</math></center> | ||
Line 54: | Line 54: | ||
<center><math>(\bold{a}\times\bold{b})\cdot \bold{c} = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}.</math></center> | <center><math>(\bold{a}\times\bold{b})\cdot \bold{c} = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}.</math></center> | ||
+ | |||
+ | Using the wedge product (mentioned below), the triple scalar product is <math>||a\wedge b \wedge c||</math>, or the magnitude of the ''trivector'' formed by vectors <math>a, b, c</math>. | ||
===Triple Vector Product=== | ===Triple Vector Product=== | ||
+ | The vector triple product of <math>\bold{a},\bold{b},\bold{c}</math> is defined as the cross product of one vector, so that <math>\bold{a}\times(\bold{b}\times\bold{c})=\bold{b}(\bold{a}\cdot\bold{c})-\bold{c}(\bold{a}\cdot\bold{b})</math>, which can be remembered by the mnemonic "BAC-CAB" (this relationship between the cross product and dot product is called the triple product expansion, or Lagrange's formula). | ||
+ | |||
+ | ==Bivectors== | ||
+ | Sometimes when working with vectors (especially the cross-product) it can be hard to understand what is happening. For example, imagine describing a wheel on a car ''rotating'' with a vector. The resulting vector does not describe the rotation happening intuitively. This is where bivectors can help. | ||
+ | |||
+ | Just like vectors are oriented lines, bivectors are oriented ''areas''. Consider two vectors <math>u</math> and <math>v</math>. The bivector formed by these vectors (denoted <math>u\wedge v</math>) represents the parallelogram formed by <math>u</math> and <math>v</math>. Thus, the magnitude <math>||u \wedge b||</math> represents the area formed by this parallelogram. | ||
+ | |||
+ | |||
+ | Calculating the bivector requires only three properties. First, the bivector <math>u \wedge u = 0</math> since there is no way to form a parallelogram. Second the bivector <math> u \wedge v = - v \wedge u</math>. Finally, the wedge product (<math>\wedge </math> operation) is distributed. | ||
+ | |||
+ | |||
+ | For 2D vectors <math>u</math> and <math>v</math>, the resulting bivector is | ||
+ | \begin{align} | ||
+ | u \wedge v &= (u_1 e_1 + u_2 e_2)\wedge (v_1 e_1 + v_2 e_2) \\ | ||
+ | &= u_1 e_1\wedge (v_1 e_1 + v_2 e_2) + u_2 e_2\wedge (v_1 e_1 + v_2 e_2) \\ | ||
+ | &= u_1 e_1\wedge v_1 e_1 + u_1 e_1\wedge v_2 e_2 + u_2 e_2\wedge v_1 e_1 + u_2 e_2\wedge v_2 e_2 \\ | ||
+ | &= u_1 v_2 e_1\wedge e_2 - u_2 v_1 e_1\wedge e_2 \\ | ||
+ | &= (u_1 v_2 - u_2 v_1)e_1\wedge e_2 \\ | ||
+ | \end{align} | ||
+ | where <math>e_1\wedge e_2</math> represents the bivector for a unit square. This result is the same as calculating the determinate! Thus bivectors can help to calculate determinates. | ||
+ | |||
+ | Now consider 3D vectors <math>u</math> and <math>v</math>. The resulting bivector becomes | ||
+ | \begin{align} | ||
+ | u \wedge v &= (u_1 e_1 + u_2 e_2 + u_3 e_3)\wedge (v_1 e_1 + v_2 e_2 + u_3 e_3) \\ | ||
+ | &= u_1 e_1\wedge (v_1 e_1 + v_2 e_2 + v_3 e_3) + u_2 e_2\wedge (v_1 e_1 + v_2 e_2 + v_3 e_3) +u_3 e_3\wedge (v_1 e_1 + v_2 e_2 + v_3 e_3) \\ | ||
+ | &= u_1 e_1\wedge v_1 e_1 + u_1 e_1\wedge v_2 e_2 + u_1 e_1\wedge v_3 e_3 + \\ | ||
+ | & \: \: \: u_2 e_2\wedge v_1 e_1 + u_2 e_2\wedge v_2 e_2 + u_2 e_2\wedge v_3 e_3 + \\ | ||
+ | & \: \: \: u_3 e_3\wedge v_1 e_1 + u_3 e_3\wedge v_2 e_2 + u_3 e_3\wedge v_3 e_3 \\ | ||
+ | &= u_1 e_1\wedge v_2 e_2 + u_1 e_1\wedge v_3 e_3 + u_2 e_2\wedge v_1 e_1 + u_2 e_2\wedge v_3 e_3 + u_3 e_3\wedge v_1 e_1 + u_3 e_3\wedge v_2 e_2 \\ | ||
+ | &= u_1v_2 e_1\wedge e_2 - u_1 v_3 e_3\wedge e_1 - u_2 v_1 e_1\wedge e_2 + u_2 v_3 e_2\wedge e_3 + u_3v_1 e_3\wedge e_1 - u_3v_2 e_2\wedge e_3 \\ | ||
+ | &=(u_2 v_3 - u_3v_2) e_2\wedge e_3 +(u_3 v_1 e_3 - u_1 v_3) e_3\wedge e_1 + (u_1v_2 - u_2 v_1) e_1\wedge e_2 \\ | ||
+ | \end{align} | ||
+ | which is the same as the cross product <math>u\times v</math>! Thus, instead of using determinates to calculate the cross-product as above, it is possible to use bivectors instead. | ||
+ | ===Higher (and Lower) Dimension Cross Products === | ||
+ | Through the use of the bivector, it is possible to extend the definition of the cross-product to higher dimensions. All that is needed is to have vectors <math>u,v</math> in ''any'' dimension, then just calculate <math>u \wedge v</math>. Thus the two dimensional cross product is (calculated above) <math>(u_1v_2-v_1u_2)e_1\wedge e_2</math>. | ||
== See Also == | == See Also == | ||
Line 64: | Line 101: | ||
== Discussion == | == Discussion == | ||
*[http://www.artofproblemsolving.com/Forum/viewtopic.php?t=89911\ This is a thread about what vectors are.] | *[http://www.artofproblemsolving.com/Forum/viewtopic.php?t=89911\ This is a thread about what vectors are.] | ||
+ | |||
+ | [[Category:Algebra]] | ||
+ | [[Category:Linear algebra]] | ||
+ | [[Category:Definition]] |
Latest revision as of 18:01, 29 August 2024
The word vector has many different definitions, depending on who is defining it and in what context. Physicists will often refer to a vector as "a quantity with a direction and magnitude." For Euclidean geometers, a vector is essentially a directed line segment. In many situations, a vector is best considered as an n-tuple of numbers (often real or complex). Most generally, but also most abstractly, a vector is any object which is an element of a given vector space.
A vector is usually graphically represented as an arrow. Vectors can be uniquely described in many ways. The two most common is (for 2-dimensional vectors) by describing it with its length (or magnitude) and the angle it makes with some fixed line (usually the x-axis) or by describing it as an arrow beginning at the origin and ending at the point . An -dimensional vector can be described in this coordinate form as an ordered -tuple of numbers within angle brackets or parentheses, . The set of vectors over a field is called a vector space.
Contents
Description
Every vector has a starting point and an endpoint . Since the only thing that distinguishes one vector from another is its magnitude or length, and direction, vectors can be freely translated about a plane without changing. Hence, it is convenient to consider a vector as originating from the origin. This way, two vectors can be compared by only looking at their endpoints. This is why we only require values for an dimensional vector written in the form . The magnitude of a vector, denoted , is found simply by using the distance formula.
Addition of Vectors
For vectors and , with angle formed by them, .
|
Addition of vectors |
From this it is simple to derive that for a real number , is the vector with magnitude multiplied by . Negative corresponds to opposite directions.
Properties of Vectors
Since a vector space is defined over a field , it is logically inherent that vectors have the same properties as those elements in a field.
For any vectors , , , and real numbers ,
- (Commutative in +)
- (Associative in +)
- There exists the zero vector such that (Additive identity)
- For each , there is a vector such that (Additive inverse)
- (Unit scalar identity)
- (Associative in scalar)
- (Distributive on vectors)
- (Distributive on scalars)
Vector Operations
Dot (Scalar) Product
Consider two vectors and in . The dot product is defined as , where is the angle formed by the two vectors. This also yields the geometric interpretation of the dot product: from basic right triangle trigonometry, it follows that the dot product is equal to the length of the projection (i.e. the distance from the origin to the foot of the head of to ) of onto times the length of . Note that the dot product is if and only if the two vectors are perpendicular.
Cross (Vector) Product
The cross product between two vectors and in (extensions to other dimensions are mentioned below) is defined as the vector whose length is equal to the area of the parallelogram spanned by and and whose direction is in accordance with the right-hand rule. Because of this, , where is the angle formed by the two vectors, and from the right-hand rule condition, . Also, gives that .
If and , then the cross product of and is given by
where are unit vectors along the coordinate axes, or equivalently, . Also, Through the use of bivectors (mentioned below), the cross product can be extended to any dimension.
Triple Scalar Product
The triple scalar product of three vectors is defined as . Geometrically, the triple scalar product gives the signed volume of the parallelepiped determined by and . It follows that
It can also be shown that
Using the wedge product (mentioned below), the triple scalar product is , or the magnitude of the trivector formed by vectors .
Triple Vector Product
The vector triple product of is defined as the cross product of one vector, so that , which can be remembered by the mnemonic "BAC-CAB" (this relationship between the cross product and dot product is called the triple product expansion, or Lagrange's formula).
Bivectors
Sometimes when working with vectors (especially the cross-product) it can be hard to understand what is happening. For example, imagine describing a wheel on a car rotating with a vector. The resulting vector does not describe the rotation happening intuitively. This is where bivectors can help.
Just like vectors are oriented lines, bivectors are oriented areas. Consider two vectors and . The bivector formed by these vectors (denoted ) represents the parallelogram formed by and . Thus, the magnitude represents the area formed by this parallelogram.
Calculating the bivector requires only three properties. First, the bivector since there is no way to form a parallelogram. Second the bivector . Finally, the wedge product ( operation) is distributed.
For 2D vectors and , the resulting bivector is
\begin{align}
u \wedge v &= (u_1 e_1 + u_2 e_2)\wedge (v_1 e_1 + v_2 e_2) \\
&= u_1 e_1\wedge (v_1 e_1 + v_2 e_2) + u_2 e_2\wedge (v_1 e_1 + v_2 e_2) \\
&= u_1 e_1\wedge v_1 e_1 + u_1 e_1\wedge v_2 e_2 + u_2 e_2\wedge v_1 e_1 + u_2 e_2\wedge v_2 e_2 \\
&= u_1 v_2 e_1\wedge e_2 - u_2 v_1 e_1\wedge e_2 \\
&= (u_1 v_2 - u_2 v_1)e_1\wedge e_2 \\
\end{align}
where represents the bivector for a unit square. This result is the same as calculating the determinate! Thus bivectors can help to calculate determinates.
Now consider 3D vectors and . The resulting bivector becomes \begin{align} u \wedge v &= (u_1 e_1 + u_2 e_2 + u_3 e_3)\wedge (v_1 e_1 + v_2 e_2 + u_3 e_3) \\ &= u_1 e_1\wedge (v_1 e_1 + v_2 e_2 + v_3 e_3) + u_2 e_2\wedge (v_1 e_1 + v_2 e_2 + v_3 e_3) +u_3 e_3\wedge (v_1 e_1 + v_2 e_2 + v_3 e_3) \\ &= u_1 e_1\wedge v_1 e_1 + u_1 e_1\wedge v_2 e_2 + u_1 e_1\wedge v_3 e_3 + \\ & \: \: \: u_2 e_2\wedge v_1 e_1 + u_2 e_2\wedge v_2 e_2 + u_2 e_2\wedge v_3 e_3 + \\ & \: \: \: u_3 e_3\wedge v_1 e_1 + u_3 e_3\wedge v_2 e_2 + u_3 e_3\wedge v_3 e_3 \\ &= u_1 e_1\wedge v_2 e_2 + u_1 e_1\wedge v_3 e_3 + u_2 e_2\wedge v_1 e_1 + u_2 e_2\wedge v_3 e_3 + u_3 e_3\wedge v_1 e_1 + u_3 e_3\wedge v_2 e_2 \\ &= u_1v_2 e_1\wedge e_2 - u_1 v_3 e_3\wedge e_1 - u_2 v_1 e_1\wedge e_2 + u_2 v_3 e_2\wedge e_3 + u_3v_1 e_3\wedge e_1 - u_3v_2 e_2\wedge e_3 \\ &=(u_2 v_3 - u_3v_2) e_2\wedge e_3 +(u_3 v_1 e_3 - u_1 v_3) e_3\wedge e_1 + (u_1v_2 - u_2 v_1) e_1\wedge e_2 \\ \end{align} which is the same as the cross product ! Thus, instead of using determinates to calculate the cross-product as above, it is possible to use bivectors instead.
Higher (and Lower) Dimension Cross Products
Through the use of the bivector, it is possible to extend the definition of the cross-product to higher dimensions. All that is needed is to have vectors in any dimension, then just calculate . Thus the two dimensional cross product is (calculated above) .