Parametric curves in 2D

Parametric curve

A parametric curve or parameterized curve in the plane is a function γ:[a,b]2 from an interval to the plane, given with coordinate functions by (x(t),y(t)).

The data of a parametric curve includes the parametrization, not just the set of points in the image.

Example

The parametric curve (x(t),y(t))=(a+bt,c+dt) determines a line in 2. Solve for y in terms of x:

y=c+d1b(xa)=dbx+(cdab).

The slope is m=db and the y-intercept is cdab.

Observe that by setting b=0,d0, the image is a vertical line in 2 intersecting the x-axis at x=a.

Warning!

The image of (x,y)=(a,t3) is the same vertical line!

Warning!

This “Lissajous figure” shows that parametric curves can intersect themselves!

Example

Circle, radius =r, center =(h,k) (x(t),y(t))=(h+rcos(t),k+rsin(t)),t[0,2π]

Example

(x,y)=(sin(2t),cos(2t)),t[0,2π]

Example

(x,y)=(t3,t) The image curve satisfies x=y3.

Warning!

In the upper quadrant, this curve has the same image: (x,y)=(e3t,et) Check: y3=(et)3=e3t=x.

Exercise 02A-01

Sketch the curve given by (x,y)=(2t4,3+t2).

Exercise 02A-02

Describe the parametric curve (x,y)=(2t4,3+t2) as the graph of a function.

Exercise 02A-03

Consider the curve (50t,100t5t2). Find the point on this curve with largest y-value.

Exercise 02A-04

[Already done in class.] Points satisfying (x2)2+(y5)2=1 lie on an ellipse. Find a parametric curve that covers this ellipse.

Exercise 02A-05

Find a parametric curve that is a line passing through (3,2) with slope m=4.

Exercise 02A-06

Eliminate t to find an equation satisfied by x,y alone for the following two parametric curves: a. (x,y)=(t23,t+2) b. (x,y)=(csc(t),cot(t))

Exercise 02A-07

Describe the image of the curve parametrized by (x,y)=(sin(t),cos2(t)).

Exercise 02A-08

One particle has position (x,y)=(t+5,t2+4t+6), a second particle has position (2t+1,2t+6). Calculate the two points of intersection of the image curves determined by these formulas. Do the particles collide at those intersection points?

Calculus with parametric curves in 2D

Traditional derivatives (unnatural)

Example

Find a general formula for the slope of the tangent line to a parametric curve γ(t)=(x(t),y(t)) at the point determined by t0. Solution: Consider t as a function of x. Remember the formula dydx=1dfdy when x=f(y) so y=f1(x). (Think about implicit differentiation.) Then using the Chain Rule and this formula, we have:

dydx=dydtdtdx=dydt1dxdt=y(t)x(t),

so the answer is m(t0)=y(t0)x(t0).

Warning!

This quantity is unnatural!

  • From the point of view of graphs of functions, dydx is natural and important. For a graph, space portrays the relation between input and output.
  • From the point of view of parametric curves, it is unnatural. Here x and y should be treated on the same footing. Space portrays the output only.

Soon we consider more natural derivative operations in the parametric setting.

Warning!
d2ydx2d2ydt2d2xdt2

Example

A cycloid is given by the parametric curve with formula (x,y)=(r(tsin(t)),r(1cos(t)). Find the tangent line to this cycloid at t=π/3. Solution: Using the formula for dydx, obtain:

dydx=r(0+sin(t))r(1cos(t))=sin(t)1cos(t).

Then we have:

m=dydx|t=π/3=3.

The image point when t=π/3 is (x,y)=(r(π332),r2). After solving for the y-intercept we obtain the final equation:

y=3x+r(π32).
Exercise 02B-01

Find the equation of the tangent line to the parametric curve (x,y)=(t2+1,t34t) at the point given by t=3. Where is the tangent line horizontal?

Distance traveled

The distance traveled by a particle whose position is given parametrically by (x(t),y(t)), as t increases from a to b, is computed using this integral:

L=abx(t)2+y(t)2dt.

The formula is quickly derived from the usual one for arc length of the graph of a function:

L=ab1+(dydx)2dx

by using the formula for dydx(t) together with the fact that dx=(dxdt)dt.

It is better to see the formula as the summation of infinitesimal elements of distance ds, computing these with the Pythagorean Theorem:

ds=x(t)2+y(t)2dt,

so the formula is really just:

L=abds.
Exercise 02B-02

Find an integral formula for the length of the circumference of a general ellipse (centered at the origin). (Do not try to evaluate the integral!)

Length function

Given a parametric curve (x(t),y(t)), the formula for distance traveled can be used to define a length function s(t). It is simply the distance traveled from t=t0 to the time t itself. To write this we need a new dummy variable:

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

Speed

The speed is the rate of distance traveled per unit time: v(t)=s(t). From the Fundamental Theorem of Calculus, we have:

v(t)=x(t)2+y(t)2.
Exercise 02B-03

Suppose a particle traces the graph of a parabola with its position given parametrically by (x,y)=(t,t2). How fast is the particle moving at time t=10? What is its acceleration at t=10?

Curvature

The curvature κ(t) of a parametric curve in the plane may be defined as the rate of change of the angle of inclination ϕ per unit of arc length.

We can find a formula for this. Let the curve be given by (x(t),y(t)). Clearly tan(ϕ)=dydx so ϕ=tan1(y(t)x(t)). Using the quotient rule we have:

dϕdt=11+(y(t)x(t))2x(t)y(t)x(t)y(t)x(t)2=x(t)y(t)x(t)y(t)x(t)2+y(t)2.

Then

dϕds=dϕdtdtds=dϕdt1s(t)=x(t)y(t)x(t)y(t)(x(t)2+y(t)2)3/2.
Exercise 02B-04

Compute the curvature function κ(t) for the circle given parametrically by (rcos(t),rsin(t)). Is the answer what you should have expected?

Polar coordinates

The polar coordinate system uses parameters (r,θ) instead of (x,y) to identify points in the plane. These coordinates are useful in problems having rotational symmetry. The two coordinate systems are related by these equations:

x=rcos(θ)r2=x2+y2y=rsin(θ)tan(θ)=y/x

Example

The points whose polar coordinates satisfy r=2cos(θ) define a circle: We can verify this by converting to Cartesian coordinates:

x=rcos(θ)=12r2=12(x2+y2),

so

(x1)2+y2=1.
Exercise 02B-05

Find the polar form of the equation of a vertical line passing through x=1.

Area under polar graphs

There is a formula to compute the area of the “sector sum” formed by a polar graph.

A=ab12r(θ)2dθ

The area of a sector is 12r2θ, so the area of an infinitesimal sector is 12r2dθ, and the formula just sums these.

Example

Find the area of one loop of the four-leafed rose r=cos(2θ). Solution: Plug into the formula, and use a=π4,b=π4, obtaining:

A=π4π414(1+cos(4θ))dθ=π8.
Exercise 02B-06

Find the area inside the region bounded by r=5+2sin(θ).

Problems due 02 Sep 2023, 8:00pm

Problem 02-01

Find the self-intersection point of the curve parametrized by (x,y)=(2tt3,tt2).

Problem 02-02

For a given parametric curve γ(t)=(x(t),y(t)), there is a formula for the second derivative:

d2ydx2=x(t)y(t)y(t)x(t)x(t)3.

Show how to derive this formula. Verify the formula for the parametric curve (x,y)=(t,t3) using the fact that this curve is the graph of a function. (You know how to find d2ydx2 for graphs of functions.) Now compute d2ydx2 for the parametric curve (t2,t6), which has the same image.

Problem 02-03

Draw the graph of the limaçon given in polar coordinates by r=12sin(θ). Find the area of the region lying between its two loops.

Problem 02-04

Do all 5 parts of the “Discovery Project” about Bézier Curves (p. 684 of 9e, 697-8 of 8e, 677-78 of 7e).