zuai-logo

Straight-Line Motion: Connecting Position, Velocity, and Acceleration

Abigail Young

Abigail Young

6 min read

Listen to this study note

Study Guide Overview

This study guide covers rectilinear motion, focusing on the relationship between position, velocity, and acceleration using derivatives. It explains how to determine speed and direction of motion from velocity, and how acceleration impacts velocity. Practice problems and solutions reinforce these concepts.

Straight-Line Motion: Connecting Position, Velocity, and Acceleration 🚗

Hey there, future calculus master! Ready to see how those derivatives you've been acing actually apply to the real world? Let's dive into rectilinear motion, where we'll use derivatives to connect position, velocity, and acceleration. It's like unlocking the secret language of movement! 🚀


🌊 Derivatives and Motion

Remember how the derivative gives you the instantaneous rate of change? Well, that's the key! In motion, we use derivatives to see how things are changing right now.

🛥️ Velocity and Speed

If x(t)x(t) is a function that tells you the position of an object at any time tt, then its derivative, x(t)x'(t) (or v(t)v(t)), gives you the velocity at that exact moment. Velocity is all about the rate of change of position with respect to time. It's also signed, meaning it tells you the direction of motion:

  • When v(t)v(t) is negative, the object is moving left: ➖ = ⬅️.
  • When v(t)v(t) is positive, the object is moving right: ➕ = ➡️.
Key Concept

Speed is just the magnitude (absolute value) of velocity. It tells you how fast something is moving, but not its direction. Think of it as the speedometer reading in your car.

🚤 Acceleration

Similarly, the derivative of the velocity function, v(t)v'(t) (or a(t)a(t)), gives you the acceleration of the object. Acceleration is the rate at which velocity changes. And guess what? Since v(t)=x(t)v(t) = x'(t), that means a(t)=x(t)a(t) = x''(t)! The second derivative of position is acceleration! 🤯

  • If acceleration is positive, the velocity is increasing in the direction of motion (speeding up).
  • If acceleration is negative, the velocity is decreasing in the direction of motion (slowing down).
  • If acceleration is zero, the object is moving at a constant velocity.
Exam Tip

Key Relationship:

  • v(t)=x(t)v(t) = x'(t)
  • a(t)=v(t)=x(t)a(t) = v'(t) = x''(t)

Two cars, one slowing down and one speeding up, due to their velocity and acceleration.

Image Courtesy of BYJU’S

Memory Aid

Speeding Up or Slowing Down?

  • Same signs for v(t)v(t) and a(t)a(t)? Speeding up! ➕➕ = ⬆️
  • Different signs for v(t)v(t) and a(t)a(t)? Slowing down! ➕➖ = ⬇️
Quick Fact
  • Positive acceleration doesn't always mean speeding up, and negative acceleration doesn't always mean slowing down. It depends on the sign of the velocity!

📝 Rectilinear Motion: Practice

Time to put your knowledge to the test! Let's work through some problems.

❓ Rectilinear Motion: Problems

Question 1:

A particle moves along the x-axis. The function x(t)x(t) gives the particle’s position at any time t>=0t >= 0. x(t)=13t9x(t) = 13t - 9 What is the particle’s acceleration a(t)a(t) at t=3t=3?

Question 2:

A particle moves along the x-axis. The function x(t)x(t) gives the particle’s position at any time t>=0t >= 0. x(t)=4t23t+16x(t) = 4t^2 - 3t + 16 What is the particle’s velocity v(t)v(t) at t=4t=4?

✅ Rectilinear Motion: Solutions

Question 1:

Acceleration is the second derivative of position. So, let's find x(t)x''(t):

a(t)=x(t)=ddt[ddt[13t9]]=0a(t) = x''(t) = \frac{d}{dt}[\frac{d}{dt}[13t-9]] = 0

Since the acceleration is constant at 0 for all t>=0t >= 0, the particle’s acceleration at t=3t=3 is also 0. #### Question 2:

Velocity is the first derivative of position. So, let's find x(t)x'(t):

v(t)=x(t)=ddt[4t23t+16]=8t3v(t) = x'(t) = \frac{d}{dt}[4t^2 - 3t + 16] = 8t - 3

The particle's velocity is v(t)=8t3v(t) = 8t - 3. Plugging in t=4t=4, we get v(4)=8(4)3=29v(4) = 8(4) - 3 = 29.

Practice Question

{ "multiple_choice": [ { "question": "A particle moves along the x-axis with position given by x(t)=t36t2+9t+1x(t) = t^3 - 6t^2 + 9t + 1. For what values of tt is the particle moving to the left?", "options": [ "0<t<10 < t < 1", "1<t<31 < t < 3", "t>3t > 3", "t<0t < 0 or t>3t > 3", "t<1t < 1" ], "answer": "1<t<31 < t < 3" }, { "question": "The velocity of a particle moving along the x-axis is given by v(t)=2t6v(t) = 2t - 6. At what time tt is the particle at rest?", "options": [ "0", "1", "2", "3", "4" ], "answer": "3" }, { "question": "A particle moves along the x-axis such that its position is given by x(t)=t24t+3x(t) = t^2 - 4t + 3. What is the average velocity of the particle from t=1t = 1 to t=3t = 3?", "options": [ "-2", "-1", "0", "1", "2" ], "answer": "0" } ], "free_response": { "question": "A particle moves along the x-axis such that its velocity is given by v(t)=t24t+3v(t) = t^2 - 4t + 3. The position of the particle at time t=0t=0 is x(0)=5x(0) = 5.", "parts": [ { "part": "(a)", "instruction": "Find the acceleration of the particle at time t=2t=2.", "solution": "a(t)=v(t)=2t4a(t) = v'(t) = 2t - 4. a(2)=2(2)4=0a(2) = 2(2) - 4 = 0.", "points": "1 point for finding the derivative, 1 point for the correct answer" }, { "part": "(b)", "instruction": "Find all times tt in the interval [0,5][0, 5] when the particle is at rest.", "solution": "The particle is at rest when v(t)=0v(t) = 0. t24t+3=(t1)(t3)=0t^2 - 4t + 3 = (t-1)(t-3) = 0. Thus, t=1t = 1 and t=3t = 3.", "points": "1 point for setting v(t)=0v(t) = 0, 1 point for finding both correct times" }, { "part": "(c)", "instruction": "Find the position of the particle at time t=3t=3.", "solution": "x(t)=intv(t)dt=int(t24t+3)dt=frac13t32t2+3t+Cx(t) = \\int v(t) dt = \\int (t^2 - 4t + 3) dt = \\frac{1}{3}t^3 - 2t^2 + 3t + C. Since x(0)=5x(0) = 5, we have C=5C = 5. So, x(t)=frac13t32t2+3t+5x(t) = \\frac{1}{3}t^3 - 2t^2 + 3t + 5. Then, x(3)=frac13(3)32(3)2+3(3)+5=918+9+5=5x(3) = \\frac{1}{3}(3)^3 - 2(3)^2 + 3(3) + 5 = 9 - 18 + 9 + 5 = 5.", "points": "2 points for finding the antiderivative, 1 point for using initial condition, 1 point for the correct position" } ] } }

Question 1 of 11

🚗 A particle's position is given by x(t)=5t2+2t7x(t) = 5t^2 + 2t - 7. What is the velocity function, v(t)v(t)?

5t+25t + 2

10t+210t + 2

10t710t - 7

5t3+t27t5t^3 + t^2 - 7t