motion lec1

Introduction to Chapter 1: Kinematics

  • Chapter Overview: The study of Motion and Force is divided into two primary parts: Kinematics and Dynamics.
  • Kinematics (Part 1): Focuses on the description of motion without considering the causes of motion. This includes:
    • Motion in one dimension (1D1D).
    • Concepts of rest, motion, speed, velocity, distance, displacement, and acceleration.
    • Equations of motion, motion graphs, and free-fall motion.
  • Motion in Two Dimensions (Part 2): Primarily covers Projectile Motion.
  • Dynamics (Part 3): Focuses on the causes of motion, specifically Force.
  • Approach: The study guide follows the perspective of ECAT and MDCAT preparation, prioritizing conceptual understanding and mathematical application over purely derivation-heavy details.

States of a Body: Rest and Motion

  • State of Rest: A body is said to be at rest if it does not change its position with respect to its surroundings over time.
  • State of Motion: A body is in motion if it changes its position with respect to its surroundings.
  • The Concept of Positioning (Coordinates):
    • Position is defined relative to a reference point, often the origin (0,0)(0,0) in an XYXY plane.
    • Example: If an object is at coordinates (4,5)(4, 5), its address relative to the origin is 4m4\,m along the positive XX-axis and 5m5\,m up the positive YY-axis.
    • Rest Example: If at time t=0st = 0\,s the position is (4,5)(4, 5) and at t=5st = 5\,s it remains (4,5)(4, 5), the body is at rest.
    • Motion Example: If at t=0st = 0\,s coordinates are (4,5)(4, 5) and at t=5st = 5\,s they become (8,5)(8, 5), the object has moved 4m4\,m along the XX-axis. Relative to the origin, it is in motion.
  • Relativity of Motion: Rest and motion are relative terms, meaning they depend on the observer's frame of reference.
    • The Bus Example: A driver is at rest relative to a passenger sitting behind them because their relative positions do not change. However, that same driver is in motion relative to a person standing outside at a bus stand.
    • The Planetary Perspective: Two people sitting still in a room are at rest relative to each other but are in motion relative to an observer on another planet because the Earth is rotating on its axis and revolving around the Sun.

Distance and Displacement

  • Distance (SS):
    • Definition: The total path length covered by a body between its initial and final points.
    • Nature: It is a scalar quantity (magnitude only, no direction).
    • Path Dependence: Distance depends entirely on the specific route taken. Different paths between the same two points will result in different distances.
  • Displacement (d\vec{d} or s\vec{s}):
    • Definition: The shortest straight-line distance from the initial point to the final point.
    • Nature: It is a vector quantity (requires both magnitude and direction).
    • Path Independence: Displacement does not depend on the path taken; it only depends on the initial and final positions. Between two fixed points, the displacement is unique.
    • Representation: Graphically represented by an arrow from the initial point (tail) to the final point (head).
  • Mathematical Relationship:
    • Between any two points: DistanceDisplacement\text{Distance} \ge |\text{Displacement}|
    • Equality: Distance equals displacement only when moving in a single straight line in one direction.
    • Ratios:
      • DistanceDisplacement1\frac{\text{Distance}}{\text{Displacement}} \ge 1 (Unity or greater than unity).
      • DisplacementDistance1\frac{\text{Displacement}}{\text{Distance}} \le 1 (Unity or less than unity).
  • Sign Convention: Distance is always positive. Displacement can be positive, negative, or zero.
    • Zero Displacement: Occurs if the initial and final points are the same (e.g., a round trip).

Vector Representation and Unit Vectors

  • Coordinate Axes: XX, YY, and ZZ axes are mutually perpendicular (9090^\circ to each other).
  • Unit Vectors: Used to specify direction without changing the magnitude.
    • i^\hat{i}: Along the positive XX-axis.
    • j^\hat{j}: Along the positive YY-axis.
    • k^\hat{k}: Along the positive ZZ-axis (outward from the screen/page).
  • Magnitude Calculation: For a vector A=xi^+yj^+zk^\vec{A} = x\hat{i} + y\hat{j} + z\hat{k}, the magnitude is:
    • A=x2+y2+z2|\vec{A}| = \sqrt{x^2 + y^2 + z^2}
  • Application Examples:
    • Velocity Vector: v=3i^m/s\vec{v} = 3\hat{i}\,m/s means moving at 3m/s3\,m/s along the positive XX-axis.
    • Force Vector: F=2i^+3j^+4k^N\vec{F} = 2\hat{i} + 3\hat{j} + 4\hat{k}\,N represents a resultant force with components in three dimensions. The resultant magnitude is F=22+32+42=29N|\vec{F}| = \sqrt{2^2 + 3^2 + 4^2} = \sqrt{29}\,N.
    • Displacement Vector: Moving 6m6\,m on XX and 8m8\,m on YY yields d=6i^+8j^\vec{d} = 6\hat{i} + 8\hat{j}. The displacement magnitude is 62+82=10m\sqrt{6^2 + 8^2} = 10\,m, while the distance is 6+8=14m6 + 8 = 14\,m.

Speed and Velocity

  • Speed (vv):
    • Definition: The distance covered per unit time: v=Stv = \frac{S}{t}.
    • Nature: Scalar quantity.
  • Velocity (v\vec{v}):
    • Definition: The displacement per unit time: v=dt\vec{v} = \frac{\vec{d}}{t}.
    • Nature: Vector quantity. Speed in a specific direction is velocity.
  • Unit: The SI unit for both is meters per second (m/sm/s).
  • Common Conversions:
    • To convert km/hkm/h to m/sm/s: Multiply by 10003600\frac{1000}{3600} or 518\frac{5}{18}.
    • Example: 48km/h=48×518m/s48\,km/h = 48 \times \frac{5}{18}\,m/s.
  • Relationship:
    • Average SpeedAverage Velocity\text{Average Speed} \ge |\text{Average Velocity}|

Cases of Average Speed: Segmentation

When standard total distance divided by total time is not directly applicable, use segmentation formulas.

Case 1: Distance Segmentation (Equal Distances)
  • If a body covers the first half of a distance with speed v1v_1 and the second half with speed v2v_2:
    • vavg=2v1v2v1+v2v_{\text{avg}} = \frac{2v_1v_2}{v_1 + v_2}
    • This is known as the Harmonic Mean.
    • Example: First half at 40km/h40\,km/h, second half at 60km/h60\,km/h.
    • vavg=2(40)(60)40+60=4800100=48km/hv_{\text{avg}} = \frac{2(40)(60)}{40 + 60} = \frac{4800}{100} = 48\,km/h.
  • For three equal distance segments: vavg=3v1v2v3v1v2+v2v3+v3v1v_{\text{avg}} = \frac{3v_1v_2v_3}{v_1v_2 + v_2v_3 + v_3v_1}.
  • Round Trip: If a body goes from AA to BB at v1v_1 and returns to AA at v2v_2, the average speed is based on distance segmentation (2v1v2v1+v2\frac{2v_1v_2}{v_1 + v_2}), but the average velocity is 00 because total displacement is zero.
Case 2: Time Segmentation (Equal Time Intervals)
  • If a body travels with speed v1v_1 for the first half of the total time and speed v2v_2 for the second half of total time:
    • vavg=v1+v22v_{\text{avg}} = \frac{v_1 + v_2}{2}
    • This is the Arithmetic Mean.
    • Example: First half-time at 40km/h40\,km/h, second half-time at 60km/h60\,km/h.
    • vavg=40+602=50km/hv_{\text{avg}} = \frac{40 + 60}{2} = 50\,km/h.
  • For three equal time segments: vavg=v1+v2+v33v_{\text{avg}} = \frac{v_1 + v_2 + v_3}{3}.

Instantaneous vs. Average Quantities

  • Instantaneous Values: The value of a quantity (speed, velocity, acceleration) at a specific moment in time (Δt0\Delta t \to 0).
    • Represented mathematically with limits: vins=limΔt0ΔdΔt\vec{v}_{\text{ins}} = \lim_{\Delta t \to 0} \frac{\Delta \vec{d}}{\Delta t}.
    • Speedometers in cars show instantaneous speed.
  • Average Values: The overall value calculated over a finite interval of time.
  • Comparison:
    • Uniform Motion: If velocity is constant, Instantaneous = Average.
    • Non-Uniform Motion: Instantaneous can be greater than, less than, or equal to the average.
    • Example: In a series of tests with scores 1010, 88, and 66, the average is 88. The score of 1010 is an instantaneous value greater than the average; 66 is less than the average.

Uniform and Non-Uniform Motion

  • Uniform Velocity: A body covers equal displacements in equal intervals of time. This means both magnitude (speed) and direction are constant.
  • Variable (Non-Uniform) Velocity: If either the magnitude changes, the direction changes, or both change.
    • Direction Change: A body moving at constant speed in a curve has variable velocity because its direction is changing.
    • Magnitude Change: A body moving in a straight line with changing speed has variable velocity.

Concept of Acceleration

  • Definition: The rate of change of velocity: a=ΔvΔt=vfvit\vec{a} = \frac{\Delta \vec{v}}{\Delta t} = \frac{\vec{v}_f - \vec{v}_i}{t}.
  • Nature: Vector quantity. Unit: m/s2m/s^2.
  • Fundamental Rule: Acceleration exists only if velocity changes (Δv0\Delta \vec{v} \neq 0). If velocity is uniform, a=0\vec{a} = 0.
  • Physical Interpretation: An acceleration of 10m/s210\,m/s^2 means the velocity changes by 10m/s10\,m/s every single second.
    • Free fall example: Dropping an object (vi=0v_i = 0). After 1s1\,s, v=10m/sv = 10\,m/s; after 2s2\,s, v=20m/sv = 20\,m/s; after 3s3\,s, v=30m/sv = 30\,m/s.
  • Direction of Acceleration: It is always in the direction of the change in velocity (Δv\Delta \vec{v}) or the direction of the unbalanced force (Fnet\vec{F}_{\text{net}}).

Directional Relationships: Parallel vs. Anti-Parallel

  • Parallel Acceleration (Speeding up):
    • If velocity and acceleration (or force) are in the same direction (θ=0\theta = 0^\circ), the speed increases.
    • Example: Pushing a moving car in the direction it is already going.
  • Anti-Parallel Acceleration (Slowing down/Retardation):
    • If velocity and acceleration (or force) are in opposite directions (θ=180\theta = 180^\circ), the speed decreases.
    • Example: Applying brakes. The car moves forward, but the force/acceleration is backward.
  • Direction of Motion and Velocity: Velocity is always in the direction of motion. Displacement is from initial to final. Acceleration/Force determines if motion accelerates or retards.

Positive and Negative Acceleration vs. Retardation

Crucial Distinction: Positive acceleration does not always mean speeding up, and negative acceleration does not always mean slowing down.

  • Positive Acceleration: Acceleration directed toward the positive reference (e.g., Right or Up).
    • Speeding Up: Body moves Right (+v+\vec{v}), Force/Accel is Right (+a+\vec{a}).
    • Slowing Down: Body moves Left (v-\vec{v}), Force/Accel is Right (+a+\vec{a}). This is retardation caused by positive acceleration.
  • Negative Acceleration: Acceleration directed toward the negative reference (e.g., Left or Down).
    • Speeding Up: Body moves Left (v-\vec{v}), Force/Accel is Left (a-\vec{a}). Speed increases in the negative direction.
    • Slowing Down: Body moves Right (+v+\vec{v}), Force/Accel is Left (a-\vec{a}). This is retardation caused by negative acceleration.
  • Retardation (Deceleration): Simply the decrease in speed, regardless of the coordinate sign (vf<vi|\vec{v}_f| < |\vec{v}_i|).

Types of Acceleration

  • Uniform Acceleration: Velocity changes by equal amounts in equal intervals of time. The rate of change is constant.
    • Example: Constant force applied. Free fall (ignoring air resistance).
  • Non-Uniform (Variable) Acceleration: Velocity changes by unequal amounts in equal intervals of time.
    • Example: Simple Harmonic Motion (variable restoring force). A car in stop-and-go traffic.
  • Note: In both cases, velocity is changing. Non-uniform acceleration implies that the change itself is changing.

Questions & Discussion

  • Question: Can distance be negative?
  • Response: No, distance is a scalar and is always positive. Displacement, being a vector, can be positive, negative, or zero based on the coordinate system.
  • Question: If a body travels a round trip, what is the average velocity?
  • Response: The average velocity is zero because the total displacement (final position minus initial position) is zero. However, the average speed is non-zero as total distance was covered.
  • Question: Does negative acceleration always mean retardation?
  • Response: No. If a body is moving in the negative direction (e.g., falling down) and the acceleration is also negative (gravity), the body speeds up. Retardation only occurs when velocity and acceleration are in opposite directions.