Je bent je ingevulde velden bij deze pagina aan het verwijderen. Ben je zeker dat je dit wilt doen?
You are erasing your filled-in fields on this page. Are you sure that is what you want?
Nieuwe Versie BeschikbaarNew Version Available
Er is een update van deze pagina. Als je update naar de meest recente versie, verlies je mogelijk je huidige antwoorden voor deze pagina. Hoe wil je verdergaan ?
There is an updated version of this page. If you update to the most recent version, then your current progress on this page will be erased. Regardless, your record of completion will remain. How would you like to proceed?
A curve is a continuous function \(\gamma : [a,b] \to \mathbb {R}^3\) from an interval to the plane or space. It also
corresponds to three continuous functions
\[ \gamma (t) = (x(t), y(t), z(t) ) \]
which can be interpreted as a change of
variables. It can be used to model:
A curved object in the plane or space like a wire or a fence.
A particle moving around. The coordinates \((x(t), y(t), z(t))\) represent the position at time
\(t\).
Sometimes, we call the image of \(\gamma \) the curve (the object in the plane or space), and call
\(\gamma \) the parametrization.
The derivative
\[ \gamma ' (t) = (x'(t), y'(t), z'(t) ) \]
is called the velocity. Under the second interpretation, the direction
of \(\gamma ' (t) \) is the direction in which the particle is moving at time \(t\). The length \(\vert \gamma ' (t) \vert \) is the speed
in which the particle is moving at time \(t\).
Let \(C \subset \mathbb {R}^3\) be a curve, \(\gamma : [a,b] \to \mathbb {R}^3\) a parametrization of \(C\), and \(f : \mathbb {R}^3 \to \mathbb {R}\) a continuous function. The integral of \(f\)
along \(C\) is defined as
If \(f (\gamma (t)) > 0 \), the integral above can be interpreted as the mass of a wire with shape \(C\) and
density \(f\).
Note: the above integral is independent of the parametrization, and in particular does
not depend on the direction in which the curve is travelled by the parametrization.
Later we will consider line integrals of vector fields. They will change sign if we travel
the curve in the opposite direction.
3 Exercises on curves and line integrals
Find the curve of intersection of the surfaces \(y = x^2\) and \(z = x^3\).
We are looking for a curve
\[ \gamma (t) = (x(t) , y(t) , z(t) ) \]
The condition \(y = x^2\) establishes that whatever we use for \(x(t)\), then
\(y(t)\) is going to be the square of that. The condition \(z = x^3\) establishes that whatever we use for
\(x(t)\), then \(z(t)\) is going to be the cube of that. Using these restrictions, we can write
Find the curve of intersection of the surfaces \((x-2)^2 + (y- 3 )^2 = 4\) and \(x+y+ z = 0\).
We are looking for a curve
\[ \gamma (t) = (x(t) , y(t) , z(t) ) \]
that goes around the intersection of the surfaces, which is an ellipse because it is the
intersection of a cylinder with a plane. In the equation of the plane, we can
isolate each variable in terms of the others. This means that once two of \(x(t)\), \(y(t)\),
and \(z(t)\) are defined, the other will be defined in terms of the other two. The
cylinder \((x-2)^2 + (y- 3 )^2 = 4\) has center \((2,3)\) and radius \(2\), so to guarantee a curve winds around we can
define
\begin{gather*} x(t) = 2 + 2 \cos t \\ y(t) = 3 + 2 \sin t \end{gather*}
From the equation of the plane we get \(z = - x - y \), so
\[ z (t) = - x(t ) - y(t) = - 5 - 2 \cos t - 2 \sin t \]
Then the curve is
\[ \gamma (t) = ( 2 + 2 \cos t , 3 + 2 \sin t , - 5 - 2 \cos t - 2 \sin t ) \]
with
\(0 \leq t \leq 2 \pi \)
Note: using similar logic, a good idea would be to instead take the curve
with \(-2 \leq t \leq 2\).
However, this curve would only cover half of the ellipse.
Find the tangent line to the curve \(\gamma (t) = ( t \cos t , t \sin t , t )\) at the point \((- \pi , 0, \pi )\). Find the speed of the curve when
it is passing through that point.
To answer both questions, we need to identify the velocity
\[ \gamma ' (t) = ( \cos t - t \sin t , \sin t + t \cos t , 1 ) \]
We also need to
identify when the curve passes through that point. By looking at the third
coordinate, we see that it is at \(t = \pi \). At that time, the velocity is
The speed at time \(t = \pi \) is given by
\(\vert \gamma ' (\pi ) \vert = \sqrt {\pi ^2 + 2 }\)
Find the tangent line to the curve \(\gamma (t) = ( t^2 + 1 , 3t + 1, t - t^2 ) \) at the point \(( 5,7,-2 )\). Find the speed of the curve when
it is passing through that point.
To answer both questions, we need to identify the velocity
\[ \gamma ' (t) = ( 2t , 3, 1 - 2t ) \]
We also need to
identify when the curve passes through that point. By looking at the third
coordinate, we see that it is at \(t = 2 \). At that time, the velocity is
\[ \gamma ' (2 ) = ( 4, 3, - 3 ) \]
Then the
line tangent to the curve at the point \(( 5,7,-2 )\) is
\[ \alpha (t) = ( 5,7,-2 ) + t ( 4, 3 , -3 ) \]
The speed at time \(t = 2\) is given by
\(\vert \gamma ' (2) \vert = \sqrt { 16 + 9 + 9 } = \sqrt {34}\)
Compute the length of the curve \(\gamma (t) = (\cos t , \sin t , t)\) with \(0 \leq t \leq 4 \pi \)
The length is the integral of the speed. We compute
where we used the substitution \(u = 4 + 4 t^2 + 9 t^3\).
We are building a fence whose shape is the curve \(C \subset \mathbb {R}^2\) with parametrization \(\gamma (t) = ( 2 \sin t , 3 \cos t) \) with \(\pi / 4 \leq t \leq \pi /2 \).
Assume the cost of building at the point with coordinates \((x,y)\) is given by \(f(x,y) = 200 xy \) dollars per
meter. What is the cost of building the fence?
The total cost is the accumulation of \(f\) along the trajectory \(\gamma \). In other words, the
integral
\[ \int _ C f \, ds \]
To compute it, we need the Jacobian, which we obtan by
\begin{gather*} \gamma ' (t) = ( 2 \cos t , -3 \sin t )\\ \vert \gamma ' (t) \vert = \sqrt { 4 \cos ^2 t + 9 \sin ^2 t } = \sqrt { 4 + 5 \sin ^2 t } \end{gather*}
The integrand \(f(x,y) = 200 xy\) in
terms of \(t\) becomes
\[ f (t) = 1200 \cos t \sin t \]
Then the integral becomes
\[ \int _ C f \, ds = \int _ {\pi / 4} ^{ \pi / 2 } ( 1200 \cos t \sin t ) \sqrt { 4 + 5 \sin ^2 t } \, dt \]
With the change of variables \( u = 4 + 5 \sin ^2 t\), we get \(u ' = 10 \sin t \cos t\),
and