BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusMotion in Space: Velocity, Acceleration, and Projectile Motion
Study Guide842 words

Motion in Space: Velocity, Acceleration, and Projectile Motion

Motion in Space

Motion in Space: Velocity, Acceleration, and Projectile Motion

This study guide covers the application of vector-valued functions to describe the kinematics of particles moving through two-dimensional and three-dimensional space.

Learning Objectives

By the end of this module, you should be able to:

  • Calculate the velocity, acceleration, and speed vectors for a particle given its position function r(t)\mathbf{r}(t)r(t).
  • Interpret the physical meaning of the tangent vector as it relates to the direction of motion.
  • Solve problems involving projectile motion by applying initial conditions and gravitational constants.
  • Decompose acceleration into its tangential and normal components (aTa_TaT​ and aNa_NaN​).

Key Terms & Glossary

  • Position Vector (r(t)\mathbf{r}(t)r(t)): A vector-valued function representing the location of an object at time ttt.
  • Velocity Vector (v(t)\mathbf{v}(t)v(t)): The first derivative of position with respect to time; it is always tangent to the path of motion.
  • Speed (v(t)v(t)v(t)): The magnitude of the velocity vector, a scalar quantity: ∥v(t)∥\|\mathbf{v}(t)\|∥v(t)∥.
  • Acceleration Vector (a(t)\mathbf{a}(t)a(t)): The derivative of the velocity vector; represents the rate of change of velocity.
  • Projectile Motion: The motion of an object thrown or projected into the air, subject only to the acceleration of gravity.

The "Big Idea"

In single-variable calculus, we study motion along a line. In Motion in Space, we extend these concepts using vector calculus. The "Big Idea" is that the geometry of a curve (its shape in R3\mathbb{R}^3R3) is intrinsically linked to the physics of motion. By differentiating the position vector r(t)\mathbf{r}(t)r(t), we don't just get a rate—we get a direction. This allows us to predict where an object will be, how fast it is going, and how its path is curving at any given instant.

Formula / Concept Box

QuantityVector FormulaScalar Formula / Property
Positionr(t)=f(t)i+g(t)j+h(t)k\mathbf{r}(t) = f(t)\mathbf{i} + g(t)\mathbf{j} + h(t)\mathbf{k}r(t)=f(t)i+g(t)j+h(t)kCoordinates (x,y,z)(x, y, z)(x,y,z) at time ttt
Velocityv(t)=r′(t)\mathbf{v}(t) = \mathbf{r}'(t)v(t)=r′(t)v(t)=⟨x′(t),y′(t),z′(t)⟩\mathbf{v}(t) = \langle x'(t), y'(t), z'(t) \ranglev(t)=⟨x′(t),y′(t),z′(t)⟩
Accelerationa(t)=v′(t)=r′′(t)\mathbf{a}(t) = \mathbf{v}'(t) = \mathbf{r}''(t)a(t)=v′(t)=r′′(t)Direction of net force (Newton's 2nd Law)
SpeedN/AN/AN/Av(t)=∥v(t)∥=(x′)2+(y′)2+(z′)2v(t) = \|\mathbf{v}(t)\| = \sqrt{(x')^2 + (y')^2 + (z')^2}v(t)=∥v(t)∥=(x′)2+(y′)2+(z′)2​

[!IMPORTANT] The velocity vector v(t)\mathbf{v}(t)v(t) is always tangent to the path of the particle. The acceleration vector a(t)\mathbf{a}(t)a(t), however, points toward the "inside" of the curve.

Hierarchical Outline

  1. Foundations of Motion
    • r(t)\mathbf{r}(t)r(t) as a Space Curve: Motion is a parameterization of a curve where ttt is time.
    • Derivatives: Differentiating component-wise yields velocity and acceleration.
  2. Kinematic Quantities
    • Speed vs. Velocity: Speed is the scalar magnitude; velocity is the directed vector.
    • Integration: Integrating a(t)\mathbf{a}(t)a(t) with initial conditions v(0)\mathbf{v}(0)v(0) and r(0)\mathbf{r}(0)r(0) recovers the path.
  3. Projectile Motion
    • Gravity: Constant acceleration a(t)=−gj\mathbf{a}(t) = -g\mathbf{j}a(t)=−gj (where g≈9.8 m/s2g \approx 9.8 \, m/s^2g≈9.8m/s2 or $32 , ft/s^2$).
    • Initial Velocity: Defined by angle θ\thetaθ and initial speed v0v_0v0​.
  4. Components of Acceleration
    • Tangential (aTa_TaT​): Changes the speed.
    • Normal (aNa_NaN​): Changes the direction (points toward center of curvature).

Visual Anchors

Kinematic Derivative Chain

Loading Diagram...
Figure 1 — Mermaid diagram

Projectile Trajectory Breakdown

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Definition: Speed Minimization The point in time where the magnitude of velocity is at its lowest. This often occurs at the peak of a trajectory in projectile motion.

    • Example: For \mathbf{r}(t) = \langle t$, $t^2 \rangle, velocity is \langle 1$, $2t \rangle. Speed is 1+4t2\sqrt{1+4t^2}1+4t2​. The minimum speed occurs at t=0t=0t=0, where v(0)=1v(0) = 1v(0)=1.
  • Definition: Acceleration Proportionality When the acceleration vector is a scalar multiple of the position vector, often seen in circular or elliptical motion.

    • Example: For \mathbf{r}(t) = \langle \cos t$, $\sin t \rangle, \mathbf{a}(t) = \langle -\cos t$, $-\sin t \rangle. Here, a(t)=−1⋅r(t)\mathbf{a}(t) = -1 \cdot \mathbf{r}(t)a(t)=−1⋅r(t).

Worked Examples

Example 1: Motion along a Parabola

Problem: A particle moves along r(t)=(t2−4t)i+(t−2)j\mathbf{r}(t) = (t^2 - 4t)\mathbf{i} + (t-2)\mathbf{j}r(t)=(t2−4t)i+(t−2)j. Find the velocity and acceleration at t=2t = 2t=2.

Step 1: Differentiate for Velocity v(t)=r′(t)=ddt(t2−4t)i+ddt(t−2)j=(2t−4)i+1j\mathbf{v}(t) = \mathbf{r}'(t) = \frac{d}{dt}(t^2 - 4t)\mathbf{i} + \frac{d}{dt}(t-2)\mathbf{j} = (2t-4)\mathbf{i} + 1\mathbf{j}v(t)=r′(t)=dtd​(t2−4t)i+dtd​(t−2)j=(2t−4)i+1j

Step 2: Differentiate for Acceleration a(t)=v′(t)=ddt(2t−4)i+ddt(1)j=2i+0j\mathbf{a}(t) = \mathbf{v}'(t) = \frac{d}{dt}(2t-4)\mathbf{i} + \frac{d}{dt}(1)\mathbf{j} = 2\mathbf{i} + 0\mathbf{j}a(t)=v′(t)=dtd​(2t−4)i+dtd​(1)j=2i+0j

Step 3: Evaluate at t=2t = 2t=2

  • \mathbf{v}(2) =$ (2(2)-4)$\mathbf{i} + 1\mathbf{j} = 0\mathbf{i} + 1\mathbf{j} = \langle 0$, $1 \rangle
  • \mathbf{a}(2) = 2\mathbf{i} = \langle 2$, $0 \rangle

Conclusion: At t=2t=2t=2, the particle is moving purely in the yyy-direction, but it is accelerating purely in the xxx-direction.

Checkpoint Questions

  1. If r(t)\mathbf{r}(t)r(t) is the position, what physical quantity does \|\mathbf{r}′(t)∥'(t)\|′(t)∥ represent?
  2. True or False: The acceleration vector is always perpendicular to the velocity vector.
  3. In projectile motion (ignoring air resistance), which component of the velocity vector remains constant?
  4. If a(t)=0\mathbf{a}(t) = \mathbf{0}a(t)=0 for all ttt, what can you say about the path of the particle?
▶Click to see Answers
  1. Speed.
  2. False (only true if speed is constant).
  3. The horizontal component (xxx-component), because gravity only acts vertically.
  4. The particle moves in a straight line at a constant speed (linear motion).
All Calculus III: Multivariable Calculus Study Resources

Related Notes

  • Applications of Vectors: Force, Volume, and Geometric Analysis842 words
  • Arc Length and Curvature: Multivariable Calculus Study Guide780 words
  • Calculus III: Area and Arc Length in Polar Coordinates Study Guide875 words
  • Calculus of Parametric Curves: Comprehensive Study Guide892 words
  • Calculus of Vector-Valued Functions: A Comprehensive Study Guide825 words
  • Conic Sections: Geometric Foundations and Polar Representations845 words
  • Mastering Conservative Vector Fields: Path Independence and Potential Functions925 words
  • Mastering Cylindrical and Spherical Coordinates925 words
  • Study Guide: Directional Derivatives and the Gradient985 words
  • Divergence and Curl: Vector Calculus Study Guide860 words
  • Double Integrals in Polar Coordinates875 words
  • Study Guide: Double Integrals over General Regions875 words

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus III: Multivariable Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, left to right. R["Position r(t)"] -- "Differentiate connects to Velocity v(t). V -- "Differentiate connects to Acceleration a(t). V -- "Magnitude connects to Speed ||v(t)||. A -- "Integrate + C connects to V. V -- "Integrate + D connects to Position r(t)"] -- "Differentiate" --> V["Velocity v(t.