Exercise 5.3 — Vector-Valued Functions: Velocity, Acceleration & Speed
All questions in this exercise are listed below. Click on a question to view its solution.
This exercise contains 3 questions. Use the Questions tab to view and track them.
Key Concepts
This exercise focuses on the following concepts:
-
Vector-valued position functions r(t)
-
Domain and range of vector functions (intersection of component domains)
-
Velocity as the derivative of position: v(t)=r′(t)
-
Acceleration as the derivative of velocity: a(t)=v′(t)=r′′(t)
- Speed as a scalar-valued magnitude function ∣v(t)∣
- Differentiation of vector functions (component-wise)
v(t)=r′(t)=dtdr
a(t)=v′(t)=r′′(t)=dt2d2r
∣v(t)∣=[x′(t)]2+[y′(t)]2+[z′(t)]2
(For 2D motion, omit the z-component.)
Worked Example
Let r(t)=t3i^+e−2tj^+sin2tk^.
Step 1 — Velocity vector:
v(t)=r′(t)=3t2i^−2e−2tj^+2cos2tk^
Step 2 — Acceleration vector:
a(t)=v′(t)=6ti^+4e−2tj^−4sin2tk^
Step 3 — Speed at any time t:
∣v(t)∣=(3t2)2+(−2e−2t)2+(2cos2t)2=9t4+4e−4t+4cos22t
Summary
This exercise covers the analysis of particle motion using vector-valued functions:
- Domain of r(t) = intersection of domains of all component functions.
- Velocity: differentiate each component of r(t) once.
- Acceleration: differentiate each component of r(t) twice.
- Speed: take the magnitude of the velocity vector using the Pythagorean formula.