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 { . }}\\\\{\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, it }} \\ {\text { 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 method of using parameters allows us to break down complex motion into simpler, more manageable components. Note how each coordinate—\( x, y, \) and \( z \)—is represented as a function of \( t \). This method is particularly useful for modeling curves and surfaces in multidimensional spaces.
The curve described by these parametric equations traces out an ellipse, as we will show, formed by the intersection of a cylinder and a slanted plane.
Right Circular Cylinder
In our problem, the equation \( x^2 + y^2 = 1 \) defines such a cylinder, where the circle's radius is 1 and it extends infinitely along the \( z \)-axis. This is because the coordinates \( x \) and \( y \) satisfy the Pythagorean identity for a unit circle: \( (\cos t)^2 + (\sin t)^2 = 1 \).
This cylinder is crucial because it provides one of the boundaries needed to define the ellipse. The cylinder and the slanted plane together create the elliptical intersection within the bounds defined by the parameter \( t \).
Arc Length of Ellipse
\[ L = \int_{a}^{b} \sqrt{\left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2 + \left( \frac{dz}{dt} \right)^2} \ dt \]
Here, the derivatives indicate the rates of change of each component with respect to the parameter \( t \). For our ellipse, these derivatives are: \( \frac{dx}{dt} = -\sin t \), \( \frac{dy}{dt} = \cos t \), \( \frac{dz}{dt} = \sin t \).
Substituting them back into the arc length formula results in \( L = \int_{0}^{2\pi} \sqrt{2} \ dt \), ultimately simplifying to \( L = \sqrt{2} \cdot 2\pi \). This expression shows that even though evaluating the integral directly is complex, it can be approximated numerically, resulting in a length of approximately 8.89 units.
Acceleration Vector
What's special here is the alignment of this vector with the plane of the ellipse. The vector normal to the plane is \( \mathbf{n} = \langle 1, 0, 1 \rangle \), and the dot product \( \mathbf{r}''(t) \cdot \mathbf{n} = 0 \) confirms orthogonality, meaning the acceleration vector is always parallel to the plane of the ellipse. This is why, when plotted, the acceleration vectors appear to lie on the ellipse, illustrating their confinement to the plane.
This understanding is key in verifying how forces acting on the body would maintain its motion purely within the plane, as orthogonality to a normal is indicative of maintaining a direction within that plane itself.