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.

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)

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π)

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>0