Parametric curves

Videos

Review Videos

Videos, Organic Chemistry Tutor

Link to original

01 Theory

Theory 1

Parametric curves are curves traced by the path of a ‘moving’ point. An independent parameter, such as t for ‘time’, controls both x and y values through Cartesian coordinate functions x(t) and y(t). The coordinates of the moving point are (x(t),y(t)).

Parametric curve

A parametric curve is a function from parameter space to the plane 2 given in terms of coordinate functions:

t(x(t),y(t))

Other notations

Be aware that sometimes the coordinate functions are written with f and g (or yet other letters) like this:

(x,y)=(f(t),g(t))

Or simply equating coordinate letters with functions: x=f(t),y=g(t)

Sometimes a different parameter is used, like s or u.

For example, suppose:

x=t22t,y=t+1

The curve traced out is a parabola that opens horizontally:

center


Given a parametric curve, we can create an equation satisfied by x and y variables by solving for t in either coordinate function (inverting either f or g) and plugging the result into the other function.

In the example:

y=t+1t=y1x=t22tx=(y1)22(y1)x=y24y+3x=(y2)21

This is the equation of a parabola centered at (1,2) that opens to the right.

Image of a parametric curve

The image of a parametric curve is the set of output points (x(t),y(t)) that are traversed by the moving point.

A parametric curve has hidden information that isn’t contained in the image:

  • The time values t when the moving point is found in various locations.
  • The speed at which the curve is traversed.
  • The direction in which the curve is traversed.

We can reparametrize a parametric curve to use a different parameter or different coordinate functions while leaving the image unchanged.

In the previous example, shift t by 1:

x=(t+1)22(t+1),y=(t+1)+1x=t21,y=t+2

Since the parameter t and the parameter t+1 both cover the same values for t(,), the same curve is traversed. But the moving point in the second, shifted version reaches any given location one unit earlier in time. (When t=1 in the second version, the input to x(t) and y(t) is the same as when t=0 in the first one.)

Link to original

02 Illustration

Example - Parametric circles

Parametric circles

The standard equation of a circle of radius R centered at the point (h,k):

(xh)2+(yk)2=R2

This equation says that the distance from a point (x,y) on the circle to the center point (h,k) equals R. This fact defines the circle.

Parametric coordinates for the circle:

x=h+Rcost,y=k+Rsint,t[0,2π)

For example, the unit circle x2+y2=1 is parametrized by x=cost and y=sint.

Link to original

Example - Parametric lines

Parametric lines

(1) Parametric coordinate functions for a line:

x=a+rt,y=b+st,t(,+)

Compare this to the graph of linear function:

y=mx+bsome m,b

Vertical lines cannot be described as the graph of a function. We must use x=a.


(2) Parametric lines can describe all lines equally well, including horizontal and vertical lines.

A vertical line x=a is achieved by setting s=0 and r0.

A horizontal line y=b is achieved by setting r=0 and s0.

A non-vertical line y=mx+b may be achieved by setting s=m and r=1, and a=0.


(3) Assuming that r0, the parametric coordinate functions describe a line satisfying:

y=b+s(xar)y=srx+(bsra)

and therefore the slope is m=sr and the y-intercept is bsra.


(4) The point-slope construction of a line has a parametric analogue:

point-slope line:ya=m(xb)(x,y)=(a+t,b+mt)

Link to original

Example - Parametric ellipses

Parametric ellipses

The general equation of an ellipse centered at (h,k) with half-axes a and b is:

(xha)2+(ykb)2=1

This equation represents a stretched unit circle:

  • by a in the x-axis
  • by b in the y-axis

Parametric coordinate functions for the general ellipse:

x=h+acost,y=k+bsint,t[0,2π) Link to original

Example - Parametric cycloids

Parametric cycloids

The cycloid is the curve traced by a pen attached to the rim of a wheel as it rolls.

center

It is easy to describe the cycloid parametrically. Consider the geometry of the situation:

center

center

The center C of the wheel is moving rightwards at a constant speed of 1, so its position is (t,1). The angle is revolving at the same constant rate of 1 (in radians) because the radius is 1.

The triangle shown has base sint, so the x coordinate is tsint. The y coordinate is 1cost.

So the coordinates of the point P=(x,y) are given parametrically by:

x=tsint,y=1cost,t>0

If the circle has another radius, say R, then the parametric formulas change to:

x=RtRsint,y=RRcost,t>0Link to original

Calculus with parametric curves

03 Theory - Slope, concavity

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.

Link to original

04 Illustration

Example - Tangent to a cycloid

Tangent to a cycloid

Find the tangent line (described parametrically) to the cycloid (4t4sint,44cost) when t=π/4.

Solution

(1) Compute x and y.

Find x(t) and y(t):

x(t)=4t4sintx(t)=44costy(t)=44costy(t)=4sint

(2) Plug in t=π/4:

x(π/4)44cos(π/4)422y(π/4)4sin(π/4)22

(3) Apply formula: dydx=yx:

Calculate dydx at t=π/4:

dydx(π/4)=y(π/4)x(π/4)22422224224+224+2282+81682+1

So:

dydx|t=π/4=2+1

This is the slope m for our line.


(4) Need the point P for our line. Find (x,y) at t=π/4.

Plug t=π/4 into parametric formulas:

(x(t),y(t))|t=π/4(4π44sin(π/4),44cos(π/4))(π22,422)

(5) Point-slope formulation of tangent line:

x=a+t,y=b+mt

Inserting data:

x=(π22)+t,y=(422)+(2+1)t Link to original

Example - Vertical and horizontal tangents of the circle

Vertical and horizontal tangents of the circle

Consider the circle parametrized by x=cost and y=sint. Find the points where the tangent lines are vertical or horizontal.

Solution

(1) For the points with vertical tangent line, we find where the moving point has x(t)=0 (purely vertical motion):

x(t)=sint,x(t)=0sint=0t=0,π

The moving point is at (1,0) when t=0, and at (1,0) when t=π.


(2) For the points with horizontal tangent line, we find where the moving point has y(t)=0 (purely horizontal motion):

y(t)=cost,y(t)=0cost=0t=π2,3π2

The moving point is at (0,1) when t=π/2, and at (0,1) when t=3π/2.

Link to original

Example - Finding the point with specified slope

Finding the point with specified slope

Consider the parametric curve given by (x,y)=(t2,t3). Find the point where the slope of the tangent line to this curve equals 5.

Solution

(1) Compute the derivatives:

x(t)=2t,y(t)=3t2

Therefore the slope of the tangent line, in terms of t:

m=dydx=y(t)x(t)3t22t32t

(2) Set up equation:

m=532t=5t=103

(3) Find the point:

(x,y)|t=10/3(1009,100027) Link to original