Skip to main content

Section 6.3 Week 6 Activity

Subsection 6.3.1 Examples Parametric Curves

Activity 6.3.1.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp \gamma(t) = (t^2, t^3) \amp \amp t \in [-3,3] \end{align*}
Solution.

The \(x\) coordinate is always positive, starting at \(9\text{,}\) dropping back down to \(0\) and then rising up to \(9\) again. The \(y\) coordinates starts at \(-27\) and increases to \(27\text{.}\) Since the two coordinates have different exponents, I expect a non-linear shape following the trends I just described. This parametric curve is shown in Figure 6.3.1

Figure 6.3.1. \(\gamma(t) = (t^2, t^3) \)

Activity 6.3.2.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp \gamma(t) = (\cos t, 2 \sin t) \amp \amp t \in [0,2\pi] \end{align*}
Solution.

Both coordinates are period functions, so I expect a shape that loops around and return to its starting point. The \(y\) coordinate has a larger amplitude, but both have the same period, so I expect this to be stretch out in the \(y\) direction. Possible an ellipse. This parametric curve is shown in Figure 6.3.2

Figure 6.3.2. \(\gamma(t) = (\cos t, 2 \sin t) \)

Activity 6.3.3.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp \gamma(t) = (4 \cos t + \sin 2t, 4 \sin t + \cos 2 t) \amp \amp t \in [0,2\pi] \end{align*}
Solution.

This is hard to immediately guess the shape. Both coordinates are bounded and periodic, so I do expect a shape that loops around in some way and return to the origin. However, since we have sums of trig functions with different amplitues and periods, I expect a slightly complicated kind of looping. Possible like a sinusoidal oscilaton along a circle, but maybe with self-intersections as well. This parametric curve is shown in Figure 6.3.3

Figure 6.3.3. \(\gamma(t) = (4 \cos t + \sin 2t, 4 \sin t + \cos 2t)\)

Activity 6.3.4.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp \gamma(t) = (3-t^2,t) \amp \amp t \in [-4,4] \end{align*}
Solution.

The \(y\) coordinates is just the parameter \(t\text{,}\) so I can think of this as a graph of the other coordinate (with the axes reverse, since here \(x\) will be a function of \(y\text{.}\) The \(x\) coordinate is a quadratic, so I expect a sideways parabola. This parametric curve is shown in Figure 6.3.4

Figure 6.3.4. \(\gamma(t) = (3-t^2,t)\)

Activity 6.3.5.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp \gamma(t) = \left( \frac{\pi^2}{t^2} \cos t, \frac{\pi^2}{t^2} \sin t \right) \amp \amp t \in [\pi, 4\pi] \end{align*}
Solution.

This is a typical setup for a spiral, with sine and cosine terms of the same period but an amplitude which changes with the parameter. Here, the amplitude is decreasing, so I expect an curve spiraling inward. This parametric curve is shown in Figure 6.3.5

Figure 6.3.5. \(\gamma(t) = \left( \frac{\pi^2}{t^2} \cos t, \frac{\pi^2}{t^2} \sin t \right) \)

Activity 6.3.6.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp \gamma(t) = (\sqrt{t}, \sqrt[3]{t} ) \amp \amp t \in [0,100] \end{align*}
Solution.

I expect a curved path out from the origin to \((10, \sqrt[3]{10}\text{.}\) This parametric curve is shown in Figure 6.3.6

Figure 6.3.6. \(\gamma(t) = (\sqrt{t}, \sqrt[3]{t})\)

Activity 6.3.7.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp r(t) = t \amp \amp \theta(t) = t \amp \amp t \in [0,4\pi] \end{align*}
Solution.

Both the radius and the angle grow at the same rate. I expect a spiral with linearly growing radius. This parametric curve is shown in Figure 6.3.7

Figure 6.3.7. \(r(t) = t\) and \(\theta(t) = t\)

Activity 6.3.8.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp r(t) = 4 + \sin t \amp \amp \theta(t) = t \amp \amp t \in [0, 2\pi] \end{align*}
Solution.

As the angle goes around, the radius oscilated between \(3\) and \(5\text{.}\) I expect a wobbly kind of circle, or perhaps more like an ellipse, since there is only one period of the oscilations as we go around the circle. This parametric curve is shown in Figure 6.3.8

Figure 6.3.8. \(r(t) = 4 + \sin t\) and \(\theta(t) = t\)

Activity 6.3.9.

Give an informal analysis of this curve by looking at its component functions, perhaps calculating some sample points, and trying to determine the behaviour of the shape. Check your informal analysis by computer to see the actual shape of the curve.

\begin{align*} \amp r(t) = 2^{-t} \amp \amp \theta(t) = \pi 2^t \amp \amp t \in [-2,2] \end{align*}
Solution.

The rate of revolution is increasing. At the same time, the radius is increasing. I expect a spiral into the origin. This parametric curve is shown in Figure 6.3.9

Figure 6.3.9. \(r(t) = 2^{-t}\) and \(\pi 2^t\)

Subsection 6.3.2 Reparametrization

Activity 6.3.10.

Consider a general parametric curve (in either \(\RR^2\) or \(\RR^3\)) \(\gamma(t)\) with \(t \in [0,\infty)\text{.}\) For each of these substitutions, describe how the reparametrization changes the movement along the curve and the domain of the parameter.

  1. \(\displaystyle t = 3s\)

  2. \(\displaystyle t = \frac{s}{4}\)

  3. \(\displaystyle t = s + 7\)

  4. \(\displaystyle t = s - 10\)

  5. \(\displaystyle t = s^2\)

  6. \(\displaystyle t = \sqrt{s}\)

  7. \(\displaystyle t = e^s\)

  8. \(\displaystyle t = -s\)

Solution.
  1. \begin{equation*} t = 3s \end{equation*}

    The movement will be consistently three times faster. For any value of \(s\text{,}\) the position based on the original parameter would be three times further along the curve, so movement along the curve happens three times as fast. The domain is still \(s \in [0, \infty)\text{.}\)

  2. \begin{equation*} t = \frac{s}{4} \end{equation*}

    The movement will be one quarter th eoriginal speed. For any value of \(s\text{,}\) the position based on the original parameter would be only one quarter as far along the curve, so motvement along the curve happens at one quarter the original speed. The domain is still \(s \in [0, \infty)\)

  3. \begin{equation*} t = s + 7 \end{equation*}

    The speed doesn't change. However, at \(s=0\) (the starting time for the new variable), the position is already partially along the curve, where the original parametrization would have been at \(t=7\text{.}\) The domain, to match the original curve, would be \(s \in [-7,\infty)\text{.}\)

  4. \begin{equation*} t = s - 10 \end{equation*}

    The speed doesn't change. However, at \(s=0\) (the starting time for the new variable), the position has moved back along the curve to \(t = -10\text{.}\) If \(t\) doesn't take negative values, then the curve would have to start the new variable at \(s = 10\text{.}\) The domain, to match the original curve, would be \(s \in [10,\infty)\text{.}\)

  5. \begin{equation*} t = s^2 \end{equation*}

    By squaring the new variable, the movement will be faster and faster compared with the old variable. Moving linearly in \(s\) is moving quadratically in \(t\text{.}\) The domain is still \(s\ in [0,\infty)\text{.}\)

  6. \begin{equation*} t = \sqrt{s} \end{equation*}

    By taking the square root, movement along the curve will be going slower and slower compared with the old variable. Moving linearly in \(s\) is moving only \(\sqrt{s}\) in \(t\text{.}\)The domain is still \(s\ in [0,\infty)\text{.}\)

  7. \begin{equation*} t = e^s \end{equation*}

    The speed will accelerate more and more compared with the old variable. This is like the quadratic change, but more dramatic, since the exponential function grows faster. The domain cannot actually match the original curve, since producing \(t = 0\) is impossible with the new variable. The closest domain is \(s \in (-\infty, \infty)\text{.}\)

  8. \begin{equation*} t = -s \end{equation*}

    The speed will not change, but the direction of movement along the curve will be reversed. The domain is \(s \in (-\infty,0]\text{.}\)

Subsection 6.3.3 Arclength

Activity 6.3.11.

Calculate the arclength of this parametric curve.

\begin{align*} \amp \gamma(t) = (t, 3t-6) \amp \amp t \in [0,7] \end{align*}
Solution.

I calculate the derivatives of the two coordinates.

\begin{align*} \amp x^{\prime}(t) = 1 \amp \amp y^\prime(t) = 3 \end{align*}

I then put them into a pythagorian combination.

\begin{equation*} \sqrt{1^2 + 3^2} = \sqrt{10} \end{equation*}

For arclength, I need to integrate this expression over the length of the curve.

\begin{align*} \int_0^7 \sqrt{10} dt \amp = 7\sqrt{10} \end{align*}

The result of this integral is the arclength of the curve.

Activity 6.3.12.

Calculate the arclength of this parametric curve.

\begin{align*} \amp \gamma(t) = (t^2, 1-t^2) \amp \amp t \in [0,4] \end{align*}
Solution.

I calculate the derivatives of the two coordinates.

\begin{align*} \amp x^{\prime}(t) = 2t \amp \amp y^\prime(t) = -2t \end{align*}

I then put these into a pythagorian combination.

\begin{equation*} \sqrt{(2t)^2 + (-2t)^2} = \sqrt{8t^2} = (2\sqrt{2})t \end{equation*}

For arclength, I need to integrate this expression over the length of the curve.

\begin{align*} \int_0^4 (2\sqrt{2}) t \amp = (2\sqrt{2}) \frac{t^2}{2} \Big|_0^4 = (2\sqrt{2}) \frac{16}{2} = 16 \sqrt{2} \end{align*}

The result of this integral is the arclength of the curve.

Activity 6.3.13.

Calculate the arclength of this parametric curve.

\begin{align*} \amp \gamma(t) = (4\cos(t^2),4\sin(t^2)) \amp \amp t \in [0,\sqrt{2\pi}] \end{align*}
Solution.

I calculate the derivatives of the two coordinates.

\begin{align*} \amp x^{\prime}(t) = -8t\sin (t^2) \amp \amp y^\prime(t) = 8t \cos (t^2) \end{align*}

I then put these into a pythagorian combination.

\begin{equation*} \sqrt{64 \sin^2 (t^2) + 64 \cos^2 (t^2)} = \sqrt{64} = 8 \end{equation*}

For arclength, I need to integrate this expression over the length of the curve.

\begin{align*} \int_0^{\sqrt{2\pi}} 8 \amp = 8 \sqrt{2\pi} \end{align*}

The result of this integral is the arclength of the function.

Activity 6.3.14.

This is a multi-part question on a historically important arclength calculation. (Some historical context is given and the end of the solution).

  1. Find a parametric curve which descrives an ellipse with semimajor axis \(a\) and semiminor axis \(b\text{.}\) (It is easiest for future stpes to orient the larger ellipse axis along the \(x\) axis.)

  2. Set up the arclength calculation to find the circumference of the ellipse.

  3. Factor \(a\) out of the square root and subtract a cosine term so that you can simplify using \((\sin^2 t + \cos^2 t = 1)\text{.}\)

  4. The eccentricity of the ellipse is defined to be the number \(e = \sqrt{1 - \frac{b^2}{a^2}}\text{.}\) Manipulate the integral so that \(e\) shows up under the square root, but \(a\) amd \(b\) are no longer under the square root.

  5. Calculate the integral in the special case \(e=0\text{.}\) (Since this happens only when \(a=b\text{,}\) this is a circle with radius \(a\text{;}\) you should recover the familiar circumference of a circle).

  6. Try to solve the integral for general eccentricity \(0 \lt e \lt 1\text{.}\) Comment on the problems and barriers to integration.

Solution.
  1. Find a parametric curve which descrives an ellipse with semimajor axis \(a\) and semiminor axis \(b\text{.}\)

    I can take the standard curve for the circle and just scale the amplitude of the two coordinate functions.

    \begin{equation*} \gamma(t) = (a \cos t, b \sin t) \end{equation*}

    The shape is given by one period of the sine and cosine functions, so \(t \in [0,2\pi]\text{.}\)

  2. Set up the arclength calculation to find the circumference of the ellipse.

    The derivatives are \(x^\prime = -a \sin t\) and \(y^\prime = b \cos t\text{.}\) I put these in a pythagorian combination and integrate to find the arclength.

    \begin{equation*} \int_0^{2\pi} \sqrt{a^2 \sin^2 (t) + b^2 \cos^2 (t)} dt \end{equation*}
  3. Factor \(a\) out of the square root and subtract a cosine term to that you can simplify using \((\sin^2 t + \cos^2 t = 1)\text{.}\)

    \begin{align*} \amp \int_0^{2\pi} \sqrt{a^2 \sin^2 (t) + b^2 \cos^2 (t)} dt\\ \amp = \int_0^{2\pi} \sqrt{a^2 \left( \sin^2 (t) + \frac{b^2}{a^2} \cos^2 (t)\right)} dt\\ \amp = \int_0^{2\pi} a \sqrt{ \sin^2 (t) + \frac{b^2}{a^2} \cos^2 (t)} dt\\ \amp = \int_0^{2\pi} a \sqrt{ \sin^2 (t) + \cos^2 t + \left( \frac{b^2}{a^2} - 1 \right) \cos^2 (t)} dt\\ \amp = \int_0^{2\pi} a \sqrt{ 1 + \left( \frac{b^2}{a^2} - 1 \right) \cos^2 (t)} dt \end{align*}
  4. The eccentricity of the ellipse is defined to be the number \(e = \sqrt{1 - \frac{b^2}{a^2}}\text{.}\) Manipulate the integral so that \(e\) shows up under the square root, but \(a\) amd \(b\) are no longer under the square root.

    \begin{gather*} \int_0^{2\pi} a \sqrt{ 1 + \left( \frac{b^2}{a^2} - 1 \right) \cos^2 (t)} dt\\ \int_0^{2\pi} a \sqrt{ 1 - \left( 1 - \frac{b^2}{a^2} \right) \cos^2 (t)} dt\\ = \int_0^{2\pi} a \sqrt{ 1 - e \cos^2 (t)} dt \end{gather*}
  5. Calculate the integral in the special case \(e=0\text{.}\)

    \begin{equation*} = \int_0^{2\pi} a \sqrt{ 1 - 0 \cos^2 (t)} dt = \int_0^{2\pi} a dt = 2\pi a \end{equation*}
  6. Try to solve the integral for general eccentricity \(0 \lt e \lt 1\text{.}\) Comment on the problems and barriers to integration.

    This is an impossible integral to solve with the methods in this course, or even with more advanced method. Without \(e=0\text{,}\) I can't make use of a trig identity to remove all the trig functions. I am left with this annoying \(\cos^2 t\) function inside the integral. No substitution works, since there are no trig functions outside the integral.

    This is called an elliptic integral (of the second kind, technically). It was a major motivator in 19th century mathematics, since the circumference of the ellipse was considered an important geometric problem. It led, indirectly, to the objects known as elliptic curves. These are very important geometric object which seem strangely named, since they don't look like they have anything to do with ellipses. The connection is these integrals. Elliptic curves were invented as part of some clever and complicated new methods to approach ellitpic integrals. In this sense, elliptic curves are not curves which are like ellipses, but rather, curves that solve some elliptic integrals.

Subsection 6.3.4 Parametrization by Arclength

Activity 6.3.15.

Parametrize this curve by arclength.

\begin{align*} \amp \gamma(t) = (t^2 \cos t, t^2 \sin t) \amp \amp t \in [0, \infty) \end{align*}
Solution.

First, I calculate the derivatives of the coordinate functions.

\begin{align*} \amp x^\prime = -2t \sin t - t^2 \sin t \amp \amp y^\prime = 2t \cos t + t^2 \cos t \end{align*}

Then I calculate the pythagorian combination of these. This is a pretty long calculation, but I will be able to make use of a number of trig identities to simplify the terms inside the square root, and some terms cancel.

\begin{align*} \amp \sqrt{4t^2 \cos^2 t - 4t^3 \cos t \sin t + t^2 \sin^2 t + 4t^2 \sin^2 t + 4t^3 \cos t \sin t + t^4 \cos^2 t}\\ \amp = \sqrt{4t^2 (\cos^2 t + \sin^2 t) + t^4 (\cos^2 t + \sin^2 t} \\ \amp = \sqrt{4t^2 + t^4} = t \sqrt{4+t^2} \end{align*}

Then I set up the arclength function, which is the integral of this pythagorian combination.

\begin{align*} s(t) \amp = \int_0^t u \sqrt{4 + u^2} du \end{align*}

I can use a substitution here.

\begin{align*} v \amp = 4 + u^2 \implies dv = 2u du \\ s(t) \amp = \int_4^{4+t^2} \frac{\sqrt{v}}{2} dv \\ \amp = \frac{v^{\frac{3}{2}}}{3} \Bigg|_4^{4+t^2} = \frac{(4 +t^2)^{\frac{3}{2}}}{3} - \frac{1}{3} \end{align*}

Then I invert the arclength function.

\begin{align*} s + \frac{1}{3} \amp = \frac{(4+t^2)^\frac{3}{2}}{3} \\ 3s + 1 \amp = (4+t^2)^\frac{3}{2}\\ (3s + 1)^{\frac{2}{3}} \amp = 4+t^2\\ (3s + 1)^{\frac{2}{3}} - 4 \amp = t^2\\ \sqrt{(3s + 1)^{\frac{2}{3}} - 4} \amp = t\\ t(s) \amp = \sqrt{(3s + 1)^{\frac{2}{3}} - 4} \end{align*}

Finally, I repalce \(t\) with this expression to get a parametrization in \(s\text{,}\) which is the parametrization by arclength.

\begin{align*} \amp \sqrt{(3s + 1)^{\frac{2}{3}} - 4} \gamma(s) \amp = \amp \left( \left((3s + 1)^{\frac{2}{3}} - 4 \right) \cos \left( \sqrt{(3s + 1)^{\frac{2}{3}} - 4} \right), \right. \\ \amp \amp \amp \left. \left( (3s + 1)^{\frac{2}{3}} - 4 \right) \sin \left( \sqrt{(3s + 1)^{\frac{2}{3}} - 4} \right) \right) \end{align*}

Activity 6.3.16.

Parametrize this curve by arclength. (The function \(s(t)\) will turn out to be imposible to invert algebraically. You can just leave the inverse implicit. Also, the integral is a difficult trig substitution; please just ask a computer algebra system for the result of the integral.)

\begin{align*} \amp \gamma(t) = (\ln t, 2t^2 - 1) \amp \amp t \in [1, \infty) \end{align*}
Solution.

First, I calculate the derivatives of the coordinate functions.

\begin{align*} \amp x^\prime = \frac{1}{t} \amp \amp y^\prime = 4t \end{align*}

Then I calculate the pythagorian combination of these.

\begin{equation*} \sqrt{\frac{1}{t^2} + 16t^2} = \sqrt{\frac{1 + 16t^4}{t^2}} = \frac{1}{t} \sqrt{1+ 16t^4} \end{equation*}

Then I set up the arclength function, which is the integral of this pythagorian combination.

\begin{align*} s(t) \amp = \int_1^t \frac{1}{u} \sqrt{ 1+ 16 u^4} du \end{align*}

I asked a computer algebra system for the value of this integral.

\begin{align*} s(t) \amp = \frac{1}{2} \left( \sqrt{1 + 16t^4} - \arctanh \left( \sqrt{ 1 + 16t^4} \right) - \sqrt{17} + \arctanh (17) \right) \end{align*}

This is not algebraically invertible. All I can do is call the inverse \(t(s)\) and replace it implicitly.

\begin{align*} \gamma(s) \amp = \left( \ln t(s), 2(t(s))^2 - 1) \right) \amp \amp s \in [0,\infty) \end{align*}

Activity 6.3.17.

Parametrize this curve by arclength. (The function \(s(t)\) will turn out to be impossible to invert algebraically. You can just leave the inverse implicit. Also, the integral is a difficult trig substitution; please just ask a computer algebra system for the result of the integral.)

\begin{align*} \amp \gamma(t) = (t^2 - 4t + 1, 2t - 2) \amp \amp t \in [0, \infty) \end{align*}
Solution.

First, I calculate the derivatives of the coordinate functions.

\begin{align*} \amp x^\prime = 2t - 4 \amp \amp y^\prime = 2 \end{align*}

Then I calculate the pythagorian combination of these.

\begin{equation*} \sqrt{4t^2 - 16t + 16 + 4} = \sqrt{4t^2 - 16t + 20} = 2 \sqrt{t^2 - 4t + 5} \end{equation*}

I'm going to complete the square here to make this more approachable.

\begin{equation*} 2 \sqrt{t^2 - 4t + 5} = 2 \sqrt{(t-2)^2 + 1} \end{equation*}

Then I set up the arclength function, which is the integral of this pythagorian combination.

\begin{align*} s(t) \amp = \int_0^t 2 \sqrt{(u-2)^2 + 1} du \end{align*}

I can shift using the substitution \(v = u-2\)

\begin{align*} s(t) \amp = \int_{-2}^{t-2} 2 \sqrt{v^2 + 1} du \end{align*}

This is a trig substitution. I asked a computer algebra for the solution.

\begin{align*} s(t) \amp = \frac{1}{2} \left( \sqrt{(t-2)^2 + 1} + \arcsinh t - 2 - \sqrt{3} - \arcsinh (-2) \right) \end{align*}

This is not algebraically invertible. All I can do is implicitly write \(t(s)\) for the inverse. Then I can replace \(t\) with this \(t(s)\) in this curve.

\begin{align*} \gamma(s) \amp = \left( (t(s))^2 - 4t(s) + 1, 2t(s) - 2 \right) \amp \amp t \in [0, \infty) \end{align*}

Subsection 6.3.5 Conceptual Review Questions

  • What is a parametric curve?

  • What is a parametrization?

  • What is the difference between a parametric curve and an implicit curve?

  • What is the arclength of a curve?

  • What is special about the parametrization by arclength?