Facebook Pixel
Mathos AI logo

Motion and Rate of Change

Motion and Rate of Change Applications

One of the most practical applications of derivatives is analyzing how things change over time. In calculus, we use derivatives to study the motion of objects along a straight line (kinematics) and to solve problems where multiple quantities change in relation to one another (related rates).

Motion Along a Line

When a particle moves along a straight line, its position at any given time tt can be modeled by a position function s(t)s(t). We can use derivatives to find the particle's velocity and acceleration.

  • Position: s(t)s(t) represents the location of the object at time tt.
  • Velocity: v(t)=s′(t)v(t) = s'(t). The first derivative of position tells us how fast the object is moving and in which direction.
  • Acceleration: a(t)=s′′(t)=v′(t)a(t) = s''(t) = v'(t). The second derivative of position (or the first derivative of velocity) tells us how the velocity is changing.
  • Speed: Speed is the absolute value of velocity, ∣v(t)∣|v(t)|. It tells us how fast the object is moving regardless of direction.
  • At Rest: A particle is momentarily "at rest" or stopped when its velocity is zero, meaning v(t)=0v(t) = 0.

Example: Analyzing Motion

Problem: Given the position function s(t)=t3−6t2+9ts(t) = t^3 - 6t^2 + 9t, find when the particle is at rest and determine its acceleration at those times.

Solution:

  1. Find the velocity function: Take the first derivative of the position function. v(t)=s′(t)=3t2−12t+9v(t) = s'(t) = 3t^2 - 12t + 9

  2. Find when the particle is at rest: Set the velocity equal to zero and solve for tt. 3t2−12t+9=03t^2 - 12t + 9 = 0 3(t2−4t+3)=03(t^2 - 4t + 3) = 0 3(t−1)(t−3)=03(t - 1)(t - 3) = 0 The particle is at rest at t=1t = 1 and t=3t = 3.

  3. Find the acceleration function: Take the derivative of the velocity function. a(t)=v′(t)=6t−12a(t) = v'(t) = 6t - 12

  4. Evaluate acceleration at t=1t = 1 and t=3t = 3: For t=1t = 1: a(1)=6(1)−12=−6a(1) = 6(1) - 12 = -6 For t=3t = 3: a(3)=6(3)−12=6a(3) = 6(3) - 12 = 6

Related Rates of Change

Derivatives represent the instantaneous rate of change of one variable with respect to another. In "related rates" problems, we compute the rate of change of one quantity in terms of the rate of change of another known quantity, usually with respect to time tt. We achieve this by differentiating an equation relating the quantities using the chain rule.

Example: Related Rates

Problem: The radius of a spherical balloon increases at a rate of 2 cm/s2\text{ cm/s}. Find the rate of change of the volume when the radius is r=5 cmr = 5\text{ cm}.

Solution:

  1. Identify the given information: The rate of change of the radius is drdt=2\frac{dr}{dt} = 2. We want to find dVdt\frac{dV}{dt} when r=5r = 5.

  2. Write the relating equation: The volume of a sphere is given by: V=43πr3V = \frac{4}{3}\pi r^3

  3. Differentiate with respect to time tt: Using the chain rule, differentiate both sides with respect to tt. dVdt=43π(3r2)drdt\frac{dV}{dt} = \frac{4}{3}\pi (3r^2) \frac{dr}{dt} dVdt=4πr2drdt\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}

  4. Substitute the known values: Plug in r=5r = 5 and drdt=2\frac{dr}{dt} = 2. dVdt=4π(5)2(2)\frac{dV}{dt} = 4\pi (5)^2 (2) dVdt=4π(25)(2)=200π\frac{dV}{dt} = 4\pi (25) (2) = 200\pi

The volume is increasing at a rate of 200π cm3/s200\pi\text{ cm}^3/\text{s}.