1.6: Curves and their Tangent Vectors
( \newcommand{\kernel}{\mathrm{null}\,}\)
The right hand side of the parametric equation (x,y,z)=(1,1,0)+t⟨1,2,−2⟩ that we just saw in Warning 1.5.3 is a vector-valued function of the one real variable t. We are now going to study more general vector-valued functions of one real variable. That is, we are going to study functions that assign to each real number t (typically in some interval) a vector →r(t). For example
→r(t)=(x(t),y(t),z(t))
might be the position 1 of a particle at time t. As t varies →r(t) sweeps out a curve.
While in some applications t will indeed be “time”, it does not have to be. It can be simply a parameter that is used to label the different points on the curve that →r(t) sweeps out. We then say that →r(t) provides a parametrization of the curve.
While we will often use t as the parameter in a parametrized curve →r(t), there is no need to call it t. Sometimes it is natural to use a different name for the parameter. For example, consider the circle 2 x2+y2=a2. It is natural to use the angle θ in the sketch below to label the point (acosθ,asinθ) on the circle.
That is,
→r(θ)=(acosθ,asinθ)0≤θ<2π
is a parametrization of the circle x2+y2=a2. Just looking at the figure above, it is clear that, as θ runs from 0 to 2π, →r(θ) traces out the full circle.
However beware that just knowing that →r(t) lies on a specified curve does not guarantee that, as t varies, →r(t) covers the entire curve. For example, as t runs over the whole real line, 2πarctan(t) runs over the interval (−1,1). For all t,
→r(t)=(x(t),y(t))=a(2πarctan(t),√1−4π2arctan2(t))
is well-defined and obeys x(t)2+y(t)2=a2. But this →r(t) does not cover the entire circle because y(t) is always positive.
We can tweak the parametrization of Example 1.6.1 to get a parametrization of the circle of radius a that is centred on (h,k). One way to do so is to redraw the sketch of Example 1.6.1 with the circle translated so that its centre is at (h,k).
We see from the sketch that
→r(θ)=(h+acosθ,k+asinθ)0≤θ<2π
is a parametrization of the circle (x−h)2+(y−k)2=a2.
A second way to come up with this parametrization is to observe that we can turn the trig identity cos2t+sin2t=1 into the equation (x−h)2+(y−k)2=a2 of the circle by
- multiplying the trig identity by a2 to get (acost)2+(asint)2=a2 and then
- setting \boldsymbol{\ a\cos t=x-h\} and asint=y−k , which turns (acost)2+(asint)2=a2 into (x−h)2+(y−k)2=a2.
We can build parametrizations of the curves x2a2+y2b2=1 and x2/3+y2/3=a2/3 from the trig identity cos2t+sin2t=1, like we did in the second part of the last example.
- Setting \boldsymbol{\ \cos t=\frac{x}{a}\} and \boldsymbol{\ \sin t=\frac{y}{b}\} turns cos2t+sin2t=1 into x2a2+y2b2=1.
- Setting \boldsymbol{\ \cos t= \big(\frac{x}{a}\big)^{\frac{1}{3}}\} and \boldsymbol{\ \sin t=\big(\frac{y}{a}\big)^{\frac{1}{3}}\} turns cos2t+sin2t=1 into x2/3a2/3+y2/3a2/3=1.
So
→r(t)=(acost,bsint)0≤t<2π→r(t)=(acos3t,asin3t)0≤t<2π
give parametrizations of x2a2+y2b2=1 and x2/3+y2/3=a2/3, respectively. To see that running t from 0 to 2π runs →r(t) once around the curve, look at the figures below.
The curve x2/3+y2/3=a2/3 is called an astroid. From its equation, we would expect its sketch to look like a deformed circle. But it is probably not so obvious that it would have the pointy bits of the right hand figure. We will not explain here why they arise. The astroid is studied in some detail in Example 1.1.7 of the CLP-4 text. In particular, the above sketch is carefully developed there.
A very easy method that can often create parametrizations for a curve is to use x or y as a parameter. Because we can solve ey=1+x2 for y as a function of x, namely y=ln(1+x2), we can use x as the parameter simply by setting t=x. This gives the parametrization
→r(t)=(t,ln(1+t2))−∞<t<∞
It is also quite common that one can use either x or y to parametrize part of, but all of, a curve. A simple example is the circle x2+y2=a2. For each −a<x<a, there are two points on the circle with that value of x. So one cannot use x to parametrize the whole circle. Similarly, for each −a<y<a, there are two points on the circle with that value of y. So one cannot use y to parametrize the whole circle. On the other hand
→r(t)=(t,√a2−t2)−a<t<a→r(t)=(t,−√a2−t2)−a<t<a
provide parametrizations of the top half and bottom half, respectively, of the circle using x as the parameter, and
→r(t)=(√a2−t2,t)−a<t<a→r(t)=(−√a2−t2,t)−a<t<a
provide parametrizations of the right half and left half, respectively, of the circle using y as the parameter.
In this example, we will undo the parametrization →r(t)=(cost,7−t) and find the Cartesian equation of the curve in question. We may rewrite the parametrization as
x=costy=7−t
Note that we can eliminate the parameter t simply by using the second equation to solve for t as a function of y. Namely t=7−y. Substituting this into the first equation gives us the Cartesian equation
x=cos(7−y)
Curves often arise as the intersection of two surfaces. For example, the intersection of the sphere x2+y2+z2=1 with the plane y=x is a circle. The part of that circle that is in the first octant is the red curve in the figure below.
One way to parametrize such curves is to choose one of the three coordinates x, y, z as the parameter, and solve the two given equations for the remaining two coordinates, as functions of the parameter. Here are two examples.
The set of all (x,y,z) obeying
x−y=0x2+y2+z2=1
is the circle sketched above. We can choose to use y as the parameter and think of
x=yx2+z2=1−y2
as a system of two equations for the two unknowns x and z, with y being treated as a given constant, rather than as an unknown. We can now (trivially) solve the first equation for x, substitute the result into the second equation, and finally solve for z.
x=y, x2+z2=1−y2⟹z2=1−2y2
If, for example, we are interested in points (x,y,z) on the curve with z≥0, we have z=√1−2y2 and
→r(y)=(y,y,√1−2y2),−1√2≤y≤1√2
is a parametrization for the part of the circle above the xy-plane. If, on the other hand, we are interested in points (x,y,z) on the curve with z≤0, we have z=−√1−2y2 and
→r(y)=(y,y,−√1−2y2),−1√2≤y≤1√2
is a parametrization for the part of the circle below the xy-plane.
The previous example was rigged so that it was easy to solve for x and z as functions of y. In practice it is not always easy, or even possible, to do so. A more realistic example is the set of all (x,y,z) obeying
x2+y22+z23=1x2+2y2=z
which is the blue curve in the figure
(Don't worry about how we make sketches like this. We'll develop some surface sketching technique in §1.7 below.) Substituting x2=z−2y2 (from the second equation) into the first equation gives
−32y2+z+z23=1
or, completing the square,
−32y2+13(z+32)2=74
If, for example, we are interested in points (x,y,z) on the curve with y≥0, this can be solved to give y as a function of z.
y=√29(z+32)2−1412
Then x2=z−2y2 also gives x as a function of z. If x≥0,
x=√z−49(z+32)2+146=√43−49z2−13z
The other signs of x and y can be gotten by using the appropriate square roots. In this example, (x,y,z) is on the curve, i.e. satisfies the two original equations, if and only if all of (±x,±y,z) are also on the curve.
Derivatives and Tangent Vectors
This being a Calculus text, one of our main operations is differentiation. We are now interested in parametrizations →r(t). It is very easy and natural to extend our definition of derivative to →r(t) as follows.
The derivative of the vector valued function →r(t) is defined to be
→r′(t)=d→rdt(t)=limh→0→r(t+h)−→r(t)h
when the limit exists. In particular, if →r(t)=x(t)^ıı+y(t)^ȷȷ+z(t)ˆk, then
→r′(t)=x′(t)^ıı+y′(t)^ȷȷ+z′(t)ˆk
That is, to differentiate a vector valued function of t, just differentiate each of its components.
And of course differentiation interacts with arithmetic operations, like addition, in the obvious way. Only a little more thought is required to see that differentiation interacts quite nicely with dot and cross products too. Here are some examples.
Let
→a(t)=t2^ıı+t4^ȷȷ+t6ˆk→b(t)=e−t^ıı+e−3t^ȷȷ+e−5tˆkγ(t)=t2s(t)=sint
We are about to compute some derivatives. To make it easier to follow what is going on, we'll use some colour. When we apply the product rule
ddt[f(t)g(t)]=f′(t)g(t)+f(t)g′(t)
we'll use blue to highlight the factors f′(t) and g′(t). Here we go.
γ(t)→b(t)=t2e−t^ıı+t2e−3t^ȷȷ+t2e−5tˆk
gives
ddt[γ(t)→b(t)]=[2te−t−t2e−t]^ıı+[2te−3t−3t2e−3t]^ȷȷ+[2te−5t−5t2e−5t]ˆk=2t{e−t^ıı+e−3t^ȷȷ+e−5tˆk}+t2{−e−t^ıı−3e−3t^ȷȷ−5e−5tˆk}=γ′(t)→b(t)+γ(t)→b′(t)
and
→a(t)⋅→b(t)=t2e−t+t4e−3t+t6e−5t
gives
ddt[→a(t)⋅→b(t)]=[2te−t−t2e−t]+[4t3e−3t−3t4e−3t]+[6t5e−5t−5t6e−5t]=[2te−t+4t3e−3t+6t5e−5t]+[−t2e−t−3t4e−3t−5t6e−5t]={2t^ıı+4t3^ȷȷ+6t5ˆk}⋅{e−t^ıı+e−3t^ȷȷ+e−5tˆk}+{t2^ıı+t4^ȷȷ+t6ˆk}⋅{−e−t^ıı−3e−3t^ȷȷ−5e−5tˆk}=→a′(t)⋅→b(t)+→a(t)⋅→b′(t)
and
→a(t)×→b(t)=det[^ıı^ȷȷˆkt2t4t6e−te−3te−5t]=^ıı(t4e−5t−t6e−3t)−^ȷȷ(t2e−5t−t6e−t)+ˆk(t2e−3t−t4e−t)
gives
ddt[→a(t)×→b(t)]= ^ıı( 4t3e−5t − 6t5e−3t) − ^ȷȷ( 2te−5t − 6t5e−t)+ˆk( 2te−3t − 4t3e−t)+^ıı(−5t4e−5t+3t6e−3t)−^ȷȷ(−5t2e−5t+t6e−t)+ˆk(−3t2e−3t+t4e−t)={2t^ıı+4t3^ȷȷ+6t5ˆk}×{e−t^ıı+e−3t^ȷȷ+e−5tˆk}+{t2^ıı+t4^ȷȷ+t6ˆk}×{−e−t^ıı−3e−3t^ȷȷ−5e−5tˆk}=→a′(t)×→b(t)+→a(t)×→b′(t)
and
→a(s(t))=(sint)2^ıı+(sint)4^ȷȷ+(sint)6ˆk⟹ddt[→a(s(t))]=2(sint)cost^ıı+4(sint)3cost^ȷȷ+6(sint)5costˆk={2(sint)^ıı+4(sint)3^ȷȷ+6(sint)5ˆk}cost=→a′(s(t))s′(t)
Of course these examples extend to general (differentiable) →a(t), →b(t), γ(t) and s(t) and give us (most of) the following theorem.
Let
- →a(t),→b(t) be vector valued differentiable functions of t∈R that take values in Rn and
- α,β∈R be constants and
- γ(t) and s(t) be real valued differentiable functions of t∈R
Then
(a)ddt[α→a(t)+β→b(t)]=α→a′(t)+β→b′(t)(linear combination)(b)ddt[γ(t)→b(t)]=γ′(t)→b(t)+γ(t)→b′(t)(multiplication by scalar function)(c)ddt[→a(t)⋅→b(t)]=→a′(t)⋅→b(t)+→a(t)⋅→b′(t)(dot product)(d)ddt[→a(t)×→b(t)]=→a′(t)×→b(t)+→a(t)×→b′(t) (cross product)(e)ddt[→a(s(t))]=→a′(s(t))s′(t)(composition)
Let's think about the geometric significance of →r′(t). In particular, let's think about the relationship between →r′(t) and distances along the curve. The derivative →r′(t) is the limit of →r(t+h)−→r(t)h as h→0. The numerator, →r(t+h)−→r(t), is the vector with head at →r(t+h) and tail at →r(t).
When h is very small this vector
- has the essentially the same direction as the tangent vector to the curve at →r(t) and
- has length being essentially the length of the part of the curve between →r(t) and →r(t+h).
Taking the limit as h→0 yields that
- →r′(t) is a tangent vector to the curve at →r(t) that points in the direction of increasing t and
- if s(t) is the length of the part of the curve between →r(0) and →r(t), then dsdt(t)=|d→rdt(t)|.
This is worth stating formally.
Let →r(t) be a parametrized curve.
- Denote by ˆT the unit tangent vector to the curve at →r(t) pointing in the direction of increasing t. If →r′(t)≠0 then
ˆT(t)=→r′(t)|→r′(t)|
- Denote by s(t) the length of the part of the curve between →r(0) and →r(t). Then
dsdt(t)=|d→rdt(t)|s(T)−s(T0)=∫TT0|d→rdt(t)|d
- In particular, if the parameter happens to be arc length, i.e. if t=s, so that dsds=1, then
|d→rdt(s)|=1ˆT(s)=→r′(s)
As an application, we have the
If →r(t)=(x(t),y(t),z(t)) is the position of a particle at time t, then
and the distance travelled between times T0 and T is
s(T)−s(T0)=∫TT0|d→rdt(t)|dt=∫TT0√(x′(t)2+y′(t)2+z′(t)2dtNote that the velocity →v(t)=→r′(t) is a vector quantity while the speed dsdt(t)=|→r′(t)| is a scalar quantity.
In general it can be quite difficult to compute arc lengths. So, as an easy warmup example, we will compute the circumference of the circle 3 x2+y2=a2. We'll also find a unit tangent to the circle at any point on the circle. We'll use the parametrization
→r(θ)=(acosθ,asinθ)0≤θ≤2π
of Example 1.6.1. Using Lemma 1.6.12, but with the parameter t renamed to θ
→r′(θ)=−asinθ^ıı+acosθ^ȷȷˆT(θ)=→r′(θ)|→r′(θ)|=−sinθ^ıı+cosθ^ȷȷdsdθ(θ)=|→r′(θ)|=as(Θ)−s(0)=∫Θ0|→r′(θ)|dθ=aΘ
As 4 s(Θ) is the arc length of the part of the circle with 0≤θ≤Θ, the circumference of the whole circle is
s(2π)=2πa
which is reassuring, since this formula has been known 5 for thousands of years.
The formula s(Θ)−s(0)=aΘ also makes sense — the part of the circle with 0≤θ≤Θ is the fraction Θ2π of the whole circle, and so should have length Θ2π×2πa. Also note that
→r(θ)⋅ˆT(θ)=(acosθ,asinθ)⋅(−sinθ,cosθ)=0
so that the tangent to the circle at any point is perpendicular to the radius vector of the circle at that point. This is another geometric fact that has been known 6 for thousands of years.
Consider the curve
→r(t)=6sin(2t)^ıı+6cos(2t)^ȷȷ+5tˆk
where the standard basis vectors ^ıı=(1,0,0), ^ȷȷ=(0,1,0) and ˆk=(0,0,1). We'll first sketch it, by observing that
- x(t)=6sin(2t) and y(t)=6cos(2t) obey
x(t)2+y(t)2=36sin2(2t)+36cos2(2t)=36
So all points of the curve lie on the cylinder x2+y2=36 and - as t increases, (x(t),y(t)) runs clockwise around the circle x2+y2=36 and at the same time z(t)=5t just increases linearly.
Our curve is the helix
We have marked three points of the curve on the above sketch. The first has t=0 and is 0^ıı+6^ȷȷ+0ˆk. The second has t=π2 and is 0^ıı−6^ȷȷ+5π2ˆk, and the third has t=π and is 0^ıı+6^ȷȷ+5πˆk. We'll now use Lemma 1.6.12 to find a unit tangent ˆT(t) to the curve at →r(t) and also the arclength of the part of curve between t=0 and t=π.
→r(t)=6sin(2t)^ıı+6cos(2t)^ȷȷ+5tˆk→r′(t)=12cos(2t)^ıı−12sin(2t)^ȷȷ+5ˆkdsdt(t)=|→r′(t)|=√122cos2(2t)+122sin2(2t)+52=√122+52=13ˆT(t)=→r′(t)|→r′(t))|=1213cos(2t)^ıı−1213sin(2t)^ȷȷ+513ˆks(π)−s(0)=∫π0|→r′(t)|dt=13π
Imagine that, at time t, a particle is at
→r(t)=[h+acos(2πtT)]^ıı+[k+asin(2πtT)]^ȷȷ
As |→r(t)−h^ıı−k^ȷȷ|=a, the particle is running around the circle of radius a centred on (h,k). When t increases by T, the argument, 2πtT, of cos(2πtT) and sin(2πtT) increases by exactly 2π and the particle runs exactly once around the circle. In particular, it travels a distance 2πa. So it is moving at speed 2πaT. According to Lemma 1.6.13, it has
velocity =→r′(t)=−2πaTsin(2πtT)^ıı+2πaTcos(2πtT)^ȷȷspeed=dsdt(t)=|→r′(t)|=2πaTacceleration=→r″(t)=−4π2aT2cos(2πtT)^ıı−4π2aT2sin(2πtT)^ȷȷ=−4π2T2[→r(t)−h^ıı−k^ȷȷ]
Here are some observations.
- The velocity →r′(t) has dot product zero with →r(t)−h^ıı−k^ȷȷ, which is the radius vector from the centre of the circle to the particle. So the velocity is perpendicular to the radius vector, and hence parallel to the tangent vector of the circle at →r(t).
- The speed given by Lemma 1.6.13 is exactly the speed we found above, just before we started applying Lemma 1.6.13.
- The acceleration →r″(t) points in the direction opposite to the radius vector.
Exercises
Stage 1
Questions 1.6.2.1 through 1.6.2.5 provide practice with curve parametrization. Being comfortable with the algebra and interpretation of these descriptions are essential ingredients in working effectively with parametrizations.
Consider the following time-parametrized curve:
→r(t)=(cos(π4t),(t−5)2)
List the three points (−1/√2,0), (1,25), and (0,25) in chronological order.
At what points in the xy-plane does the curve (sint,t2) cross itself? What is the difference in t between the first time the curve crosses through a point, and the last?
Find the specified parametrization of the first quadrant part of the circle x2+y2=a2.
- In terms of the y coordinate.
- In terms of the angle between the tangent line and the positive x-axis.
- In terms of the arc length from (0,a).
A circle of radius a rolls along the x-axis in the positive direction, starting with its centre at (a,a). In that position, we mark the topmost point on the circle P. As the circle moves, P moves with it. Let θ be the angle the circle has rolled - see the diagram below.
- Give the position of the centre of the circle as a function of θ.
- Give the position of P a function of θ.
The curve C is defined to be the intersection of the ellipsoid
x2−14y2+3z2=1
and the plane
x+y+z=0.
When y is very close to 0, and z is negative, find an expression giving z in terms of y.
A particle traces out a curve in space, so that its position at time t is
→r(t)=e−t^ıı+1t^ȷȷ+(t−1)2(t−3)2ˆk
for t>0.
Let the positive z axis point vertically upwards, as usual. When is the particle moving upwards, and when is it moving downwards? Is it moving faster at time t=1 or at time t=3?
Below is the graph of the parametrized function →r(t). Let s(t) be the arclength along the curve from →r(0) to →r(t).
Indicate on the graph s(t+h)−s(t) and →r(t+h)−→r(t). Are the quantities scalars or vectors?
What is the relationship between velocity and speed in a vector-valued function of time?
Let →r(t) be a vector valued function. Let →r′, →r″, and →r‴ denote d→rdt, d2→rdt2, and d3→rdt3, respectively. Express
ddt[(→r×→r′)⋅→r″]
in terms of →r, →r′, →r″, and →r‴. Select the correct answer.
- (→r′×→r″)⋅→r‴
- (→r′×→r″)⋅→r+(→r×→r′)⋅→r‴
- (→r×→r′)⋅→r‴
- 0
- None of the above.
Stage 2
Find the speed of a particle with the given position function
→r(t)=5√2t^ıı+e5t^ȷȷ−e−5tˆk
Select the correct answer:
- |→v(t)|=(e5t+e−5t)
- |→v(t)|=√10+5et+5e−t
- |→v(t)|=√10+e10t+e−10t
- |→v(t)|=5(e5t+e−5t)
- |→v(t)|=5(et+e−t)
Find the velocity, speed and acceleration at time t of the particle whose position is →r(t). Describe the path of the particle.
- →r(t)=acost^ıı+asint^ȷȷ+ctˆk
- →r(t)=acostsint^ıı+asin2t^ȷȷ+acostˆk
- Let
→r(t)=(t2,3,13t3)
Find the unit tangent vector to this parametrized curve at t=1, pointing in the direction of increasing t. - Find the arc length of the curve from (a) between the points (0,3,0) and (1,3,−13).
Using Lemma 1.6.12, find the arclength of →r(t)=(t,√32t2,t3) from t=0 to t=1.
A particle's position at time t is given by →r(t)=(t+sint,cost) 7 . What is the magnitude of the acceleration of the particle at time t?
A curve in R3 is given by the vector equation →r(t)=(2tcost,2tsint,t33)
- Find the length of the curve between t=0 and t=2.
- Find the parametric equations of the tangent line to the curve at t=π.
Let →r(t)=(3cost,3sint,4t) be the position vector of a particle as a function of time t≥0.
- Find the velocity of the particle as a function of time t.
- Find the arclength of its path between t=1 and t=2.
Consider the curve
→r(t)=13cos3t^ıı+13sin3t^ȷȷ+sin3tˆk
- Compute the arc length of the curve from t=0 to t=π2.
- Compute the arc length of the curve from t=0 to t=π.
Let →r(t)=(13t3,12t2,12t), t≥0. Compute s(t), the arclength of the curve at time t.
Find the arc length of the curve →r(t)=(tm,tm,t3m/2) for 0≤a≤t≤b, and where m>0. Express your result in terms of m, a, and b.
If a particle has constant mass m, position →r, and is moving with velocity →v, then its angular momentum is L=m(→r×→v).
For a particle with mass m=1 and position function →r=(sint,cost,t), find \(\left|\frac{\mathrm{d}\textbf{L}{\mathrm{d}t} \right|\text{.}\)
Consider the space curve Γ whose vector equation is
→r(t)=tsin(πt)^ıı+tcos(πt)^ȷȷ+t2ˆk0≤t<∞
This curve starts from the origin and eventually reaches the ellipsoid E whose equation is 2x2+2y2+z2=24.
- Determine the coordinates of the point P where Γ intersects E.
- Find the tangent vector of Γ at the point P.
- Does Γ intersect E at right angles? Why or why not?
Suppose a particle in 3-dimensional space travels with position vector →r(t), which satisfies →r″(t)=−→r(t). Show that the “energy” |→r(t)|2+|→r′(t)|2 is constant (that is, independent of t).
Stage 3
A particle moves along the curve \cC of intersection of the surfaces z2=12y and 18x=yz in the upward direction. When the particle is at (1,3,6) its velocity \vec{v} and acceleration \vec{a} are given by
\vec{v} =6\,\hat{\pmb{\imath}}+12\,\hat{\pmb{\jmath}}+12\,\hat{\mathbf{k}}\qquad \vec{a} = 27\,\hat{\pmb{\imath}}+30\,\hat{\pmb{\jmath}}+6\,\hat{\mathbf{k}} \nonumber
- Write a vector parametric equation for \cC using u=\frac{z}{6} as a parameter.
- Find the length of \cC from (0,0,0) to (1,3,6)\text{.}
- If u=u(t) is the parameter value for the particle's position at time t\text{,} find \frac{\mathrm{d}u}{\mathrm{d}t} when the particle is at (1,3,6)\text{.}
- Find \frac{\mathrm{d}^2u}{\mathrm{d}t^2} when the particle is at (1,3,6)\text{.}
A particle of mass m = 1 has position \vec{r}_0 = \frac{1}{2}\,\hat{\mathbf{k}} and velocity \vec{v}_0 =\frac{\pi^2}{2}\,\hat{\pmb{\imath}} at time 0\text{.} It moves under a force
\textbf{F}(t) = -3t\,\hat{\pmb{\imath}} + \sin t\,\hat{\pmb{\jmath}} + 2e^{2t}\,\hat{\mathbf{k}}. \nonumber
- Determine the position \vec{r}(t) of the particle depending on t\text{.}
- At what time after time t = 0 does the particle cross the plane x = 0 for the first time?
- What is the velocity of the particle when it crosses the plane x = 0 in part (b)?
Let C be the curve of intersection of the surfaces y=x^2 and z=\frac{2}{3}x^3\text{.} A particle moves along C with constant speed such that \frac{\mathrm{d}x}{\mathrm{d}t} \gt 0\text{.} The particle is at (0,0,0) at time t=0 and is at (3,9,18) at time t=\frac{7}{2}\text{.}
- Find the length of the part of C between (0,0,0) and (3,9,18)\text{.}
- Find the constant speed of the particle.
- Find the velocity of the particle when it is at \big(1,1,\frac{2}{3}\big)\text{.}
- Find the acceleration of the particle when it is at \big(1,1,\frac{2}{3}\big)\text{.}
A camera mounted to a pole can swivel around in a full circle. It is tracking an object whose position at time t seconds is x(t) metres east of the pole, and y(t) metres north of the pole.
In order to always be pointing directly at the object, how fast should the camera be programmed to rotate at time t\text{?} (Give your answer in terms of x(t) and y(t) and their derivatives, in the units rad/sec.)
A projectile falling under the influence of gravity and slowed by air resistance proportional to its speed has position satisfying
\frac{d^2\vec{r}}{dt^2}=-g\hat{\mathbf{k}}-\alpha \frac{d\vec{r}}{dt} \nonumber
where \alpha is a positive constant. If \vec{r}=\vec{r}_0 and \frac{d\vec{r}}{dt}=\vec{v}_0 at time t=0\text{,} find \vec{r}(t)\text{.} (Hint: Define \textbf{u}(t)=e^{\alpha t}\frac{d\vec{r}}{dt}(t) and substitute \frac{d\vec{r}}{dt}(t)=e^{-\alpha t}\textbf{u}(t) into the given differential equation to find a differential equation for \textbf{u}\text{.})
At time t=0 a particle has position and velocity vectors \vec{r}(0)=\left \langle -1,0,0 \right \rangle and \vec{v}(0)=\left \langle 0,-1,1 \right \rangle\text{.} At time t\text{,} the particle has acceleration vector
\vec{a}(t)=\left \langle \cos t,\sin t,0 \right \rangle \nonumber
- Find the position of the particle after t seconds.
- Show that the velocity and acceleration of the particle are always perpendicular for every t\text{.}
- Find the equation of the tangent line to the particle's path at t=-\pi/2\text{.}
- True or False: None of the lines tangent to the path of the particle pass through (0,0,0)\text{.} Justify your answer.
The position of a particle at time t (measured in seconds s) is given by
\vec{r}(t)=t\cos\left(\frac{\pi t}{2}\right)\hat{\pmb{\imath}} +t\sin\left(\frac{\pi t}{2}\right)\hat{\pmb{\jmath}} +t\,\hat{\mathbf{k}} \nonumber
- Show that the path of the particle lies on the cone z^2=x^2+y^2\text{.}
- Find the velocity vector and the speed at time t\text{.}
- Suppose that at time t=1s the particle flies off the path on a line L in the direction tangent to the path. Find the equation of the line L\text{.}
- How long does it take for the particle to hit the plane x=-1 after it started moving along the straight line L\text{?}
- The curve \vec{r}_1(t)=\left \langle 1+t, t^2, t^3 \right \rangle and \vec{r}_2(t)=\left \langle \cos t, \sin t, t \right \rangle intersect at the point P(1,0,0)\text{.} Find the angle of intersection between the curves at the point P\text{.}
- Find the distance between the line of intersection of the planes x+y-z=4 and 2x-z=4 and the line \vec{r}(t)=\left \langle t, -1+2t, 1+3t \right \rangle\text{.}
- When we say \vec{r}(t) = \big( x(t), y(t), z(t)\big)\text{,} we mean that \big( x(t), y(t), z(t)\big) is the point at the head of the vector \vec{r}(t) when its tail is at the origin.
- We of course assume that the constant a\gt 0\text{.}
- We of course assume that the constant a\gt 0\text{.}
- You might guess that \Theta is a capital Greek theta. You'd be right.
- The earliest known written approximations of \pi in Egypt and Babylon, date from 1900–1600BC. The first recorded algorithm for rigorously evaluating \pi was developed by Archimedes around 250 BC. The first use of the symbol \pi for the ratio between the circumference of a circle and its diameter, in print was in 1706 by William Jones.
- It is Proposition 18 in Book 3 of Euclid's Elements. It was published around 300BC.