1.0 The Geometry of Motion: Reference Frames & 1D Topology
Kinematics is essentially the differential geometry of motion. Before we can analyze forces (Dynamics), we must construct a mathematical framework to describe where an object is and how that position evolves over time. In One-Dimensional (Rectilinear) kinematics, we restrict the object's spatial topology to a single axis, meaning it has only one degree of translational freedom.
Concept: A Reference Frame consists of a spatial coordinate system coupled with a synchronised clock. For rectilinear motion, we model the object as a Point Mass—a theoretical construct possessing mass but no spatial volume. This eliminates complex rotational or vibrational mechanics, allowing us to map the entire object's state to a single time-dependent coordinate function: $x = f(t)$.
The foundational distinction in physics is between intrinsic path length and net spatial shift. This requires us to separate scalar quantities (magnitude only) from vector quantities (magnitude mapped in a specific directional space).
Derivation: The Mathematical Inequality of Distance & Displacement
While textbooks define displacement as the "shortest distance," a theoretical physicist defines it strictly as a vector difference. Distance ($s$) is the path integral of speed, whereas Displacement ($\Delta x$) is the change in the position vector.
1. Define the 1D Position Vectors at time $t_i$ and $t_f$:
$$ \vec{x}_i = x_i \hat{i} $$
$$ \vec{x}_f = x_f \hat{i} $$
2. Formulate Displacement ($\Delta \vec{x}$):
$$ \Delta \vec{x} = \vec{x}_f - \vec{x}_i = (x_f - x_i) \hat{i} $$
*(The sign of $\Delta x$ entirely dictates the vector direction in 1D)*
3. Formulate Distance ($s$) using Calculus:
Distance is the integral of the absolute value of instantaneous velocity over time.
$$ s = \int_{t_i}^{t_f} |v(t)| dt $$
4. Compare magnitudes using the Triangle Inequality Principle of Integrals:
$$ \left| \int_{t_i}^{t_f} v(t) dt \right| \le \int_{t_i}^{t_f} |v(t)| dt $$
5. Substitute the physical definitions:
$$ |\Delta x| \le s $$
Conclusion: The magnitude of displacement is strictly less than or equal to the distance traveled. Equality ($|\Delta x| = s$) holds true if and only if the object moves in a unidirectional straight line without reversing.
Students often assume a displacement of $-15 \text{ m}$ is "less than" a displacement of $+5 \text{ m}$. In vector physics, negative does not mean mathematically smaller. The negative sign is purely a geometric operator indicating a $180^\circ$ phase shift relative to your chosen positive axis. A displacement of $-15 \text{ m}$ is physically larger in magnitude than $+5 \text{ m}$, it is simply directed towards the negative axis.
To find the exact moment an object stops to reverse its direction, we apply differential calculus. We look for the "turning point" where the velocity function crosses zero. Set $v(t) = \frac{dx}{dt} = 0$.
If an object moves from $t=0$ to $t=5$, but reverses direction at $t=2$, calculating distance as a single integral will fail. You must split the integral at the root:
$$ s = \left| \int_{0}^{2} v(t) dt \right| + \left| \int_{2}^{5} v(t) dt \right| $$
2.0 Differential Kinematics: Instantaneous Velocity & Acceleration
Classical mechanics distinguishes between the macroscopic, average rate of change and the microscopic, localized rate of change. While average velocity $\langle v \rangle = \frac{\Delta x}{\Delta t}$ provides a broad overview of a journey, it fails to capture the intricate dynamics of non-uniform motion. To understand the exact state of a particle at an exact moment, we must collapse the time interval $\Delta t$ infinitely close to zero, transitioning from algebra to Newton’s differential calculus.
Concept: Instantaneous velocity is the mathematical derivative of the position function with respect to time. It represents the tangent line's slope on a Position-Time graph at a singular point. Mathematically, it is defined as the limit of average velocity as the time increment approaches zero:
$$ v = \lim_{\Delta t \to 0} \frac{\Delta x}{\Delta t} = \frac{dx}{dt} $$
Acceleration is the second time-derivative of position ($a = \frac{d^2x}{dt^2}$). However, in competitive physics (JEE/Olympiad), acceleration is not always given as a function of time. Often, we are given acceleration as a function of position $a(x)$, which requires a powerful manipulation of the Chain Rule.
Derivation: The Spatial Form of Acceleration
How do we find acceleration if we only know how velocity changes with distance ($v$ vs $x$), rather than time?
1. Start with the fundamental definition of instantaneous acceleration:
$$ a = \frac{dv}{dt} $$
2. Apply the Differential Chain Rule by introducing the spatial differential $dx$:
$$ a = \frac{dv}{dx} \cdot \frac{dx}{dt} $$
3. Recognize that the rate of change of displacement is velocity ($v = \frac{dx}{dt}$):
$$ a = \frac{dv}{dx} \cdot (v) $$
4. Rearrange into the standard spatial kinematic form:
$$ a = v \frac{dv}{dx} $$
Application: This equation is critical for integrating motion when forces depend on position (e.g., spring forces or gravitational fields), allowing us to solve $\int a \, dx = \int v \, dv$.
A widespread misconception is that "Negative Acceleration always means the object is slowing down." This is categorically false. Speeding up or slowing down is determined by the relative signs of velocity and acceleration.
If $v = -5 \text{ m/s}$ and $a = -2 \text{ m/s}^2$, both vectors point in the same (negative) direction. The object is actually speeding up in the negative direction. An object only "decelerates" (slows down) when the velocity and acceleration vectors have opposite signs (e.g., $v = +5 \text{ m/s}$ and $a = -2 \text{ m/s}^2$).
In standard ICSE textbooks, acceleration is treated as constant. However, if acceleration itself changes over time, we enter the realm of higher-order derivatives. The rate of change of acceleration is a vector quantity called Jerk ($j = \frac{da}{dt} = \frac{d^3x}{dt^3}$). Engineers must minimize Jerk when designing elevators and roller coasters, as the human body is highly sensitive to rapid changes in acceleration, which cause internal tissue strain and motion sickness.
3.0 Integration of Motion: The Kinematic Equations
When a particle is subjected to a constant force, Newtonian mechanics dictates that it experiences a constant acceleration ($a = \text{constant}$). Under this strict symmetrical condition, we can integrate the fundamental differential equations of kinematics to predict the particle's exact future state (velocity and position) at any arbitrary time $t$. We establish our boundary conditions: at $t = 0$, position $s = 0$ and initial velocity is $u$; at time $t$, position is $s$ and final velocity is $v$.
Derivation: The Three Equations of Motion via Integral Calculus
While standard ICSE textbooks derive these using algebraic graphs, Olympiad physics demands the rigor of calculus.
I. The Velocity-Time Relation (First Equation)
Start with the definition of acceleration: $a = \frac{dv}{dt} \implies dv = a \, dt$
Integrate both sides with respective limits:
$$ \int_{u}^{v} dv = \int_{0}^{t} a \, dt $$
Since $a$ is constant, it pulls out of the integral:
$$ [v]_{u}^{v} = a [t]_{0}^{t} $$
$$ v - u = a(t - 0) \implies v = u + at $$
II. The Position-Time Relation (Second Equation)
Start with the definition of velocity: $v = \frac{ds}{dt} \implies ds = v \, dt$
Substitute $v = u + at$ from the first equation:
$$ \int_{0}^{s} ds = \int_{0}^{t} (u + at) dt $$
Integrate applying the power rule ($\int t^n dt = \frac{t^{n+1}}{n+1}$):
$$ [s]_{0}^{s} = \left[ ut + a\frac{t^2}{2} \right]_{0}^{t} $$
$$ s = ut + \frac{1}{2}at^2 $$
III. The Velocity-Position Relation (Third Equation)
Use the spatial derivative form of acceleration derived in Part 2: $a = v\frac{dv}{ds}$
Separate variables: $a \, ds = v \, dv$
Integrate with spatial and velocity limits:
$$ \int_{0}^{s} a \, ds = \int_{u}^{v} v \, dv $$
$$ a [s]_{0}^{s} = \left[ \frac{v^2}{2} \right]_{u}^{v} $$
$$ as = \frac{v^2 - u^2}{2} \implies v^2 = u^2 + 2as $$
The most devastating error a student can make in competitive physics is applying $v = u + at$ or $s = ut + \frac{1}{2}at^2$ to a system where acceleration is changing. If an object is attached to a spring (where force $F = -kx$), or falling through a fluid with air resistance (where drag force $F_d \propto v^2$), acceleration is not constant. In such cases, these three equations completely collapse, and you must return to raw integration of Newton's Second Law.
A classic JEE/KVPY problem asks for the distance traveled strictly during a specific 1-second interval (e.g., the 5th second of motion), not the total distance over 5 seconds. We define this as $S_{nth}$, which is the difference between the distance covered in $n$ seconds and $(n-1)$ seconds.
$$ S_{nth} = S_n - S_{n-1} $$
$$ S_{nth} = \left( un + \frac{1}{2}an^2 \right) - \left( u(n-1) + \frac{1}{2}a(n-1)^2 \right) $$
Expanding and canceling terms yields a powerful algebraic shortcut:
$$ S_{nth} = u + \frac{a}{2}(2n - 1) $$
Note: Though dimensionally this looks like Velocity = Velocity + Acceleration, it is dimensionally valid because $(2n-1)$ carries a hidden unit of time (seconds).
4.0 Graphical Kinematics & The Galilean Topology of Free Fall
Kinematic graphs are not mere illustrations; they are continuous mathematical maps of a particle's dynamic state. By analyzing the geometric properties of these curves—specifically their gradients (derivatives) and the bounded areas beneath them (integrals)—we can extract the entire kinematic history of a system without solving algebraic equations.
Concept: According to integral calculus, the area under a curve is the limit of a Riemann sum: $A = \lim_{\Delta t \to 0} \sum f(t)\Delta t = \int f(t) dt$. Therefore, the area under a Velocity-Time ($v$-$t$) graph calculates $\int v \, dt$, which is exactly equal to Displacement ($\Delta x$). Similarly, the area under an Acceleration-Time ($a$-$t$) graph calculates $\int a \, dt$, yielding the Change in Velocity ($\Delta v$).
When a body moves under the sole influence of gravity near the Earth's surface, it experiences a constant downward acceleration ($a = -g$). This specific condition, termed Free Fall, was extensively analyzed by Galileo Galilei, leading to one of the most elegant symmetrical properties in classical mechanics.
Derivation: Galileo’s Law of Odd Numbers
Galileo postulated that for an object falling from rest, the distances traversed during equal, successive intervals of time are proportional to the sequence of odd integers.
1. Set initial conditions for a freely falling body:
$u = 0$ (dropped from rest)
$a = g$ (downward acceleration)
2. The total distance fallen after time $t$ is given by:
$$ y = ut + \frac{1}{2}at^2 = 0 + \frac{1}{2}gt^2 = \frac{1}{2}gt^2 $$
3. Calculate total distance fallen at consecutive equal time intervals ($\tau, 2\tau, 3\tau \dots$):
At $t = \tau$: $y_1 = \frac{1}{2}g\tau^2$
At $t = 2\tau$: $y_2 = \frac{1}{2}g(2\tau)^2 = 4\left(\frac{1}{2}g\tau^2\right)$
At $t = 3\tau$: $y_3 = \frac{1}{2}g(3\tau)^2 = 9\left(\frac{1}{2}g\tau^2\right)$
4. Calculate the distance traversed specifically during each successive interval ($d_n = y_n - y_{n-1}$):
$1^{\text{st}}$ interval ($0$ to $\tau$): $d_1 = y_1 - 0 = 1\left(\frac{1}{2}g\tau^2\right)$
$2^{\text{nd}}$ interval ($\tau$ to $2\tau$): $d_2 = y_2 - y_1 = (4 - 1)\left(\frac{1}{2}g\tau^2\right) = 3\left(\frac{1}{2}g\tau^2\right)$
$3^{\text{rd}}$ interval ($2\tau$ to $3\tau$): $d_3 = y_3 - y_2 = (9 - 4)\left(\frac{1}{2}g\tau^2\right) = 5\left(\frac{1}{2}g\tau^2\right)$
5. Extract the Galilean Ratio:
$$ d_1 : d_2 : d_3 \dots = 1 : 3 : 5 \dots $$
(This discrete algebraic progression emerges naturally from the continuous parabolic integration of $y = kt^2$)
Students frequently try to compute the area under a Position-Time ($x$-$t$) graph just as they do for $v$-$t$ graphs. Dimensionally, the area under an $x$-$t$ curve is measured in $[L] \times [T] = \text{meter-seconds} (\text{m}\cdot\text{s})$. Unlike $\text{m/s}$ or $\text{m/s}^2$, the unit $\text{m}\cdot\text{s}$ has no established, useful physical interpretation in classical kinematics. Never integrate an $x$-$t$ graph in basic kinematics!
In JEE mechanics, true "free fall" in a vacuum is rare. When falling through the atmosphere, a body experiences an upward aerodynamic drag force ($F_d = kv^2$). As velocity increases, the drag increases until it perfectly cancels the gravitational weight ($mg = kv^2$). At this exact moment, net force drops to zero, acceleration drops to zero, and the $v$-$t$ graph flattens into a horizontal asymptote. This maximum achievable constant speed is called Terminal Velocity.