Welcome to M2 Kinematics!
In your previous Mechanics studies (M1), you mostly looked at particles moving with constant acceleration (the "SUVAT" world). In Mechanics 2 (M2), we take things up a gear! We will explore how particles move when their acceleration changes over time and how they behave when moving through a 2D plane, like a ball flying through the air.
Understanding kinematics is vital because it’s the foundation for engineering, sports science, and even video game physics. Don't worry if it seems a bit abstract at first—we will break it down piece by piece!
1. Variable Acceleration: The Power of Calculus
In the real world, acceleration is rarely perfectly constant. Think of a car pulling away from a traffic light; the driver doesn't just floor it at one set rate. To handle this, we use Calculus (Differentiation and Integration).
Going "Down" the Chain (Differentiation)
If you have an expression for displacement (\(s\)) in terms of time (\(t\)), you can find the others by differentiating:
- Velocity (\(v\)) is the rate of change of displacement: \( v = \frac{ds}{dt} \)
- Acceleration (\(a\)) is the rate of change of velocity: \( a = \frac{dv}{dt} = \frac{d^2s}{dt^2} \)
Going "Up" the Chain (Integration)
If you start with acceleration and want to find velocity or displacement, you do the opposite:
- \( v = \int a \, dt \)
- \( s = \int v \, dt \)
Important Tip: Whenever you integrate, always remember the constant of integration (\(+ c\))! You usually find this value by looking at "initial conditions" (e.g., "at \(t = 0\), \(v = 5\)").
Quick Review:
Displacement \(\rightarrow\) Velocity \(\rightarrow\) Acceleration (Differentiate)
Acceleration \(\rightarrow\) Velocity \(\rightarrow\) Displacement (Integrate)
2. Kinematics in Two Dimensions (Vectors)
Now, let's move from a straight line to a plane (2D). We use vectors (\(\mathbf{i}\) and \(\mathbf{j}\)) to describe position, velocity, and acceleration. The beauty of this is that the horizontal (\(\mathbf{i}\)) and vertical (\(\mathbf{j}\)) components are independent.
Vector Notation
The syllabus uses "dot notation" which is a fancy way of showing differentiation with respect to time:
- Position vector: \(\mathbf{r} = x\mathbf{i} + y\mathbf{j}\)
- Velocity vector: \(\dot{\mathbf{r}}\) (This is just \(\frac{d\mathbf{r}}{dt}\))
- Acceleration vector: \(\ddot{\mathbf{r}}\) (This is just \(\frac{d^2\mathbf{r}}{dt^2}\))
Example: If \(\mathbf{r} = (t^3)\mathbf{i} + (2t)\mathbf{j}\), then:
Velocity \(\dot{\mathbf{r}} = (3t^2)\mathbf{i} + 2\mathbf{j}\)
Acceleration \(\ddot{\mathbf{r}} = (6t)\mathbf{i} + 0\mathbf{j}\)
Did you know? Using vectors is exactly how GPS systems track your phone. They calculate your position vector relative to satellites to find your velocity and direction!
Key Takeaway: To differentiate or integrate a vector, just do it to the \(\mathbf{i}\) part and the \(\mathbf{j}\) part separately. It’s like doing two 1D problems at the same time!
3. Projectiles: Motion Under Gravity
A projectile is any object thrown or launched into the air that moves under the constant acceleration of gravity (\(g = 9.8 \, ms^{-2}\)). In M2, we assume there is no air resistance.
The Two Rules of Projectiles
- Horizontal Motion (\(\mathbf{i}\)): There is NO acceleration. The horizontal velocity (\(U_x\)) stays constant for the whole flight.
- Vertical Motion (\(\mathbf{j}\)): There is constant acceleration downwards (\(a = -9.8 \, ms^{-2}\)). We use SUVAT equations for this part.
Step-by-Step: Solving Projectile Problems
If an object is launched with speed \(U\) at an angle \(\theta\) to the horizontal:
- Step 1: Resolve the initial velocity.
Horizontal: \(u_x = U \cos \theta\)
Vertical: \(u_y = U \sin \theta\) - Step 2: Pick your "side". If you want to find out how far it goes (range), look at horizontal. If you want to find how high it goes or how long it's in the air, look at vertical.
- Step 3: Use the vertical peak. At the highest point of the flight, the vertical velocity is always zero (\(v_y = 0\)). This is a "hidden" piece of information that helps solve many problems!
Common Mistake to Avoid: Don't mix horizontal and vertical values in the same equation! If you are using \(a = -9.8\), you must only use vertical distances and vertical velocities.
Key Takeaway: Time (\(t\)) is the "bridge." It is the only variable that is exactly the same for both horizontal and vertical components.
4. Summary of Key Formulas
Here is a quick-glance list of what you need to master for this chapter:
For Variable Motion (Calculus):
\( v = \frac{ds}{dt} \)
\( a = \frac{dv}{dt} \)
\( s = \int v \, dt \)
\( v = \int a \, dt \)
For Projectile Motion (Constant \(g\)):
Horizontal distance: \( x = (U \cos \theta)t \)
Vertical distance: \( y = (U \sin \theta)t - \frac{1}{2}gt^2 \)
Vertical velocity: \( v_y = (U \sin \theta) - gt \)
Encouraging Note: Kinematics can feel like a lot of symbols, but it all boils down to how things change. Practice sketching the path of the particle first; a good diagram often makes the math much clearer!