Problem 17
Question
Ellipse $$ \begin{array}{c}{\text { a. Show that the curve } \mathbf{r}(t)=(\cos t) \mathbf{i}+(\sin t) \mathbf{j}+(1-\cos t) \mathbf{k}} \\ {0 \leq t \leq 2 \pi, \text { is an ellipse by showing that it is the intersection }} \\\ {\text { of a right circular cylinder and a plane. Find equations }} \\\ {\text { for the cylinder and plane. }}\\\\{\text { b. Sketch the ellipse on the cylinder. Add to your sketch the unit }} \\ {\text { tangent vectors at } t=0, \pi / 2, \pi, \text { and } 3 \pi / 2 .}\\\\{\text { c. Show that the acceleration vector always lies parallel to the }} \\ {\text { plane (orthogonal to a vector normal to the plane). Thus, if }} \\ {\text { you draw the acceleration as a vector attached to the ellipse, }} \\ {\text { it will lie in the plane of the ellipse. Add the acceleration vectors }} \\\ {\text { for } t=0, \pi / 2, \pi, \text { and } 3 \pi / 2 \text { to your sketch. }}\\\\{\text { d. Write an integral for the length of the ellipse. Do not try to }} \\ {\text { evaluate the integral; it is nonelementary. }} \\\ {\text { e. Numerical integrator Estimate the length of the ellipse to }} \\\ {\text { two decimal places. }}\end{array} $$
Step-by-Step Solution
VerifiedKey Concepts
Parametric equations
This representation tells us how each component varies with \( t \), giving intuitive insight into the movement along the curve. In simple terms, resolving each component shows:
- For the \( x \)-direction: \( x(t) = \cos t \)
- For the \( y \)-direction: \( y(t) = \sin t \)
- For the \( z \)-direction: \( z(t) = 1 - \cos t \)
Cylinder and plane intersection
To understand this intersection, consider the equation of the cylinder from the parametric equations: \( x^2 + y^2 = 1 \). This describes a cylinder with a radius of 1 and an axis along the \( z \)-axis. On the other hand, the plane is derived from the \( z \)-component \( z = 1 - \cos t \), which can be rearranged to \( z + x = 1 \).
When this plane cuts through the cylinder, the resulting shape is an ellipse, confirming that the path described by the parametric equations is indeed an ellipse situated where the cylinder and plane intersect.
Tangent vectors
This tangent vector tells us the direction in which the curve is progressing at any point \( t \). It shows:
- The change in the \( x \)-direction is \( -\sin t \).
- The change in the \( y \)-direction is \( \cos t \).
- The change in the \( z \)-direction is \( \sin t \).
Acceleration vectors
This describes not just how the direction of motion changes but also how its speed varies along its path. Importantly, in this exercise, it is shown that the acceleration vector is parallel to the plane of the ellipse. This is verified by checking the orthogonality to the normal vector of the plane. Given \( \mathbf{n} = (1, 0, 1) \), we find:
\[ \mathbf{r}''(t) \cdot \mathbf{n} = 0 \]
Thus, the acceleration vector is confined to the plane of the ellipse, ensuring it lies within and is aligned with the path of motion.
Arc length integral
\[ L = \int_a^b \| \mathbf{r}'(t) \| \, dt \]
In our exercise, calculate this from \( 0 \) to \( 2\pi \):
\[ L = \int_0^{2\pi} \sqrt{(-\sin t)^2 + (\cos t)^2 + (\sin t)^2} \, dt \]
This simplifies to:
\[ L = \int_0^{2\pi} \sqrt{2} \, dt \]
This integral, while simplified expression-wise, is a non-elementary one, meaning it cannot be expressed in terms of basic functions. Numerical methods like Simpson's Rule are often used to carry out such calculations, which gives an approximate length for the ellipse.