Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Image: ubuntu2204
Parametric Equations
Overview of Chapter 11
new ways to define curves in the plane (on the -axis)
polar coordinates using and
geometric definitions and standard equations of parabolas, ellipses, and hyerperbolas
Parametric Equations: expressing both and as functions of
If and are given as functions over an interval of values, then the set of points defined by these equations is a parametric curve. The equations are parametric equations.
: parameter for the curve
: parameter interval
If : and are the initial point and the terminal point of the curve.
Example:
for
A given curve can be represented by different parametrizations. ( for )
Cycloids
A wheel of radius rolls along a horizontal straight line. Find parametric equations for the path traced by a point on the wheel's circumference. The path is call a cycloid.
The problem with a pendulum clock whose bob swings in a circular arc is that the frequency of the swing depends on the amplitude of the swing. The wider the swing, the longer it takes the bob to return to center (its lowest position).
This does not happen if the bob can be made to swing in a cycloid. In 1673, Christian Huygens designed a pendulum clock whose bob would swing in a cycloid.
There is a toy called the Spirograph that lets you draw interesting curves using a collection of wheels. We can produce these pictures using Sage.
Experiment with different values of and . If the curve looks incomplete, then increase tmax.
For example, try
Tangents and Areas
A parameterized curve is differentiable at if and are differentiable at . If at a point on a differentiable parameterized curve, is also a differentiable function of , then we have the Chain Rule:
Example
at the point
Find the area enclosed by the asteroid with parameter .
Since we have , we need to find the integral region for .
Length of a Parametrically Defined Curve}
If a curve is defined parametrically by and , , where and are continuous and not simultaneously zero on , and is traversed exactly once as increases from to .
The length of the line segment from to is
Then the length of is the definite integral
Example
Find the length of for
Example
Find the perimeter of the ellipse .
We can have the parameterization and for .
Find the centroid of the first quadrant arc
We have The coordinate of the centroid is
Areas of Surfaces of Revolution
We can think about concentrating all the weight on to the graph in 2D. Note that the weight depends on the length of the circle.
Calculate the area of the surface of revolution swept out by this parametrized curve for .