2. Newtonian Dynamics

Drag And Resistive Forces

Model velocity-dependent resistive forces (linear and quadratic) and solve resulting motion equations using differential equations.

Drag and Resistive Forces

Hey students! 👋 Today we're diving into one of the most fascinating topics in physics - drag and resistive forces. This lesson will help you understand how objects move through fluids like air and water, and why a feather falls differently than a rock. By the end of this lesson, you'll be able to model velocity-dependent forces mathematically and solve complex motion problems using differential equations. Get ready to see physics in action everywhere from skydiving to car design! 🚗✈️

Understanding Drag Forces

Drag forces are everywhere around us, students! Every time you stick your hand out of a car window, ride a bicycle, or watch a leaf fall from a tree, you're witnessing drag in action. Unlike the friction forces we studied earlier, drag forces have a unique characteristic - they depend on how fast an object is moving through a fluid.

A drag force is a resistive force that opposes the motion of an object moving through a fluid (like air or water). The faster you move, the stronger the drag becomes. This is why it's much harder to run through water than through air, and why race cars have sleek, aerodynamic designs.

The general equation for drag force is:

$$F_d = \frac{1}{2}\rho C_A v^2$$

Where:

  • $F_d$ is the drag force (in Newtons)
  • $\rho$ (rho) is the fluid density (kg/m³)
  • $C$ is the drag coefficient (dimensionless)
  • $A$ is the cross-sectional area (m²)
  • $v$ is the velocity (m/s)

Notice that drag force is proportional to $v^2$ - this means if you double your speed, the drag force becomes four times stronger! 📈

Linear Drag Model (Low Velocity)

For objects moving slowly through viscous fluids, or very small objects like dust particles in air, the drag force follows a simpler linear relationship. In this case, the drag force is directly proportional to velocity:

$$F_d = -bv$$

The negative sign indicates that drag always opposes motion. Here, $b$ is a positive constant that depends on the object's size, shape, and the fluid's properties.

This linear model applies when:

  • Objects are very small (like pollen grains)
  • Velocities are very low
  • The fluid is very viscous (like honey or thick oil)

Let's solve a problem using this model, students! Imagine you drop a small sphere into honey. The forces acting on it are:

  • Weight: $mg$ (downward)
  • Drag: $-bv$ (upward when falling)

Using Newton's second law:

$$ma = mg - bv$$

$$m\frac{dv}{dt} = mg - bv$$

This is a first-order differential equation! At terminal velocity, acceleration is zero:

$$0 = mg - bv_t$$

$$v_t = \frac{mg}{b}$$

The terminal velocity in linear drag is constant and depends on the object's mass and the drag coefficient.

Quadratic Drag Model (High Velocity)

For most everyday objects moving through air at reasonable speeds - like cars, airplanes, or falling objects - the drag force follows the quadratic model we introduced earlier. This is the more common scenario you'll encounter in AP Physics C.

$$F_d = -\frac{1}{2}\rho C_A v^2$$

The quadratic nature makes this much more interesting mathematically! Let's consider a skydiver falling through air. The forces are:

  • Weight: $mg$ (downward)
  • Drag: $\frac{1}{2}\rho C_A v^2$ (upward when falling)

The equation of motion becomes:

$$m\frac{dv}{dt} = mg - \frac{1}{2}\rho C_A v^2$$

At terminal velocity, the forces balance:

$$mg = \frac{1}{2}\rho C_A v_t^2$$

Solving for terminal velocity:

$$v_t = \sqrt{\frac{2mg}{\rho C_A}}$$

Here's a real example, students! A typical skydiver with mass 85 kg has a terminal velocity of about 44 m/s (98 mph) when falling belly-down through air. Using our formula with $\rho = 1.21$ kg/m³ (air density at sea level), $C = 1.0$ (drag coefficient for human body), and $A = 0.70$ m² (cross-sectional area):

$$v_t = \sqrt{\frac{2(85)(9.8)}{(1.21)(1.0)(0.70)}} = 44 \text{ m/s}$$

Solving Motion with Drag Using Differential Equations

The real challenge comes when we want to find velocity and position as functions of time, not just terminal velocity. This requires solving differential equations, which is a key skill in AP Physics C.

For the quadratic drag case, starting from rest:

$$m\frac{dv}{dt} = mg - \frac{1}{2}\rho C_A v^2$$

We can rewrite this as:

$$\frac{dv}{dt} = g - \frac{v^2}{v_t^2}g$$

Where $v_t = \sqrt{\frac{2mg}{\rho C_A}}$ is the terminal velocity.

This separable differential equation can be solved using the substitution method or by recognizing it as a standard form. The solution is:

$$v(t) = v_t \tanh\left(\frac{gt}{v_t}\right)$$

Where $\tanh$ is the hyperbolic tangent function. This equation shows that velocity starts at zero and asymptotically approaches terminal velocity.

For position, we integrate the velocity:

$$y(t) = \frac{v_t^2}{g}\ln\left(\cosh\left(\frac{gt}{v_t}\right)\right)$$

These solutions reveal the beautiful mathematics behind drag forces, students! 🤓

Real-World Applications and Examples

Understanding drag forces isn't just academic - it has massive practical applications! Engineers use these principles to design more fuel-efficient cars by reducing drag coefficients. The Tesla Model S has a drag coefficient of just 0.24, compared to 0.35-0.40 for typical cars.

In sports, drag plays a crucial role. A golf ball's dimpled surface actually reduces drag by creating turbulent flow, allowing it to travel further. Baseball pitchers use drag and the Magnus effect to make curveballs and fastballs behave differently.

Parachutes work by dramatically increasing both the drag coefficient and cross-sectional area, reducing terminal velocity from deadly speeds (44 m/s) to safe landing speeds (around 5 m/s).

Conclusion

We've explored how drag forces depend on velocity in two key ways: linear drag for slow-moving or small objects, and quadratic drag for most real-world scenarios. You learned to set up and solve differential equations for motion with drag, calculate terminal velocities, and understand why objects eventually stop accelerating when falling through fluids. These concepts connect pure mathematics with everyday phenomena, showing how physics equations describe the world around us.

Study Notes

• Drag force always opposes motion and depends on velocity: $F_d = f(v)$

• Linear drag model: $F_d = -bv$ (for slow speeds, small objects, viscous fluids)

• Quadratic drag model: $F_d = -\frac{1}{2}\rho C_A v^2$ (for most real-world situations)

• Terminal velocity (linear): $v_t = \frac{mg}{b}$

• Terminal velocity (quadratic): $v_t = \sqrt{\frac{2mg}{\rho C_A}}$

• At terminal velocity, net force is zero: $mg = F_d$

• Drag coefficient $C$ depends on object shape (sphere ≈ 0.47, streamlined car ≈ 0.25)

• Fluid density $\rho$: air ≈ 1.21 kg/m³, water ≈ 1000 kg/m³

• Cross-sectional area $A$ is the projected area perpendicular to motion

• Quadratic drag creates exponential approach to terminal velocity: $v(t) = v_t \tanh(\frac{gt}{v_t})$

• Drag force increases with velocity squared, making high speeds much more difficult to maintain

• Differential equation for quadratic drag: $m\frac{dv}{dt} = mg - \frac{1}{2}\rho C_A v^2$

Practice Quiz

5 questions to test your understanding