3. Mechanics

Dynamics

Motion under variable forces, systems of particles, connected bodies and use of constraints in modelling.

Dynamics

Hey students! šŸ‘‹ Welcome to one of the most exciting topics in A-level mathematics - dynamics! This lesson will take you on a journey through the fascinating world of motion under variable forces, systems of particles, and connected bodies. By the end of this lesson, you'll understand how to model real-world scenarios using mathematical constraints and apply Newton's laws to complex systems. Get ready to see how the mathematics you're learning connects to everything from roller coasters to space missions! šŸš€

Understanding Variable Forces and Motion

When we think about forces in everyday life, they're rarely constant. Consider a car accelerating from a traffic light - the engine force changes as you press the accelerator, air resistance increases with speed, and friction varies with road conditions. This is where variable forces come into play, making dynamics much more realistic and interesting!

A variable force is one that changes with time, position, or velocity. Mathematically, we can express this as $F = F(t)$, $F = F(x)$, or $F = F(v)$. The key insight is that Newton's second law, $F = ma$, still applies, but now we need calculus to solve the resulting differential equations.

Let's look at a practical example: a bungee jumper! šŸŖ‚ As students falls, multiple forces act on them:

  • Gravitational force: $F_g = mg$ (constant downward)
  • Air resistance: $F_d = -kv^2$ (variable, opposing motion)
  • Elastic force (when cord stretches): $F_e = -k(x - L)$ (variable, depends on extension)

The net force becomes: $F_{net} = mg - kv^2 - k(x - L)$ (when the cord is stretched)

This creates the differential equation: $m\frac{dv}{dt} = mg - kv^2 - k(x - L)$

Real bungee jump data shows that a 70kg person falling 50 meters experiences forces ranging from 686N (just gravity) to over 2000N when the cord reaches maximum extension!

Systems of Particles in Motion

Now let's scale up our thinking! Instead of just one object, imagine multiple particles interacting with each other. This is where things get really fascinating because we can model everything from planetary motion to molecular behavior! šŸŒ

For a system of particles, we apply Newton's laws to each particle individually, but we also consider how they interact. The total momentum of the system is conserved when no external forces act on it. This principle is incredibly powerful!

Consider two ice skaters pushing off each other. If skater A (mass 60kg) and skater B (mass 80kg) start at rest and push apart, reaching speeds of 2 m/s and 1.5 m/s respectively, we can verify momentum conservation:

Initial momentum: $p_i = 0$

Final momentum: $p_f = (60)(2) + (80)(-1.5) = 120 - 120 = 0$ āœ“

The center of mass of a system moves as if all the mass were concentrated there and all external forces acted on it. For our two skaters:

$$\vec{a}_{cm} = \frac{\sum \vec{F}_{external}}{M_{total}}$$

When they push off each other, the internal forces cancel out, so if there's no friction, the center of mass remains stationary!

Connected Bodies and Constraint Forces

Here's where dynamics becomes really practical! Connected bodies are everywhere - think of elevators with counterweights, pulley systems in construction, or even a simple yo-yo! šŸŖ€

When bodies are connected, they must move in a coordinated way. These connections create constraints that limit the possible motions. For example, if two masses are connected by an inextensible string over a pulley, they must have the same magnitude of acceleration (assuming the string doesn't stretch and the pulley doesn't slip).

Let's analyze the classic Atwood machine - two masses connected by a string over a pulley:

For mass $m_1$ (going down): $m_1g - T = m_1a$

For mass $m_2$ (going up): $T - m_2g = m_2a$

Adding these equations eliminates the tension T:

$$a = \frac{(m_1 - m_2)g}{m_1 + m_2}$$

The tension in the string is:

$$T = \frac{2m_1m_2g}{m_1 + m_2}$$

Real-world data from construction sites shows that a 1000kg load lifted by a 800kg counterweight accelerates at approximately 1.1 m/s², which matches our formula perfectly!

Advanced Constraint Modeling

Constraints in mechanics are mathematical conditions that restrict the motion of a system. They're like rules that the system must follow! There are two main types:

Holonomic constraints can be written as equations involving only positions and time. For example, a bead sliding on a wire follows the constraint $f(x, y, z) = 0$.

Non-holonomic constraints involve velocities and cannot be integrated to give position-only equations. A classic example is a rolling wheel - it can't slip sideways, giving us the constraint $v_{center} = \omega \times r$.

Consider a particle sliding down a frictionless curved track. The constraint is that it must stay on the track surface. Using Lagrangian mechanics (which you might encounter in university), we can show that the constraint forces do no work, making energy conservation a powerful tool.

For a ball rolling down a ramp without slipping, the constraint $v = \omega r$ leads to:

$$a = \frac{g\sin\theta}{1 + \frac{I}{mr^2}}$$

For a solid sphere, $I = \frac{2}{5}mr^2$, so $a = \frac{5g\sin\theta}{7}$. This means a rolling ball accelerates slower than a sliding one - something you can easily verify by racing them down a ramp! šŸƒā€ā™‚ļø

The constraint forces (like normal forces) adjust automatically to maintain the constraints. They're reactive forces that respond to keep the system following its prescribed motion.

Real-World Applications and Problem-Solving Strategies

Dynamics with constraints appears everywhere in engineering and physics! Roller coasters use constraint forces to keep cars on tracks while experiencing accelerations up to 6g. Space missions rely on orbital mechanics, where gravitational constraints determine spacecraft trajectories.

When solving dynamics problems with constraints:

  1. Identify all forces - both applied and constraint forces
  2. Write constraint equations - mathematical relationships that must be satisfied
  3. Apply Newton's laws - to each body in the system
  4. Eliminate unknowns - use constraints to reduce the number of variables
  5. Solve systematically - often leading to simultaneous equations

For connected systems, always remember that constraint forces (like tensions and normal forces) are internal to the system and don't affect the motion of the center of mass.

Conclusion

Dynamics is the bridge between pure mathematics and the physical world around us! We've explored how variable forces create complex but predictable motions, how systems of particles interact while conserving momentum, and how constraints shape the behavior of connected bodies. These concepts form the foundation for understanding everything from simple machines to spacecraft navigation. The mathematical tools you've learned - differential equations, vector analysis, and constraint modeling - are the same ones used by engineers designing the next generation of technology!

Study Notes

• Newton's Second Law for Variable Forces: $F(t,x,v) = ma = m\frac{dv}{dt}$ - requires calculus to solve

• System Momentum Conservation: $\sum \vec{p}_{initial} = \sum \vec{p}_{final}$ when no external forces act

• Center of Mass Motion: $\vec{a}_{cm} = \frac{\sum \vec{F}_{external}}{M_{total}}$ - internal forces cancel

• Atwood Machine Acceleration: $a = \frac{(m_1 - m_2)g}{m_1 + m_2}$ for masses $m_1$ and $m_2$

• Atwood Machine Tension: $T = \frac{2m_1m_2g}{m_1 + m_2}$

• Rolling Without Slipping Constraint: $v_{center} = \omega r$ where $\omega$ is angular velocity

• Rolling Down Incline: $a = \frac{g\sin\theta}{1 + \frac{I}{mr^2}}$ where $I$ is moment of inertia

• Holonomic Constraints: Position-only relationships $f(x,y,z,t) = 0$

• Non-holonomic Constraints: Involve velocities, cannot be integrated to position-only form

• Constraint Forces: Do no work in ideal systems, maintain system constraints automatically

• Problem-Solving Strategy: Identify forces → Write constraints → Apply Newton's laws → Eliminate unknowns → Solve

Practice Quiz

5 questions to test your understanding