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

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.

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)

Perimeter of a circle

(1) The perimeter of the circle (Rcost,Rsint) is easily found. We have (x,y)=(Rsint,Rcost), and therefore:

(x)2+(y)2=(Rsint)2+(Rcost)2R2sin2t+R2cos2tR2ds=(x)2+(y)2dt=Rdt

(2) Integrate around the circle:

Perimeter=02πds02πRdtRt|02π=2πR

Perimeter of an asteroid

Find the perimeter length of the ‘asteroid’ given parametrically by (x,y)=(acos3θ,asin3θ) for a=2.

Solution

(1) Notice: Throughout this problem we use the parameter θ instead of t. This does not mean we are using polar coordinates!

Compute the derivatives in θ:

(x,y)=(3acos2θsinθ,3asin2θcosθ)

(2) Compute the infinitesimal arc element.

(x)2+(y)29a2cos4θsin2θ+9a2sin4θcos2θ9a2sin2θcos2θ(cos2θ+sin2θ)9a2sin2θcos2θ

Plug into the arc element, simplify:

ds=(x)2+y)2dθ9a2sin2θcos2θdθds=3a|sinθcosθ|dθ

(3) Bounds of integration?

Easiest to use θ[0,π/2]. This covers one edge of the asteroid. Then multiply by 4 for the final answer.

On the interval θ[0,π/2], the factor 3asinθcosθ is positive. So we can drop the absolute value and integrate directly.

Absolute values matter!

If we tried to integrate on the whole range θ[0,2π], then 3asinθcosθ really does change sign.

To perform integration properly with these absolute values, we’d need to convert to a piecewise function by adding appropriate minus signs.


(4) Integrate the arc element:

0π/2ds0π/23asinθcosθdθ3au=01udu(u=sinθ)3au22|013a2

Finally, multiply by 4 to get the total perimeter: L=6a

Speed, distance, displacement

The parametric curve (t,23t3/2) describes the position of a moving particle (t measuring seconds). (a) What is the speed function?

Suppose the particle travels for 8 seconds starting at t=0. (b) What is the total distance traveled? (c) What is the total displacement?

Solution

(a)

Compute derivatives:

(x,y)=(1,t1/2)

Now compute the speed:

(x)2+(y)2=1+(t1/2)2=1+tv(t)=(x)2+(y)2=1+t

(b)

Distance traveled by using speed.

Compute total distance traveled function:

s(t)=u=0t1+udu

Substitute w=1+u and dw=du. New bounds are 1 and 1+t. Calculate:

11+twdw23w3/2|11+t23((1+t)3/21)

The distance traveled up to t=8 is:

s(8)=23(93/21)23(271)523

(c)

Displacement formula: d=(x1x0)2+(y1y0)2

Now compute starting and ending points.

For starting point, insert t=0:

(x(t),y(t))|t=0(t,23t3/2)|t=0(0,0)

For ending point, insert t=8:

(x(t),y(t))|t=8(t,23t3/2)|t=8(8,2383/2)(8,3223)

Insert (0,0) and (8,322/3):

82+(3223)264+2048926243

Surface of revolution - parametric circle

By revolving the unit upper semicircle about the x-axis, we can compute the surface area of the unit sphere.

Parametrization of the unit upper semicircle:

(x,y)=(cost,sint)(x,y)=(sint,cost)

Therefore, the arc element:

ds=(x)2+(y)2dt(sint)2+(cost)2dtdt

Now for R(t) we choose R(t)=y(t)=sint because we are revolving about the x-axis.


Plugging all this into the integral formula and evaluating gives:

A=0π2πsintdt2πcost|0π4π

Notice: This method is a little easier than the method using the graph y=1x2.

Surface of revolution - parametric curve

Set up the integral which computes the surface area of the surface generated by revolving about the x-axis the curve (t3,t21) for 0t1.

Solution

For revolution about the x-axis, we set R=y(t)=t21.

Then compute ds:

ds=(x)2+(y)2(3t2)2+(2t)29t4+4t2t2(9t2+4)t9t2+4

Therefore the desired integral is:

A=012πRds012π(t21)t9t2+4dt