Definition: Kinematics is the branch of mechanics that describes the motion of points, bodies, and systems of bodies without considering the forces that cause them to move. It focuses on the mathematical description of position, velocity, and acceleration as functions of time in one and two-dimensional coordinate systems.
The Concept of Rest and Motion
In physics, the state of an object is always relative to a chosen Reference Frame. An object is said to be at rest if its position does not change with respect to its surroundings over time. Conversely, it is in motion if its position changes continuously relative to the observer or a coordinate system.
It is crucial to understand that motion is not an absolute property. For instance, a passenger sitting in a moving train is at rest relative to the train, but in motion relative to an observer standing on the platform. This dependency on the coordinate system is the foundation of Galilean Relativity, which allows us to transform motion parameters between different inertial frames.
Displacement, Velocity, and Acceleration
Displacement is a vector quantity representing the shortest straight-line distance between the initial and final positions of an object. Unlike distance, which is a scalar representing the total path length, displacement considers direction. Mathematically, for a position vector r = xî + yj, displacement is Δr = r₂ – r₁.
Velocity is the rate of change of displacement. We differentiate between Average Velocity (total displacement divided by total time) and Instantaneous Velocity (the derivative of position with respect to time, v = dr/dt). Similarly, Acceleration is the rate of change of velocity, defined as a = dv/dt or the second derivative of position, a = d²r/dt².
“The sign of velocity and acceleration determines the nature of motion: if both have the same sign, the object speeds up; if they have opposite signs, the object slows down (deceleration).”
Motion in Two Dimensions: Projectile Motion
Projectile motion is the classic example of two-dimensional kinematics where an object is launched into the air and moves under the influence of gravity alone. We decompose this motion into two independent one-dimensional motions: constant velocity along the horizontal (x) axis and constant acceleration along the vertical (y) axis.
For a projectile launched with initial velocity u at an angle θ with the horizontal:
- Horizontal Motion: x = (u cos θ)t (since acceleration aₓ = 0)
- Vertical Motion: y = (u sin θ)t – ½gt² (where aᵧ = -g)
- Trajectory Equation: y = x tan θ – (gx² / 2u² cos² θ), which describes a parabolic path.
Important Facts and Formulas
| Parameter | Formula |
|---|---|
| Time of Flight (T) | 2u sin θ / g |
| Maximum Height (H) | u² sin² θ / 2g |
| Horizontal Range (R) | u² sin(2θ) / g |
| Velocity at time t | v = √(vₓ² + vᵧ²) |
Relative Motion and Frames of Reference
When analyzing motion from the perspective of another moving object, we use Relative Velocity. The velocity of object A relative to object B is given by v_AB = v_A – v_B. This concept is essential for solving problems involving rain-man scenarios, river-boat crossings, or aircraft navigation.
In a river crossing problem, if a boat has velocity v_b and the river flows with v_r, the resultant velocity is the vector sum v_b + v_r. To cross in the shortest time, the boat should head perpendicular to the river flow, while to cross to a point directly opposite, the boat must head upstream at an angle such that the component of its velocity cancels the river’s flow.
Key Points to Remember
- Differentiation: Velocity is the slope of the position-time graph; acceleration is the slope of the velocity-time graph.
- Integration: Area under the velocity-time graph gives displacement; area under acceleration-time gives change in velocity.
- Independence: Horizontal and vertical components of projectile motion are independent of each other.
- Range: Maximum horizontal range is achieved at an angle of 45° for a given initial speed.
- Complementary Angles: For the same initial speed, the range is identical for angles θ and 90° – θ.
- Vector Nature: Always treat velocity and acceleration as vectors; resolve them into components when moving in 2D.
Quick Revision Summary
- Motion is relative; always define your coordinate system before solving.
- Displacement is a vector; distance is a scalar.
- Instantaneous velocity is the derivative of position; acceleration is the derivative of velocity.
- Projectile motion follows a parabolic path because of constant gravitational acceleration.
- The horizontal component of velocity remains constant in projectile motion (neglecting air resistance).
- Relative velocity is the vector difference of velocities of two objects.
- In 2D motion, solve components separately and combine them using vector addition.
- Always check for dimensional consistency in your equations.