< Calculus

Introduction

If we have a function , we say that 's image (the set - or some subset of ) is a curve in and is its parametrization.

Parameterizations are not necessarily unique - for example, such that is one parametrization of the unit circle, and such that is a whole family of parameterizations of that circle.

Collision and intersection points

Say we have two different curves. It may be important to consider

  • points the two curves share - where they intersect
  • intersections which occur for the same value of - where they collide.

Intersection points

Firstly, we have two parameterizations and , and we want to find out when they intersect, this means that we want to know when the function values of each parametrization are the same. This means that we need to solve

because we're seeking the function values independent of the times they intersect.

For example, if we have and , and we want to find intersection points:

with solutions

So, the two curves intersect at the points .

Collision points

However, if we want to know when the points "collide", with and , we need to know when both the function values and the times are the same, so we need to solve instead

For example, using the same functions as before, and , and we want to find collision points:

which gives solutions So the collision points are .

We may want to do this to actually model physical problems, such as in ballistics.

Intersection vector functions

We can also use vector functions to represent the curve of intersection of two surfaces. For example, we want to know the curve of intersection of the cylinder and the plane .

Vector functions rely on parameterizations, so we can rewrite the equation of the cylinder into: , where .


From the equation of the plane, we know that . Thus the corresponding vector equation is:


Limits and Continuity

The limit of a vector function is defined by taking the limits of its component functions.

The limit of a vector function

There is a vector function . If exist, then

And the requirement for continuity is also simple:

A vector function is continuous at if .

Notation

There are a lot of complicated concepts surrounding vector functions. So, in order to make us easier to understand, there are several notations we need to be familiar with. Let us imagine that a vector function . We will think it as a displacement function of a particle. For example, means "the location of a particle with respect to the time." If we consider the vector function as a function describing the position of a particle, we can easily understand the derivatives of the vector function:


The first derivative of the vector function: will be notated as as stands for velocity. Similarly, the second derivative of the vector function will be notated as as stands for acceleration.


This kind of perspective can give as an interesting insight on what is about to come in the next several sections. However, note that this notation exists only to make our understanding towards vector functions clearer and easier. It is not universal and will be used in this chapter only for the sake of convenience.

Derivatives and Integrals

Differentiation

Recall that the first derivative of a scalar function is defined as:

The first derivative of a vector function is defined in much the same way:

We can use this definition to prove that the derivative of a vector function can be presented as the derivative of its component functions.

Thus, using the same method, we can derive the second derivative and so on.

Derivatives of a vector function

There is a vector function . The first derivative of this vector function is:

So the th-order derivative should look like this:

Differentiation rules

Just like real-valued functions, there are some differentiation rules in the world of vector functions. The factor that makes vector differentiation rules slight more complicated is the product rule because there are two kinds of multiplication in vectors: dot product and cross product.

Differentiation rules for vector functions

Suppose are differentiable vector functions and is a real-valued function. Then

  1. (addition)
  2. (scalar multiplication)
  3. (dot product)
  4. (cross product)
  5. (chain rule)

Naturally, we will prove that those rules are correct. Let us assume that and .


Rule 1: the addition rule

Rule 2: the scalar multiplication rule

Rule 3: the dot product rule

Rule 4: the cross product rule

Rule 5: the chain rule

Continuity & differentiability

If we have a parametrization , which is built up out of component functions in the form , is continuous if and only if each component function is also.

In this case the derivative of is

. This is actually a specific consequence of a more general fact we will see later.

Tangent vectors

Recall in single-variable calculus that on a curve, at a certain point, we can draw a line that is tangent to that curve at exactly at that point. This line is called a tangent. In the several variable case, we can do something similar.

We can expect the tangent vector to depend on and we know that a line is its own tangent, so looking at a parametrised line will show us precisely how to define the tangent vector for a curve.

An arbitrary line is , with: , so

and
, which is the direction of the line, its tangent vector.

Similarly, for any curve, the tangent vector is .



Angle between curves

We can then formulate the concept of the angle between two curves by considering the angle between the two tangent vectors. If two curves, parametrized by and intersect at some point, which means that

the angle between these two curves at is the angle between the tangent vectors and is given by

Tangent lines

With the concept of the tangent vector as being analogous to being the gradient of the line in the one variable case, we can form the idea of the tangent line. Recall that we need a point on the line and its direction.

If we want to form the tangent line to a point on the curve, say , we have the direction of the line , so we can form the tangent line


Different parameterizations

One such parametrization of a curve is not necessarily unique. Curves can have several different parametrizations. For example, we already saw that the unit circle can be parametrized by g(t) = (cos at, sin at) such that t [0, 2π/a).

Generally, if f is one parametrization of a curve, and g is another, with

f(t0) = g(s0)

there is a function u(t) such that u(t0)=s0, and g'(u(t)) = f(t) near t0.

This means, in a sense, the function u(t) "speeds up" the curve, but keeps the curve's shape.

Surfaces

A surface in space can be described by the image of a function f : R2 Rn. f is said to be the parametrization of that surface.

For example, consider the function

f(α, β) = α(2,1,3)+β(-1,2,0)

This describes an infinite plane in R3. If we restrict α and β to some domain, we get a parallelogram-shaped surface in R3.

Surfaces can also be described explicitly, as the graph of a function z = f(x, y) which has a standard parametrization as f(x,y)=(x, y, f(x,y)), or implictly, in the form f(x, y, z)=c.

Level sets

The concept of the level set (or contour) is an important one. If you have a function f(x, y, z), a level set in R3 is a set of the form {(x,y,z)|f(x,y,z)=c}. Each of these level sets is a surface.

Level sets can be similarly defined in any Rn

Level sets in two dimensions may be familiar from maps, or weather charts. Each line represents a level set. For example, on a map, each contour represents all the points where the height is the same. On a weather chart, the contours represent all the points where the air pressure is the same.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.