👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Mechanics
Study mode

Kinematics in one and two dimensions

Introduction to Kinematics

Kinematics is the branch of physics that deals with the description of motion of objects without considering the forces that cause the motion. It focuses on quantities such as displacement, velocity, and acceleration to describe how objects move.

To describe motion accurately, especially in two dimensions, we need to understand the difference between scalars and vectors. Scalars are quantities that have only magnitude (size), such as distance, speed, and time. Vectors, on the other hand, have both magnitude and direction, such as displacement, velocity, and acceleration.

Understanding vectors is crucial because motion often involves direction, and ignoring it can lead to incorrect conclusions. For example, traveling 5 km north is different from traveling 5 km south, even though the distance is the same. This is why vectors are fundamental in kinematics.

Scalars and Vectors

Scalars are quantities described by a numerical value alone. Examples include:

  • Distance: The total length of the path traveled (e.g., 10 meters)
  • Speed: How fast an object moves regardless of direction (e.g., 5 m/s)
  • Time: Duration of an event (e.g., 3 seconds)

Vectors are quantities that have both magnitude and direction. Examples include:

  • Displacement: The shortest distance from the initial to the final position, along with direction (e.g., 10 m east)
  • Velocity: Speed with direction (e.g., 5 m/s north)
  • Acceleration: Rate of change of velocity with direction (e.g., 2 m/s² downward)

Vectors are often represented by arrows. The length of the arrow shows the magnitude, and the arrowhead points in the direction.

Vector Notation and Operations

A vector \(\vec{A}\) can be represented in two dimensions as components along the x-axis and y-axis:

\[\vec{A} = A_x \hat{i} + A_y \hat{j}\]

where \(A_x\) and \(A_y\) are the components along the x and y axes, respectively, and \(\hat{i}\), \(\hat{j}\) are unit vectors in those directions.

The magnitude (length) of \(\vec{A}\) is given by:

\[|\vec{A}| = \sqrt{A_x^2 + A_y^2}\]

The direction \(\theta\) (angle with the x-axis) is:

\[\theta = \tan^{-1} \left( \frac{A_y}{A_x} \right)\]

Vector Addition and Resolution

When two vectors \(\vec{A}\) and \(\vec{B}\) act together, their resultant \(\vec{R}\) is found by vector addition. This can be done graphically by placing the tail of \(\vec{B}\) at the head of \(\vec{A}\) and drawing the vector from the tail of \(\vec{A}\) to the head of \(\vec{B}\).

A B R = A + B A_x A_y

This diagram shows vectors \(\vec{A}\) and \(\vec{B}\), their resultant \(\vec{R}\), and the components of \(\vec{A}\) along the x and y axes.

One-Dimensional Motion

Motion along a straight line is called one-dimensional motion. Here, we consider objects moving along a single axis, say the x-axis.

Uniform Motion

When an object moves at a constant velocity (speed with direction), its motion is called uniform motion. The displacement \(s\) after time \(t\) is given by:

\[s = ut\]

where \(u\) is the constant velocity.

Uniformly Accelerated Motion

When an object's velocity changes at a constant rate, it is said to have uniform acceleration \(a\). For example, a car accelerating smoothly on a straight road.

The key quantities are:

  • Initial velocity \(u\)
  • Final velocity \(v\) after time \(t\)
  • Displacement \(s\) during time \(t\)
  • Acceleration \(a\) (constant)

Equations of Motion

For uniformly accelerated motion, the following equations relate these quantities:

1. Final velocity after time \(t\):

\[v = u + at\]

2. Displacement after time \(t\):

\[s = ut + \frac{1}{2}at^2\]

3. Relation between velocities and displacement:

\[v^2 = u^2 + 2as\]

Displacement (s) Velocity (v) Acceleration (a) Magnitude Time (t)

This graph shows displacement, velocity, and acceleration as functions of time for uniformly accelerated motion. Notice acceleration is constant, velocity increases linearly, and displacement increases quadratically.

Two-Dimensional Motion

When an object moves in a plane, its position changes in two directions, usually along x and y axes. Examples include a ball thrown in the air or a car turning a corner.

Projectile Motion

A classic example of two-dimensional motion is projectile motion, where an object is launched into the air and moves under the influence of gravity alone (ignoring air resistance).

Key points:

  • The horizontal motion has constant velocity (no horizontal acceleration).
  • The vertical motion has constant acceleration due to gravity \(g = 9.8\, m/s^2\) downward.
  • Horizontal and vertical motions are independent of each other.

If a projectile is launched with initial speed \(u\) at an angle \(\theta\) to the horizontal, its initial velocity components are:

\[u_x = u \cos \theta, \quad u_y = u \sin \theta\]

The projectile follows a parabolic trajectory described by:

\[y = x \tan \theta - \frac{g x^2}{2 u^2 \cos^2 \theta}\]

\(v_x\) \(v_y\) \(u\) Height (y) Distance (x)

This diagram shows the parabolic trajectory of a projectile. At a point on the path, the velocity vector is resolved into horizontal (\(v_x\)) and vertical (\(v_y\)) components.

Summary of Key Concepts

{"points": ["Kinematics studies motion without forces.","Vectors describe quantities with magnitude and direction.","One-dimensional motion uses three equations of motion.","Two-dimensional motion treats horizontal and vertical components independently.","Projectile motion follows a parabolic path under gravity."]}

Formula Bank

Displacement in Uniform Velocity
\[ s = ut \]
where: \(s\) = displacement (m), \(u\) = initial velocity (m/s), \(t\) = time (s)
First Equation of Motion
\[ v = u + at \]
where: \(v\) = final velocity (m/s), \(u\) = initial velocity (m/s), \(a\) = acceleration (m/s²), \(t\) = time (s)
Second Equation of Motion
\[ s = ut + \frac{1}{2}at^2 \]
where: \(s\) = displacement (m), \(u\) = initial velocity (m/s), \(a\) = acceleration (m/s²), \(t\) = time (s)
Third Equation of Motion
\[ v^2 = u^2 + 2as \]
where: \(v\) = final velocity (m/s), \(u\) = initial velocity (m/s), \(a\) = acceleration (m/s²), \(s\) = displacement (m)
Horizontal Range of Projectile
\[ R = \frac{u^2 \sin 2\theta}{g} \]
where: \(R\) = range (m), \(u\) = initial speed (m/s), \(\theta\) = launch angle, \(g\) = acceleration due to gravity (9.8 m/s²)
Maximum Height of Projectile
\[ H = \frac{u^2 \sin^2 \theta}{2g} \]
where: \(H\) = height (m), \(u\) = initial speed (m/s), \(\theta\) = launch angle, \(g\) = acceleration due to gravity (9.8 m/s²)
Time of Flight of Projectile
\[ T = \frac{2u \sin \theta}{g} \]
where: \(T\) = time (s), \(u\) = initial speed (m/s), \(\theta\) = launch angle, \(g\) = acceleration due to gravity (9.8 m/s²)
Vector Magnitude
\[ |\vec{A}| = \sqrt{A_x^2 + A_y^2} \]
where: \(A_x\) = x-component, \(A_y\) = y-component
Vector Direction
\[ \theta = \tan^{-1} \left( \frac{A_y}{A_x} \right) \]
where: \(A_x\) = x-component, \(A_y\) = y-component, \(\theta\) = angle with x-axis
Example 1: Calculating Displacement and Velocity in 1D Uniform Acceleration Easy
A car starts from rest and accelerates uniformly at \(2\, m/s^2\) for 5 seconds. Find the displacement covered and the final velocity of the car.

Step 1: Identify known quantities:

  • Initial velocity, \(u = 0\, m/s\) (starts from rest)
  • Acceleration, \(a = 2\, m/s^2\)
  • Time, \(t = 5\, s\)

Step 2: Use the second equation of motion to find displacement \(s\):

\[ s = ut + \frac{1}{2}at^2 = 0 \times 5 + \frac{1}{2} \times 2 \times 5^2 = \frac{1}{2} \times 2 \times 25 = 25\, m \]

Step 3: Use the first equation of motion to find final velocity \(v\):

\[ v = u + at = 0 + 2 \times 5 = 10\, m/s \]

Answer: The car covers a displacement of 25 meters and reaches a velocity of 10 m/s after 5 seconds.

Example 2: Projectile Motion: Maximum Height and Range Medium
A ball is thrown with an initial speed of \(20\, m/s\) at an angle of \(30^\circ\) above the horizontal. Calculate the maximum height reached and the horizontal range of the ball.

Step 1: Identify known quantities:

  • Initial speed, \(u = 20\, m/s\)
  • Launch angle, \(\theta = 30^\circ\)
  • Acceleration due to gravity, \(g = 9.8\, m/s^2\)

Step 2: Calculate maximum height \(H\):

\[ H = \frac{u^2 \sin^2 \theta}{2g} = \frac{20^2 \times \sin^2 30^\circ}{2 \times 9.8} = \frac{400 \times (0.5)^2}{19.6} = \frac{400 \times 0.25}{19.6} = \frac{100}{19.6} \approx 5.10\, m \]

Step 3: Calculate horizontal range \(R\):

\[ R = \frac{u^2 \sin 2\theta}{g} = \frac{400 \times \sin 60^\circ}{9.8} = \frac{400 \times 0.866}{9.8} = \frac{346.4}{9.8} \approx 35.35\, m \]

Answer: The ball reaches a maximum height of approximately 5.10 meters and lands 35.35 meters away horizontally.

Example 3: Relative Velocity in Two Dimensions Medium
Two trains are moving on intersecting tracks. Train A moves east at \(60\, km/h\), and Train B moves north at \(80\, km/h\). Find the velocity of Train B relative to Train A.

Step 1: Convert speeds to m/s:

\[ 60\, km/h = \frac{60 \times 1000}{3600} = 16.67\, m/s, \quad 80\, km/h = \frac{80 \times 1000}{3600} = 22.22\, m/s \]

Step 2: Represent velocities as vectors:

  • \(\vec{v}_A = 16.67\, m/s\) east (x-direction)
  • \(\vec{v}_B = 22.22\, m/s\) north (y-direction)

Step 3: Relative velocity of B with respect to A is:

\[ \vec{v}_{B/A} = \vec{v}_B - \vec{v}_A = (-16.67 \hat{i}) + 22.22 \hat{j} \]

Step 4: Calculate magnitude:

\[ |\vec{v}_{B/A}| = \sqrt{(-16.67)^2 + 22.22^2} = \sqrt{278 + 493.8} = \sqrt{771.8} \approx 27.78\, m/s \]

Step 5: Calculate direction (angle \(\theta\) north of west):

\[ \theta = \tan^{-1} \left( \frac{22.22}{16.67} \right) = \tan^{-1} (1.33) \approx 53.1^\circ \]

Answer: The velocity of Train B relative to Train A is approximately \(27.78\, m/s\) at \(53.1^\circ\) north of west.

Example 4: Free Fall Time Calculation Easy
A stone is dropped from the top of a building 45 meters high. Calculate the time taken to reach the ground. (Ignore air resistance)

Step 1: Known values:

  • Initial velocity, \(u = 0\, m/s\) (stone is dropped)
  • Displacement, \(s = 45\, m\) downward
  • Acceleration due to gravity, \(a = g = 9.8\, m/s^2\)

Step 2: Use second equation of motion:

\[ s = ut + \frac{1}{2}gt^2 \implies 45 = 0 + \frac{1}{2} \times 9.8 \times t^2 \]

Step 3: Solve for \(t\):

\[ t^2 = \frac{2 \times 45}{9.8} = \frac{90}{9.8} \approx 9.18 \implies t = \sqrt{9.18} \approx 3.03\, s \]

Answer: The stone takes approximately 3.03 seconds to reach the ground.

Example 5: Resolving Vectors Using Components Easy
A force of 50 N acts at an angle of \(60^\circ\) to the horizontal. Find the horizontal and vertical components of the force.

Step 1: Known values:

  • Force magnitude, \(F = 50\, N\)
  • Angle with horizontal, \(\theta = 60^\circ\)

Step 2: Calculate horizontal component \(F_x\):

\[ F_x = F \cos \theta = 50 \times \cos 60^\circ = 50 \times 0.5 = 25\, N \]

Step 3: Calculate vertical component \(F_y\):

\[ F_y = F \sin \theta = 50 \times \sin 60^\circ = 50 \times 0.866 = 43.3\, N \]

Answer: The force components are 25 N horizontally and 43.3 N vertically.

Tips & Tricks

Tip: Always resolve vectors into perpendicular components before solving 2D motion problems.

When to use: When dealing with projectile motion or relative velocity in two dimensions.

Tip: Use symmetry in projectile motion to find time of flight and range easily.

When to use: When the projectile lands at the same vertical level from which it was launched.

Tip: Memorize the three equations of motion with correct signs and variables to save time.

When to use: During quick problem solving in exams.

Tip: Check units consistently, especially time in seconds and distance in meters.

When to use: Always, to avoid calculation errors.

Tip: For free fall problems, treat acceleration as \(g = 9.8\, m/s^2\) directed downward.

When to use: When objects move vertically under gravity without air resistance.

Common Mistakes to Avoid

❌ Confusing displacement with distance in vector problems.
✓ Remember displacement is a vector with direction; distance is scalar and always positive.
Why: Students often ignore direction and treat displacement as scalar, leading to wrong answers.
❌ Using incorrect sign for acceleration in equations of motion.
✓ Assign positive or negative signs based on chosen coordinate system and direction of acceleration.
Why: Misinterpretation of direction leads to wrong sign usage and incorrect results.
❌ Not resolving velocity into components before applying projectile motion formulas.
✓ Always break velocity into horizontal and vertical components using trigonometry.
Why: Skipping this step leads to incorrect calculations of range and height.
❌ Forgetting that horizontal velocity remains constant in projectile motion.
✓ Remember no horizontal acceleration (ignoring air resistance), so horizontal velocity is constant.
Why: Students sometimes apply acceleration in horizontal direction incorrectly.
❌ Mixing units, such as using km/h with m/s in calculations.
✓ Convert all units to SI units (m/s, m, s) before calculations.
Why: Inconsistent units cause wrong answers and confusion.
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Kinematics in one and two dimensions · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.