Welcome to Further Dynamics and Kinematics!
In your standard A Level Mechanics, you likely spent a lot of time with constant acceleration (the famous suvat equations). However, the real world is rarely that simple! Think about a car accelerating: as it goes faster, air resistance increases, meaning the net force—and therefore the acceleration—is constantly changing.
In this chapter, we bridge the gap between Pure Core Mathematics (Differential Equations) and Mechanics. You will learn how to model objects where the force depends on time, velocity, or position. Don't worry if this seems tricky at first; once you see the patterns, it’s just like solving a puzzle!
1. The Core Concept: Variable Force
Newton’s Second Law tells us that \( F = ma \). In this chapter, the force \( F \) isn't just a number; it’s a function. This means acceleration \( a \) is also a function. To solve these problems, we rewrite acceleration as a derivative:
- Acceleration in terms of time: \( a = \frac{dv}{dt} \)
- Acceleration in terms of displacement: \( a = v\frac{dv}{dx} \)
Quick Review: Where did \( v\frac{dv}{dx} \) come from?
It’s just the Chain Rule! Since \( a = \frac{dv}{dt} \), we can write it as \( a = \frac{dv}{dx} \times \frac{dx}{dt} \). Because \( \frac{dx}{dt} = v \), we get \( a = v\frac{dv}{dx} \).
Key Takeaway: If your force depends on time (\( t \)) or velocity (\( v \)), use \( \frac{dv}{dt} \). If it depends on displacement (\( x \)), use \( v\frac{dv}{dx} \).
2. Modeling Linear Motion
To set up your equation, always start with Newton’s Second Law: \( \sum F = ma \).
Example: A particle of mass \( m \) moves in a straight line under a resistive force of \( mkv^2 \).
- Identify the forces: The only force is resistance acting against motion, so \( F = -mkv^2 \).
- Set up the equation: \( -mkv^2 = m \times a \).
- Simplify: \( a = -kv^2 \).
- Choose your derivative: If we want to find velocity at a certain time, we use \( \frac{dv}{dt} = -kv^2 \).
Did you know?
Terminal velocity occurs when the driving force (like gravity) exactly balances the resistive force (like air resistance). At this point, \( a = 0 \), and the velocity becomes constant!
3. Solving the Equations
Once you have your differential equation, you need to solve it to find the General Solution or a Particular Solution (using given conditions).
Method A: Separation of Variables
This is your "go-to" method for most Further Mechanics problems. You move all terms with \( v \) to one side and all terms with \( t \) (or \( x \)) to the other.
Step-by-Step:
- Start with \( \frac{dv}{dt} = f(v) \).
- Rearrange to \( \frac{1}{f(v)} dv = 1 dt \).
- Integrate both sides: \( \int \frac{1}{f(v)} dv = \int 1 dt \).
- Don't forget the \( +C \)! Use the initial conditions (e.g., at \( t=0, v=u \)) to find the value of \( C \).
Method B: The Integrating Factor
Sometimes the equation looks like this: \( \frac{dv}{dt} + P(t)v = Q(t) \). This is a linear first-order differential equation, and we use the Integrating Factor \( e^{\int P(t) dt} \).
Example: A car's engine provides a force that changes over time, while resistance is proportional to velocity.
This might result in an equation like \( \frac{dv}{dt} + kv = 5t \). Here, \( P(t) = k \), so the integrating factor is \( e^{kt} \).
Key Takeaway: Always check if you can "separate" the variables first—it's usually the faster path!
4. Common Mistakes to Avoid
- Ignoring Units: If a force is given as \( 5v \), check if that's per unit mass or the total force. If it's total force, remember to divide by \( m \) to find acceleration.
- The "Missing" Constant: Forgetting \( +C \) is the most common way to lose marks. Always add it immediately after integrating.
- Sign Errors: Resistive forces (like friction or air resistance) should almost always be negative in your initial \( F=ma \) equation because they oppose the direction of motion.
- Mixing up \( a \) forms: Using \( \frac{dv}{dt} \) when the force is a function of \( x \) makes the integration impossible. Look at the variables given in the question carefully!
5. Real-World Analogy: The Parachutist
Imagine a parachutist jumping from a plane.
1. At the start: Velocity is low, so air resistance is low. Gravity is the dominant force. Acceleration is high (\( a \approx g \)).
2. Falling faster: As \( v \) increases, the resistive force (which might be modeled as \( kv \)) increases. The net force \( (mg - kv) \) gets smaller. Acceleration decreases.
3. Terminal Velocity: Eventually, \( mg = kv \). The net force is zero. The parachutist stops accelerating and falls at a constant speed.
In this chapter, you are calculating exactly how that velocity changes at every second of the fall!
Summary: Your "Cheat Sheet" for this Chapter
1. Set up: \( \sum F = ma \).
2. Substitute \( a \): Use \( \frac{dv}{dt} \) for time/velocity problems; use \( v\frac{dv}{dx} \) for displacement problems.
3. Separate: Get the variables on the correct sides.
4. Integrate: Use your Pure Core calculus skills.
5. Constant: Use initial conditions to find \( C \).
6. Final Form: Rearrange the equation to make \( v \), \( t \), or \( x \) the subject as requested.
Keep practicing! These problems can look intimidating, but they follow a very logical flow. Master the setup, and the rest is just integration!