Theory 1

We can use x(t) and y(t) data to compute the slope of a parametric curve in terms of t.

Slope formula

Given a parametric curve (x(t),y(t)), its slope satisfies:

dydx=y(t)x(t)(where x(t)0)

Concavity formula

Given a parametric curve (x(t),y(t)), its concavity satisfies the formula:

d2ydx2=ddt(y(t)x(t))1x(t)(where x(t)0)

Extra - Derivation of slope and concavity formulas

For both derivations, it is necessary to view t as a function of x through the inverse parameter function. For example if x=f(t) is the parametrization, then t=f1(x) is the inverse parameter function.

We will need the derivative dtdx in terms of t. For this we use the formula for derivative of inverse functions:

dtdx=1dxdt

Given all this, both formulas are simple applications of the chain rule.

For the slope:

dydx=dydtdtdxy(t)1dx/dty(t)x(t)

For the concavity:

d2ydx2=ddx(dydx)ddt(dydx)dtdxddt(y(t)x(t))1x(t)

(In the second step we inserted the formula for dydx from the slope.)


Pure vertical, Pure horizontal movement

In view of the formula dydx=y(t)x(t), we see:

  • Pure vertical: when x(t)=0 and yet y(t)0
  • Pure horizontal: when y(t)=0 and yet x(t)0

When x(t0)=y(t0)=0 for the same t=t0, we have a stationary point, which might subsequently progress into pure vertical, pure horizontal, or neither.

Theory 2

Arclength formula

The arclength of a parametric curve with coordinate functions x(t) and y(t) is:

L=ab(x)2+(y)2dt

This formula assumes the curve is traversed one time as t increases from a to b.

Counts total traversal

This formula applies when the curve image is traversed one time by the moving point.

Sometimes a parametric curve traverses its image with repetitions. The arclength formula would add length from each repetition!

Extra - Derivation of arclength formula

The arclength of a parametric curve is calculated by integrating the infinitesimal arc element:

ds=dx2+dy2L=abds

In order to integrate ds in the t variable, as we must for parametric curves, we convert ds to a function of t:

ds=dx2+dy21dt2(dx2+dy2)dt2dx2dt2+dy2dt2dt2(dxdt)2+(dydt)2dtds=x(t)2+y(t)2dt

So we obtain ds=(x)2+(y)2dt and the arclength formula follows from this:

L=ab(x)2+(y)2dt

Theory 3

Distance function

The distance function s(t) returns the total distance traveled by the particle from a chosen starting time t0 up to the (input) time t:

s(t)=t0tds=t0tx(u)2+y(u)2du

We need the dummy variable u so that the integration process does not conflict with t in the upper bound.


Speed function

The speed of a moving particle is the rate of change of distance:

v(t)=s(t)=x(t)2+y(t)2

This formula can be explained in either of two ways:

  1. Apply the Fundamental Theorem of Calculus to the integral formula for s(t).
  2. Consider ds=x(t)2+y(t)2dt for a small change dt: so the rate of change of arclength is dsdt, in other words s(t).

Theory 4

Surface area of a surface of revolution: thin bands

Suppose a parametric curve (x(t),y(t)) is revolved around the x-axis or the y-axis.

The surface area is:

A=ab2πR(t)(x)2+(y)2dt

The radius R(t) should be the distance to the axis:

R(t)=y(t)revolution about x-axisR(t)=x(t)revolution about y-axis

This formulas adds the areas of thin bands, but the bands are demarcated using parametric functions instead of input values of a graphed function.

The formula assumes that the curve is traversed one time as t increases from a to b.