Exhaustive Study Notes: Motion in a Straight Line

Introduction to Mechanics and Kinematics

  • Definition of Mechanics: Mechanics is the fundamental branch of physics that deals specifically with the study of motion of objects and the forces that affect that motion.

  • Sub-divisions of Mechanics:

    • Kinematics: This sub-branch focuses strictly on the motion of objects without considering the causes (forces) behind the motion. The primary objective is to describe the path, speed, and timing of movement.

    • Dynamics: This sub-branch focuses on the causes of motion, primarily investigating the forces and torques that result in the motion of bodies.

  • Scope of Study: The current study is focused on Motion in a Straight Line, also known as one-dimensional (1D) kinematics, involving motion along a single axis without involving planes (2D) or space (3D).

Concepts of Rest and Motion

  • Rest: A state in which an object does not change its position with respect to its surroundings over time.

  • Motion: A state in which an object changes its position with respect to its surroundings over time.

  • The Relativity of Motion: Definitions of rest and motion are not absolute; they depend entirely on the Frame of Reference.

  • Frame of Reference:

    • It is a system consisting of an origin and a set of coordinate axes relative to which the position and motion of an object are measured.

    • Example (Car Scenario): Imagine Chintu and his companion sitting inside a moving car while Mintu stands on the road. From Mintu's perspective (road frame), Chintu is in motion. However, if an observer sits inside the car (car frame), Mintu appears to be moving backward while Chintu appears at rest. Thus, motion changes based on the reference point.

Scalar and Vector Quantities

  • Scalar Quantities: Physical quantities that possess only magnitude and no specific direction (e.g., Distance, Speed, Time).

  • Vector Quantities: Physical quantities that possess both magnitude and a defined direction (e.g., Displacement, Velocity, Acceleration).

Distance and Displacement

  • Distance (Scalar): The actual total path length covered by an object during its motion. It is always positive and never decreases for a moving object.

  • Displacement (Vector): The shortest straight-line path between the initial position and the final position of an object.

  • Key Comparisons:

    • Displacement can be zero (if the object returns to its starting point) or negative (if it moves in the opposite direction of the defined positive axis).

    • Distance is always greater than or equal to the magnitude of displacement.

Analytical Example (Directional Walk)
  • Scenario: A person walks 5km5\,km East, then 3km3\,km North, then 4km4\,km West, and finally 2km2\,km South.

    • Distance: 5+3+4+2=14km5 + 3 + 4 + 2 = 14\,km.

    • Displacement: Using a coordinate system, the relative change is 1km1\,km East and 1km1\,km North. Using the Pythagorean theorem:

    • Net Displacement=12+12=2km\text{Net Displacement} = \sqrt{1^2 + 1^2} = \sqrt{2}\,km.

Motion in a Circular Arc

  • Distance Calculation: For an object moving along a circular path of radius RR covering an angle θ\theta, the distance is calculated as:

    • Distance=R×θ\text{Distance} = R \times \theta

  • Displacement Calculation: To find the shortest path (chord length) between two points on the arc, use the derived formula:

    • Displacement=2Rsin(θ2)\text{Displacement} = 2R \sin\left(\frac{\theta}{2}\right)

  • Example (3/4th Circle): If a person covers 3/43/4 of a circle with radius 10m10\,m:

    • Distance=34×2π(10)=15πm\text{Distance} = \frac{3}{4} \times 2\pi(10) = 15\pi\,m.

    • Displacement=102+102=102m\text{Displacement} = \sqrt{10^2 + 10^2} = 10\sqrt{2}\,m (since the angle between start and end is 9090^{\circ}).

Speed and Velocity

  • Speed (Scalar): The rate of change of distance. Formula: Speed=Total DistanceTotal Time\text{Speed} = \frac{\text{Total Distance}}{\text{Total Time}}.

  • Velocity (Vector): The rate of change of displacement. Formula: Velocity=DisplacementTime\text{Velocity} = \frac{\text{Displacement}}{\text{Time}}.

  • Uniform vs. Non-Uniform:

    • Uniform: Equal distances/displacements in equal intervals of time.

    • Non-Uniform: Varying speeds/velocities over time.

  • Dimensional Formula: Both possess dimensions of [LT1][LT^{-1}].

Average Speed Specific Cases
  • Case 1 (Time Given): If an object moves with v1v_1 for t1t_1 and v2v_2 for t2t_2:

    • vavg=v1t1+v2t2t1+t2v_{avg} = \frac{v_1t_1 + v_2t_2}{t_1 + t_2}

  • Case 2 (Distance Given): If an object moves distance x1x_1 at v1v_1 and distance x2x_2 at v2v_2:

    • vavg=x1+x2x1v1+x2v2v_{avg} = \frac{x_1 + x_2}{\frac{x_1}{v_1} + \frac{x_2}{v_2}}

  • Case 3 (JEE Main Round Trip): Car goes from XX to YY at v1v_1 and returns to XX at v2v_2:

    • vavg=2v1v2v1+v2v_{avg} = \frac{2v_1v_2}{v_1 + v_2}

Acceleration

  • Definition: The rate at which velocity changes with respect to time.

  • Formula: a=vuta = \frac{v - u}{t}, where vv is final velocity and uu is initial velocity.

  • Types:

    • Positive Acceleration: Velocity increases in the direction of motion.

    • Negative Acceleration (Retardation): Velocity decreases over time.

    • Zero Acceleration: Velocity remains constant.

  • Dimensional Formula: [LT2][LT^{-2}].

Calculus in Kinematics

Instantaneous Quantities
  • Instantaneous Velocity: The velocity at a specific point in time.

    • v=dxdtv = \frac{dx}{dt}

  • Instantaneous Acceleration: The acceleration at a specific point in time.

    • a=dvdta = \frac{dv}{dt}

    • a=d2xdt2a = \frac{d^2x}{dt^2} (Double differentiation of displacement).

  • Variable Velocity/Displacement Formula:

    • a=vdvdxa = v \frac{dv}{dx}

Mathematical Rules for Physics
  • Differentiation: ddt(tn)=ntn1\frac{d}{dt}(t^n) = nt^{n-1}. The derivative of a constant is always 00.

  • Integration: tndt=tn+1n+1+C\int t^n dt = \frac{t^{n+1}}{n+1} + C.

  • Calculus Relationships:

    • Displacement \rightarrow (Differentiate) \rightarrow Velocity \rightarrow (Differentiate) \rightarrow Acceleration.

    • Acceleration \rightarrow (Integrate) \rightarrow Velocity \rightarrow (Integrate) \rightarrow Displacement.

Equations of Motion (Calculus Derivations)

1. First Equation: v=u+atv = u + at
  • Start with a=dvdta = \frac{dv}{dt}.

  • Rearrange: dv=adtdv = a \, dt.

  • Integrate both sides: uvdv=0tadt\int_u^v dv = \int_0^t a \, dt.

  • Result: vu=atv=u+atv - u = at \Rightarrow v = u + at.

2. Second Equation: s=ut+12at2s = ut + \frac{1}{2}at^2
  • Start with v=dxdtv = \frac{dx}{dt}.

  • Substitute v=u+atv = u + at: dx=(u+at)dtdx = (u + at) \, dt.

  • Integrate both sides: 0sdx=0t(u+at)dt\int_0^s dx = \int_0^t (u + at) \, dt.

  • Result: s=ut+12at2s = ut + \frac{1}{2}at^2.

3. Third Equation: v2u2=2asv^2 - u^2 = 2as
  • Start with a=vdvdxa = v \frac{dv}{dx}.

  • Rearrange: adx=vdva \, dx = v \, dv.

  • Integrate both sides: 0sadx=uvvdv\int_0^s a \, dx = \int_u^v v \, dv.

  • Result: as=v22u222as=v2u2as = \frac{v^2}{2} - \frac{u^2}{2} \Rightarrow 2as = v^2 - u^2.

Motion Under Gravity

  • All objects fall with a constant acceleration g9.8m/s2g \approx 9.8\,m/s^2 (often taken as 10m/s210\,m/s^2 for calculations).

  • Sign Conventions:

    • Downward movement: Negative (for displacement, velocity, and acceleration).

    • Upward movement: Positive (for displacement and velocity).

    • Acceleration due to gravity (gg) is always negative because it acts downward.

Case 1: Dropped Object (u=0u = 0)
  • Hitting Velocity: v=2ghv = \sqrt{2gh}

  • Time of Fall: t=2hgt = \sqrt{\frac{2h}{g}}

Case 2: Vertical Projection Upward (v=0v = 0 at max height)
  • Time to reach maximum height: t=ugt = \frac{u}{g}

  • Total Time of Flight (Up + Down): T=2ugT = \frac{2u}{g}

  • Maximum Height Attained: H=u22gH = \frac{u^2}{2g}

Galileo's Law of Odd Numbers

  • For a body falling from rest, the distances covered in successive equal intervals of time (e.g., 1s,2s,3s1s, 2s, 3s) follow the ratio of odd numbers.

  • Ratio: 1:3:5:7:91 : 3 : 5 : 7 : 9 \dots

  • Explanation:

    • Distance in 1st second: 5m5\,m

    • Distance in 2nd second: 15m15\,m (3×53 \times 5)

    • Distance in 3rd second: 25m25\,m (5×55 \times 5)

Kinematic Graphs

  • Displacement-Time Graph (xtx-t):

    • Slope represents Velocity.

    • Horizontal line = Object is at rest.

    • Straight diagonal line = Constant Velocity.

  • Velocity-Time Graph (vtv-t):

    • Slope represents Acceleration.

    • Area under the curve represents Displacement.

  • Acceleration-Time Graph (ata-t):

    • Area under the curve represents Change in Velocity.

Impossible Graphs
  • A vertical line (infinite velocity/acceleration).

  • A closed loop (object cannot be in two places at once).

  • Decreasing distance over time (distance never decreases).

  • Sudden negative speed (speed is a scalar magnitude).

Relative Motion in 1D

  • Same Direction: Relative velocity of AA with respect to BB is vAB=vAvBv_{AB} = v_A - v_B.

  • Opposite Direction: Relative velocity of AA with respect to BB is vAB=vA+vBv_{AB} = v_A + v_B (they approach each other faster).

  • Train Crossing Problem:

    • Total relative distance = L1+L2L_1 + L_2 (sum of lengths of both trains).

    • Time taken to cross = L1+L2Relative Velocity\frac{L_1 + L_2}{\text{Relative Velocity}}.

Questions & Discussion

  • Question (Train Crossing): Two trains AA (180m180\,m, 72km/h72\,km/h) and BB (270m270\,m, 54km/h54\,km/h) move toward each other. How long to cross?

    • Response: Convert speeds to m/sm/s (20m/s20\,m/s and 15m/s15\,m/s). Relative speed is 35m/s35\,m/s. Total distance is 450m450\,m. Time = 450/3512.8s450/35 \approx 12.8\,s.