Motion in a Straight Line - Comprehensive Study Notes

Frame of Reference

  • Motion is defined with respect to a frame of reference, i.e., a system of coordinates chosen by an observer.
  • The observer may pick different frames; thus, motion may appear differently to different observers.
  • Position: the complete information about the location of an object with respect to the frame of reference.
  • A frame of reference assigns a direction and origin; coordinates are denoted as (x, y, z) or along a chosen axis.
  • The universe is described as expanding and moving within this framework of reference.

Distance and Displacement

  • Distance: the actual path length travelled by the object; scalar quantity.
  • Displacement: the shortest (straight-line) distance from initial position to final position; a vector quantity with both magnitude and direction.
  • In a straight-line motion, distance and displacement may be related as:
    • If moving along a straight line without reversing direction, Distance may equal Displacement only if the object ends at the same line as it started and the path is monotonic.
    • Generally, Distance ≥ Displacement, and could be greater if the path is curved.
  • SI unit for distance is the metre (m).
  • Example (from transcript):
    • Path: 30 m north, then turn right and go 30 m, then left turn and go 10 m.
    • Total distance = $30 \,\text{m} + 30 \,\text{m} + 10 \,\text{m} = 70 \,\text{m}$.
    • Final displacement (from start to end): components are $30\text{ m}$ east and $40\text{ m}$ north, hence displacement $= \sqrt{30^2 + 40^2} = 50 \text{ m}$.

Speed and Velocity

  • Speed: rate of motion; scalar quantity.
  • Velocity: rate of change of position; vector quantity.
  • SI unit: \text{Speed} = \frac{\text{Distance}}{\text{Time}} \quad (m\,s^{-1})
  • Velocity unit is the same as speed, but with direction:
    • \vec{v} = \frac{\Delta \vec{x}}{\Delta t} in the limit \Delta t \to 0 giving instantaneous velocity.
  • Instantaneous speed vs instantaneous velocity:
    • Instantaneous speed: magnitude of instantaneous velocity.
    • Instantaneous velocity: vector value of velocity at a specific time.
  • Position as a function of time: \vec{x}(t); Velocity as the first derivative: \vec{v}(t) = \frac{d\vec{x}}{dt}.
  • Average velocity over a time interval:
    • \bar{\vec{v}} = \frac{\Delta \vec{x}}{\Delta t} = \frac{\vec{x}(t2) - \vec{x}(t1)}{t2 - t1}

Speed, Velocity and Related Quantities (Key Formulas)

  • Displacement: \Delta x = x2 - x1 (or \Delta \vec{x} for vector form)
  • Average speed: \text{Average speed} = \frac{\text{Total distance}}{\text{Total time}}
  • Instantaneous velocity: \vec{v}(t) = \frac{d\vec{x}}{dt}
  • Instantaneous speed: magnitude of instantaneous velocity: v(t) = |\vec{v}(t)|
  • Distance vs displacement during non-straight paths: distance is the total length of the path; displacement is the straight-line vector from start to end.

Types of Motion and Uniform Motion Concepts

  • Uniform motion: velocity is constant; slope of a position-time graph is constant.
  • Non-uniform motion: velocity changes with time; acceleration exists.
  • In 1-D straight-line motion, all quantities reduce to scalars with sign indicating direction.

Acceleration

  • Acceleration is the rate of change of velocity with respect to time; vector quantity.
  • SI unit: \text{Accelaration} = m\,s^{-2}
  • Dimensional form: [\text{L}][\text{T}]^{-2}
  • Types:
    • Average acceleration: \bar{a} = \frac{\Delta v}{\Delta t} = \frac{vf - vi}{tf - ti}
    • Instantaneous acceleration: a(t) = \frac{dv}{dt}
  • If velocity changes with time as a function, compute instantaneous acceleration via differentiation.
  • Example from transcript: If velocity changes from $vi$ to $vf$ over a time interval, e.g., $vi = 20$ m/s to $vf = 50$ m/s over $\Delta t = 3$ s, then \bar{a} = \frac{50 - 20}{3} = 10\,\text{m s}^{-2}.

Graphical Representation of Motion

  • Position-time (s-t) graph:
    • Slope gives velocity.
    • Curvature indicates changing velocity (acceleration).
  • Velocity-time (v-t) graph:
    • Slope gives acceleration: \text{Slope} = a(t)
    • Area under the v-t curve between $t1$ and $t2$ gives displacement: \Delta x = \int{t1}^{t_2} v(t)\,dt
  • Acceleration-time (a-t) graph:
    • Area under the a-t curve gives change in velocity: \Delta v = \int{t1}^{t_2} a(t)\,dt
  • Speed-time (|v|-t) graph:
    • Area under the curve gives distance travelled: \Delta s = \int{t1}^{t_2} |v(t)|\,dt
  • Note on calculus-based relationships:
    • $a = \dfrac{dv}{dt}$ and $v = \dfrac{dx}{dt}$.
    • For constant acceleration, the Euler–Newton type relationships yield SUVAT results (see below).

Equations of Motion with Constant Acceleration (SUVAT)

  • When acceleration is constant, the following are valid:
    • v = u + a t
    • s = ut + \tfrac{1}{2} a t^2
    • v^2 = u^2 + 2 a s
    • s = \frac{u + v}{2} t
  • Here, usually:\
    • $u$ = initial velocity, $v$ = final velocity, $a$ = constant acceleration, $t$ = time, $s$ = displacement.
  • Special notes:
    • When motion starts from rest, $u = 0$, the formulas simplify accordingly.
    • If upward is taken as positive and gravitational acceleration is downward, then $g\approx 9.8\ \text{m s}^{-2}$ is used with sign conventions as required.

Free Fall/Motion in One Dimension under Gravity

  • Governing equations (with constant downward acceleration due to gravity):
    • v = u + g t
    • v^2 = u^2 + 2 g h
    • h = u t + \tfrac{1}{2} g t^2
  • Common sign convention: take upward as positive, so $g = -9.8\ m\,s^{-2}$ for downward acceleration; or take downward as positive and set $g = +9.8$ accordingly.
  • Example problems from transcript: 1) A ball is dropped from a height of 320 m (from rest, $u=0$) with $g=10$ m/s$^2$.
    • Time to reach ground: use h = ut + \tfrac{1}{2} g t^2 \Rightarrow 320 = 0 \cdot t + \tfrac{1}{2}(10) t^2 \Rightarrow t^2 = 64 \Rightarrow t = 8\text{ s}
      2) A ball is thrown vertically upward with initial speed $u = 80\text{ m s}^{-1}$.
    • Maximum height: when $v=0$, 0 = u^2 + 2 a h \Rightarrow h = -\frac{u^2}{2a} = \frac{80^2}{2\cdot 10} = \frac{6400}{20} = 320\text{ m}
    • Total time of flight: time to reach top is $t1 = \frac{u}{g} = \frac{80}{10} = 8\text{ s}$; total time $t{tot} = 2 t_1 = 16\text{ s}$
      3) A ball is thrown upward from a height of 25 m with $u = 20$ m/s, $g = 10$ m/s$^2$.
    • Maximum height above ground: $h{max} = h0 + \dfrac{u^2}{2g} = 25 + \dfrac{20^2}{20} = 25 + 20 = 45$ m.
    • Time to reach max height: $t_1 = \dfrac{u}{g} = \dfrac{20}{10} = 2$ s.
    • Height at top is 45 m; time to fall from top to ground (starting from rest at top): use $h = \tfrac{1}{2} g t^2$ with $h=45$ m: $45 = \tfrac{1}{2} (10) t^2 \Rightarrow t^2 = 9 \Rightarrow t_2 = 3$ s.
    • Total time = $t1 + t2 = 2 + 3 = 5$ s.
      4) Stopping distance problem (deceleration): If a vehicle of initial speed $u$ comes to rest under constant deceleration $a$, the stopping distance is s = \frac{u^2}{2a} when final speed $v=0$.

nth Second and Galileo’s Law (Constant Acceleration from Rest)

  • Distance travelled during the nth second (assuming start from rest, $u=0$):
    • After $t$ seconds, displacement is s(t) = ut + \tfrac{1}{2} a t^2; for $u=0$, s(t) = \tfrac{1}{2} a t^2.
    • Distance travelled during the nth second is:
      S_n = s(n) - s(n-1) = u + a\left(n - \tfrac{1}{2}\right)
    • For $u=0$, this reduces to S_n = a\left(n - \tfrac{1}{2}\right) = (2n-1)\frac{a}{2}, yielding the famous ratio 1 : 3 : 5 : 7 : … for distances in successive seconds when starting from rest with constant acceleration.
  • The transcript references the historical NCERT example demonstrating that distances covered in successive equal-time intervals under constant acceleration from rest form the ratio 1:3:5:7…

Relative Motion in One Dimension

  • When two objects move in the same direction:
    • Relative speed (closing speed) = $|UA - UB|$.
    • Time to overtake a leading object separated by distance $D$ is t = \frac{D}{|UA - UB|}
  • When two objects move in opposite directions:
    • Relative speed = $|UA + UB|$.
    • Time to meet given a separation $D$ is t = \frac{D}{UA + UB}
  • Transcript examples:
    • Case I: A behind B, both moving in the same direction.
    • If $UA = 100$ m/s, $UB = 80$ m/s, initial separation $D = 100$ m, then closing speed is $20$ m/s, so time to overtake is $t = 100/20 = 5$ s.
    • Case II: If moving in opposite directions with speeds $UA = 100$ m/s and $UB = 30$ m/s and initial separation $D = 100$ m, then relative speed is $130$ m/s and time is $t = 100/130 \approx 0.769$ s.
  • Relative motion formulae consistent with the general kinematics framework:
    • Relative displacement and velocity can be treated by transforming into a frame moving with one of the bodies.

Calculus-Based Derivation of Equations of Motion (NRCT Example 2.2)

  • Kinematic relations from calculus:
    • Acceleration: a = \frac{dv}{dt}
    • Velocity: v = \frac{dx}{dt}
  • By combining, using the chain rule a = \frac{dv}{dt} = \frac{dv}{dx}\cdot\frac{dx}{dt} = v\frac{dv}{dx}
  • Multiply both sides by $dx$ and integrate (assuming constant $a$ or integrating generally):
    • a\,dx = v\,dv
    • Integrating from initial to final states yields:
      \int a\,dx = \int v\,dv = \tfrac{1}{2}v^2 + C
  • With initial conditions $(x0, v0)$, this gives the standard result:
    • v^2 = v0^2 + 2a\,(x - x0)
  • If acceleration $a$ is constant, substituting $v = \dfrac{dx}{dt}$ and integrating gives the familiar SUVAT relations (see above).

Area and Integration: From Graphs to Physics

  • Area under v-t graph between $t1$ and $t2$ equals displacement: \Delta x = \int{t1}^{t_2} v(t)\,dt
  • Area under a-t graph equals change in velocity: \Delta v = \int{t1}^{t_2} a(t)\,dt
  • Area under speed-time graph equals distance travelled: \Delta s = \int{t1}^{t_2} |v(t)|\,dt
  • Area under s-t graph is not typically used for velocity; instead, slope of s-t graph is velocity, and slope of v-t graph is acceleration.

Problems and Worked Examples (Selected from Transcript)

  • Example: Distance vs Displacement in a 2D straight-line path
    • Path along a straight line with turns results in: Distance = 70 m; Displacement = 50 m (as shown in transcript example).
  • Example: Velocity and Acceleration from a time-dependent position
    • If position is given by a function $x(t)$, velocity is $v(t) = \dfrac{dx}{dt}$ and acceleration by $a(t) = \dfrac{d^2x}{dt^2}$.
  • Example: Car starting from rest with acceleration $a = 3\ \text{m s}^{-2}$ for $t = 4\ \text{s}$
    • Displacement: s = ut + \tfrac{1}{2} a t^2 = 0 \cdot 4 + \tfrac{1}{2} (3) (4)^2 = 24\ \text{m}
    • Final velocity: v = u + at = 0 + (3)(4) = 12\ \text{m s}^{-1}
  • Example: Stopping distance for a car with initial speed $u$ and deceleration $a$ ( ext{constant}) until $v=0$
    • s = \frac{u^2}{2a}
    • If $u = 80\text{ m s}^{-1}$ and $a = 10\text{ m s}^{-2}$, then s = \frac{80^2}{2\cdot 10} = \frac{6400}{20} = 320\text{ m}
  • Example: Distance travelled in the nth second
    • With $u$ initial velocity and constant $a$, distance in the nth second is
    • S_n = s(n) - s(n-1) = u + a\left(n - \tfrac{1}{2}\right)
  • Example: Relative motion (Case I)
    • A and B moving in the same direction; relative speed is $|UA - UB|$; time to overtake a distance $D$ apart is t = \frac{D}{|UA - UB|}
  • Example: Galileo’s old numbers for constant acceleration from rest
    • Distances travelled in the first few seconds are in the ratio $1:3:5:7…$, derived from the acceleration relation and the formula for distance in each second.

Velocity and Acceleration in Graphs (Key Observations)

  • Slope of an s-t graph equals velocity; slope of a-t graph equals acceleration.
  • If velocity is constant, the v-t graph is a horizontal line (slope 0, a = 0).
  • If acceleration is constant and nonzero, the v-t graph is a straight line with slope equal to $a$.
  • If velocity is increasing linearly with time, the s-t graph is a parabola (second-degree curve).

Calculus-Based NCERT Example (Ongoing Context)

  • The transcript references an NCERT example demonstrating the derivation of equations of motion using calculus (NRCT Example 2.2): obtain the standard equations by starting from $a = \dfrac{dv}{dt}$ and $v = \dfrac{dx}{dt}$, and applying the chain rule to relate $a$ to $x$ via $a = v \dfrac{dv}{dx}$, followed by integration to recover the familiar results.

Quick Reference: Common Equations at a Glance

  • Position and velocity:
    • \vec{v}(t) = \frac{d\vec{x}}{dt}
  • Constant acceleration SUVAT set (1D):
    • v = u + a t
    • s = ut + \tfrac{1}{2} a t^2
    • v^2 = u^2 + 2 a s
    • s = \frac{u+v}{2} t
  • Free fall with gravity ( ext{up positive}, $g\approx 9.8\,\text{m s}^{-2}$):
    • v = u + g t\; ext{(or } v = u - g t\text{ depending on sign convention)}
    • h = ut + \tfrac{1}{2} g t^2
    • v^2 = u^2 + 2 g h
  • Distance in the nth second (from rest, $u=0$):
    • S_n = a\left(n - \tfrac{1}{2}\right) = \frac{(2n-1)}{2} a
  • Relative motion (one dimension):
    • Chasing in same direction: t = \frac{D}{|UA - UB|}
    • Meeting in opposite directions: t = \frac{D}{|UA + UB|}
  • Calculus-based relation for constant acceleration from $x0$ with $v0$:
    • v^2 = v0^2 + 2 a (x - x0)
  • Area relations:
    • Change in position: \Delta x = \int{t1}^{t_2} v(t)\,dt
    • Change in velocity: \Delta v = \int{t1}^{t_2} a(t)\,dt
    • Distance travelled (with nonnegative speed): \Delta s = \int{t1}^{t_2} |v(t)|\,dt

Note

  • The content above is a consolidated, clarified, and corrected version of the material presented in the transcript. Some lines in the transcript contained typos or unclear fragments; the standard, widely-used kinematics framework has been preserved and clarified for exam preparation.