Calculus/Vectors

From Wikibooks, open books for an open world
Jump to navigation Jump to search
← Multivariable and differential calculus Calculus Lines and Planes in Space →
Vectors

Two-Dimensional Vectors[edit | edit source]

Introduction[edit | edit source]

In most mathematics courses up until this point, we deal with scalars. These are quantities which only need one number to express. For instance, the amount of gasoline used to drive to the grocery store is a scalar quantity because it only needs one number: 2 gallons.

In this unit, we deal with vectors. A vector is a directed line segment -- that is, a line segment that points one direction or the other. As such, it has an initial point and a terminal point. The vector starts at the initial point and ends at the terminal point, and the vector points towards the terminal point. A vector is drawn as a line segment with an arrow at the terminal point:

A single vector without coordinate axes.
A single vector without coordinate axes.


The same vector can be placed anywhere on the coordinate plane and still be the same vector -- the only two bits of information a vector represents are the magnitude and the direction. The magnitude is simply the length of the vector, and the direction is the angle at which it points. Since neither of these specify a starting or ending location, the same vector can be placed anywhere. To illustrate, all of the line segments below can be defined as the vector with magnitude and angle 45 degrees:

Multiple locations for the same vector.
Multiple locations for the same vector.

It is customary, however, to place the vector with the initial point at the origin as indicated by the black vector. This is called the standard position.

Component Form[edit | edit source]

In standard practice, we don't express vectors by listing the length and the direction. We instead use component form, which lists the height (rise) and width (run) of the vectors. It is written as follows:

Vector with rise and run measurements.

Other ways of denoting a vector in component form include:

and

From the diagram we can now see the benefits of the standard position: the two numbers for the terminal point's coordinates are the same numbers for the vector's rise and run. Note that we named this vector . Just as you can assign numbers to variables in algebra (usually ), you can assign vectors to variables in calculus. The letters are usually used, and either boldface or an arrow over the letter is used to identify it as a vector.

When expressing a vector in component form, it is no longer obvious what the magnitude and direction are. Therefore, we have to perform some calculations to find the magnitude and direction.

Magnitude[edit | edit source]

where is the width, or run, of the vector; is the height, or rise, of the vector. You should recognize this formula as the Pythagorean theorem. It is -- the magnitude is the distance between the initial point and the terminal point.

The magnitude of a vector can also be called the norm.

Direction[edit | edit source]

Vector triangle with ux and uy labeled.

where is the counter-clockwise angle made by the vector with the positive -axis. This formula is simply the tangent formula for right triangles.

Vector Operations[edit | edit source]

For these definitions, assume:

Vector Addition[edit | edit source]

Vector Addition is often called tip-to-tail addition, because this makes it easier to remember.

The sum of the vectors you are adding is called the resultant vector, and is the vector drawn from the initial point (tip) of the first vector to the terminal point (tail) of the second vector. Although they look like the arrows, the pointy bit is the tail, not the tip. (Imagine you were walking the direction the vector was pointing... you would start at the flat end (tip) and walk toward the pointy end.)

It looks like this:

Tip-to-tail addition

(Notice, the black lined vector is the sum of the two dotted line vectors!)


Numerically:

Or more generally:

Scalar Multiplication[edit | edit source]

Graphically, multiplying a vector by a scalar changes only the magnitude of the vector by that same scalar. That is, multiplying a vector by 2 will "stretch" the vector to twice its original magnitude, keeping the direction the same.

Multiplication of a vector with a scalar

Numerically, you calculate the resultant vector with this formula:

, where is a constant scalar.

As previously stated, the magnitude is changed by the same constant:

Since multiplying a vector by a constant results in a vector in the same direction, we can reason that two vectors are parallel if one is a constant multiple of the other -- that is, that if for some constant .

We can also divide by a non-zero scalar by instead multiplying by the reciprocal, as with dividing regular numbers:

Linear Functions[edit | edit source]

A depiction of the property of linearity with respect to a function applied to 2D vectors. In this figure, it is apparent that .

Given a function that accepts a vector as input and returns a vector or scalar as the output, function is considered to be "linear" if the following holds:

  1. For any vectors and , it is the case that .
  2. For any vector and scalar , it is the case that .

More generally, when given a function that has multiple vector valued parameters , function is a "multi-linear" function if is linear with respect to each parameter while holding all other parameters constant:

For each and vectors :

  1. For any vector from the same vector space as , it is the case that
  2. For any scalar , it is the case that

If , then is "bilinear". Bilinear functions include the dot product and the cross product.

Dot Product[edit | edit source]

The dot product is a way of multiplying two vectors to produce a scalar value. Because it combines the components of two vectors to form a /scalar/, it is sometimes called a scalar product. If you were asked to take the 'dot product of two rectangular vectors' you would do the following:

It is very important to note that the dot product of two vectors does not result in another vector, it gives you a scalar, just a numerical value.

Another common pitfall may arise if your vectors are not in rectangular ('cartesian') format. Sometimes, vectors are instead expressed in polar coordinates, where the first component is the vector's magnitude (length) and the second is the angle from the -axis at which the vector should be oriented. Dot products cannot be performed using the conventional method on these sorts of vectors; vectors in polar format must be converted to their equivalent rectangular form before you can work with them using the formula given above. A common way to convert to rectangular coordinates is to imagine that the vector was projected horizontally and vertically to form a right triangle. You could then use properties of sin and cos to find the length of the two legs the right triangle. The horizontal length would then be the x-component of the rectangular expression of the vector and the vertical length would be the y-component. Remember that if the vector is pointing down or to the left, the corresponding components would have to be negative to indicate that.

With some rearrangement and trigonometric manipulation, we can see that the number that results from the dot product of two vectors is a surprising and useful identity:

where is the angle between the two vectors.

Calculating bond angles of a symmetrical tetrahedral molecule such as methane using a dot product

This provides a convenient way of finding the angle between two vectors:

Notice that the dot product is 'commutative', that is:

Also, the dot product of two vectors will be the length of the vector squared:

and by the Pythagorean theorem,

The dot product can be visualized as the length of a projection of one vector on to the other. In other words, the dot product asks 'how much magnitude of this vector is going in the direction of that vector?'

Deriving the Dot Product[edit | edit source]

Start with the following definition for the dot product: where is the angle between and .

The formula can be derived from the above definition through various approaches:

The triangle .

Approach #1

One of the more direct approaches is to use the law of cosines. Create a triangle with vertices , , and . The displacement , the displacement , and the displacement . The angle .

The lengths of the sides of the triangle are , and , and . Applying the law of cosines gives:

Therefore .

Approach #2

A more intuitive derivation of uses the fact that the dot product is a bilinear operator. To establish that the dot product is a bilinear operator, the following must be established:

  1. Holding constant, the dot product must be linear with respect to .
  2. Holding constant, the dot product must be linear with respect to .

Since it is readily apparent from the definition that , linearity with respect to implies linearity with respect to . It is hence only necessary to establish that the dot product is linear with respect to to establish bilinearity.

The orthogonal projection of onto .

where is the "orthogonal projection" of vector onto a line whose direction is the direction of . is the component of that is parallel to . By drawing similar triangles, one observes that is linear with respect to while is held constant. The dot product is linear with respect to , and therefore the dot product is a bilinear operator.

The bilinearity of the dot product now enables the derivation:

Therefore .

Applications of Scalar Multiplication and Dot Product[edit | edit source]

Unit Vectors[edit | edit source]

A unit vector is a vector with a magnitude of 1. The unit vector of u is a vector in the same direction as , but with a magnitude of 1:

Unit vector
Unit vector


The process of finding the unit vector of is called normalization. As mentioned in scalar multiplication, multiplying a vector by constant will result in the magnitude being multiplied by . We know how to calculate the magnitude of . We know that dividing a vector by a constant will divide the magnitude by that constant. Therefore, if that constant is the magnitude, dividing the vector by the magnitude will result in a unit vector in the same direction as  :

, where is the unit vector of

Standard Unit Vectors[edit | edit source]

A special case of Unit Vectors are the Standard Unit Vectors  : points one unit directly right in the direction, and points one unit directly up in the direction:

Using the scalar multiplication and vector addition rules, we can then express vectors in a different way:

If we work that equation out, it makes sense. Multiplying by will result in the vector . Multiplying by will result in the vector . Adding these two together will give us our original vector, . Expressing vectors using is called standard form.

Projection and Decomposition of Vectors[edit | edit source]

Sometimes it is necessary to decompose a vector into two components: one component parallel to a vector , which we will call  ; and one component perpendicular to it, .

Projection of a vector

Since the length of is , it is straightforward to write down the formulas for and  :

and

Length of a vector[edit | edit source]

The length of a vector is given by the dot product of a vector with itself, and :

Perpendicular vectors[edit | edit source]

If the angle between two vectors is 90 degrees or (if the two vectors are orthogonal to each other), that is the vectors are perpendicular, then the dot product is 0. This provides us with an easy way to find a perpendicular vector: if you have a vector , a perpendicular vector can easily be found by either

Polar coordinates[edit | edit source]

Polar coordinates are an alternative two-dimensional coordinate system, which is often useful when rotations are important. Instead of specifying the position along the and axes, we specify the distance from the origin, , and the direction, an angle .

Polar coordinates

Looking at this diagram, we can see that the values of are related to those of and by the equations

Because tan-1 is multivalued, care must be taken to select the right value.

Just as for Cartesian coordinates the unit vectors that point in the and directions are special, so in polar coordinates the unit vectors that point in the and directions are also special.

We will call these vectors and , pronounced r-hat and theta-hat. Putting a circumflex over a vector this way is often used to mean the unit vector in that direction.

Again, on looking at the diagram we see,

Three-Dimensional Coordinates and Vectors[edit | edit source]

Basic definition[edit | edit source]

Two-dimensional Cartesian coordinates as we've discussed so far can be easily extended to three-dimensions by adding one more value: . If the standard coordinate axes are drawn on a sheet of paper, the -axis would extend upwards off of the paper.

3D coordinate axes.
3D coordinate axes.

Similar to the two coordinate axes in two-dimensional coordinates, there are three coordinate planes in space. These are the -plane, the -plane, and the -plane. Each plane is the "sheet of paper" that contains both axes the name mentions. For instance, the -plane contains both the and axes and is perpendicular to the -axis.

Coordinate planes in space.
Coordinate planes in space.

Therefore, vectors can be extended to three dimensions by simply adding the value.

To facilitate standard form notation, we add another standard unit vector:

Again, both forms (component and standard) are equivalent.

Magnitude: Magnitude in three dimensions is the same as in two dimensions, with the addition of a term in the radicand.

Three dimensions[edit | edit source]

The polar coordinate system is extended into three dimensions with two different coordinate systems, the cylindrical and spherical coordinate systems, both of which include two-dimensional or planar polar coordinates as a subset. In essence, the cylindrical coordinate system extends polar coordinates by adding an additional distance coordinate, while the spherical system instead adds an additional angular coordinate.

A point plotted with cylindrical coordinates.

Cylindrical coordinates[edit | edit source]

The cylindrical coordinate system is a coordinate system that essentially extends the two-dimensional polar coordinate system by adding a third coordinate measuring the height of a point above the plane, similar to the way in which the Cartesian coordinate system is extended into three dimensions. The third coordinate is usually denoted (or simply , i.e., same notation as Cartesian coordinate system), making the three cylindrical coordinates (or ).

The three cylindrical coordinates can be converted to Cartesian coordinates by

Spherical coordinates[edit | edit source]

A point plotted using spherical coordinates

Polar coordinates can also be extended into three dimensions using the coordinates (or ), where is the distance from the origin, (or ) is the angle from the -axis (called the colatitude or zenith and measured from 0 to 180°) and is the angle from the -axis (as in the polar coordinates). This coordinate system, called the spherical coordinate system, is similar to the latitude and longitude system used for Earth, with the origin in the centre of Earth, the latitude being the complement of , determined by , and the longitude being measured by .

The three spherical coordinates are converted to Cartesian coordinates by

Cross Product[edit | edit source]

The cross product of two vectors is a determinant:

and is also a pseudovector.

The cross product of two vectors is orthogonal to both vectors. The magnitude of the cross product is the product of the magnitude of the vectors and the sin of the angle between them.

This magnitude is the area of the parallelogram defined by the two vectors.

The cross product is linear and anticommutative. For any numbers ,

If both vectors point in the same direction, their cross product is 0.

Deriving the Cross Product[edit | edit source]

A depiction of the cross product of vectors and .

Start with the following definition for the cross product: . Vector is a unit length vector that is perpendicular to both and and oriented according to the "right hand rule". Angle is the counterclockwise angle from to within the plane that is orthogonal to .

The formula can be derived by exploiting the bilinearity of the cross product. To establish the cross product as a bilinear operator, the following must be established:

  1. Holding constant, the cross product must be linear with respect to .
  2. Holding constant, the cross product must be linear with respect to .

From the definition , the anticommutative property of the cross product can be inferred: (vector reverses direction when and are swapped). This means that linearity with respect to implies linearity with respect to . It is hence only necessary to establish that the cross product is linear with respect to to establish bilinearity.

The perpendicular component of relative to the line .

where:

  • is the component of that is perpendicular to a line whose direction is the direction of . where vector is a unit length vector that is parallel to .
  • is a 90 degree counterclockwise rotation of around . Note that .

It can easily be observed that is linear with respect to with held constant, and that is linear with respect to with held constant. The cross product is linear with respect to , and therefore the cross product is a bilinear operator.

The bilinearity of the cross product now enables the derivation:

Therefore .

Triple Products[edit | edit source]

If we have three vectors we can combine them in two ways, a triple scalar product,

and a triple vector product

The triple scalar product is a determinant

If the three vectors are listed clockwise, looking from the origin, the sign of this product is positive. If they are listed anticlockwise the sign is negative.

The order of the cross and dot products doesn't matter.

Either way, the absolute value of this product is the volume of the parallelepiped defined by the three vectors

The triple vector product can be simplified

This form is easier to do calculations with.

The triple vector product is not associative.

There are special cases where the two sides are equal, but in general the brackets matter. They must not be omitted.

Three-Dimensional Lines and Planes[edit | edit source]

We will use to denote the position of a point.

The multiples of a vector, all lie on a line through the origin. Adding a constant vector will shift the line, but leave it straight, so the equation of a line is,

This is a parametric equation. The position is specified in terms of the parameter .

Any linear combination of two vectors, lies on a single plane through the origin, provided the two vectors are not colinear. We can shift this plane by a constant vector again and write

If we choose to be orthonormal vectors in the plane (i.e. unit vectors at right angles) then are Cartesian coordinates for points in the plane.

These parametric equations can be extended to higher dimensions.

Instead of giving parametric equations for the line and plane, we could use constraints. E.g., for any point in the plane

For a plane through the origin, the single vector normal to the plane, , is at right angle with every vector in the plane, by definition, so

is a plane through the origin, normal to .

For planes not through the origin we get

A line lies on the intersection of two planes, so it must obey the constraint for both planes, i.e.

These constraint equations con also be extended to higher dimensions.

Introduction to Vector-Valued Functions[edit | edit source]

Vector-Valued Functions are functions that instead of giving a resultant scalar value, give a resultant vector value. These aid in the creation of direction and vector fields, and are therefore used in physics to aid with visualizations of electric, magnetic, and many other types of fields. They are of the following form:

Introduction[edit | edit source]

Limits, Derivatives, and Integrals[edit | edit source]

Put simply, the limit of a vector-valued function is the limit of its parts.

Proof

Suppose

Therefore for any there is a such that

But by the triangle inequality

So

Therefore

A similar argument can be used through parts .

Now let again, and that for any there is a corresponding such implies

Then

therefore:

From this we can then create an accurate definition of a derivative of a vector-valued function:


The final step was accomplished by taking what we just did with limits.

By the Fundamental Theorem of Calculus integrals can be applied to the vector's components.

In other words: the limit of a vector function is the limit of its parts, the derivative of a vector function is the derivative of its parts, and the integration of a vector function is the integration of it parts.

Velocity, Acceleration, Curvature, and a brief mention of the Binormal[edit | edit source]

Assume we have a vector-valued function which starts at the origin and as its independent variables changes the points that the vectors point at trace a path.

We will call this vector , which is commonly known as the position vector.

If then represents a position and t represents time, then in model with Physics we know the following:

is displacement.
where is the velocity vector.
is the speed.
where is the acceleration vector.

The only other vector that comes in use at times is known as the curvature vector.

The vector used to find it is known as the unit tangent vector, which is defined as or shorthand .

The vector normal to this then is .

We can verify this by taking the dot product

Also note that

and

and

Then we can actually verify:

Therefore is perpendicular to

What this gives rise to is the Unit Normal Vector of which the top-most vector is the Normal vector, but the bottom half is known as the curvature. Since the Normal vector points toward the inside of a curve, the sharper a turn, the Normal vector has a large magnitude, therefore the curvature has a small value, and is used as an index in civil engineering to reflect the sharpness of a curve (clover-leaf highways, for instance).

The only other thing not mentioned is the Binormal that occurs in 3-d curves , which is useful in creating planes parallel to the curve.