Motion in a Plane
Easy Overview
Throw a ball in the air - why does it follow that curved path? Why does it go faster at some points and slower at others? And why, no matter how hard you throw it straight up, does it always come back down? Motion in a plane - two-dimensional motion - is where physics gets really interesting. This chapter covers three big ideas: projectile motion (things flying through the air), relative velocity (how speed depends on your frame of reference), and uniform circular motion (things going around in circles). These aren't just exam topics - they are the physics behind every sport (why basketball players aim at an angle), every vehicle turn (why you feel pushed sideways), and even why planes take off into the wind. By the end of this chapter, you will be able to predict exactly where a ball will land just from how it was thrown. That is not magic - that is physics.
Motion in Two Dimensions - Position and Displacement
In one dimension, position is just a number on a line. In two dimensions, it is a vector - you need both x and y coordinates. Position vector r = x i-hat + y j-hat. Displacement is the change in position: delta r = r_2 - r_1. The path between the two points does not matter - displacement is the straight line from start to finish. Distance traveled is the actual path length, which is usually longer. This is a common exam trap: always use displacement (vector difference) for velocity calculations, not distance. A particle going around a circular track and returning to the starting point has zero displacement but traveled 2 pi r distance. Average velocity = displacement/time. Average speed = distance/time. They are different.
Velocity and Acceleration in a Plane
Average velocity = delta r / delta t, a vector in the direction of displacement. Instantaneous velocity v = dr/dt - the slope of the position-time graph, now a vector tangent to the path. Acceleration a = dv/dt = d^2r/dt^2. In component form: v_x = dx/dt, v_y = dy/dt, a_x = dv_x/dt, a_y = dv_y/dt. The key insight: motion in x and y directions is independent. A ball thrown horizontally falls at the same rate as a ball dropped straight down. The horizontal motion (constant velocity, no force) and vertical motion (constant acceleration, gravity) do not interfere with each other. This independence is the foundation of projectile motion analysis.
Projectile Motion - Basic Concepts
A projectile is any object thrown into the air with only gravity acting on it (ignoring air resistance). The path is a parabola. The initial velocity v_0 at angle theta gives: v_0x = v_0 cos theta (constant throughout), v_0y = v_0 sin theta (changes due to gravity). The equations: x = v_0x t, y = v_0y t - (1/2)gt^2. The horizontal motion is uniform (no horizontal force), so v_x stays constant. The vertical motion is uniformly accelerated (a = -g). These two independent motions combine to give the parabolic trajectory. At any point in the projectile's flight, you can find its velocity by vector-adding v_x and v_y at that instant. The speed is sqrt(v_x^2 + v_y^2), and the direction is arctan(v_y/v_x).
Projectile Motion - Key Parameters
Time of flight T = 2 v_0 sin theta / g - the total time the projectile stays in the air. It depends only on the vertical component. Maximum height H = (v_0^2 sin^2 theta) / (2g) - the highest point, reached at half the time of flight. At the peak, v_y = 0. Horizontal range R = v_0^2 sin(2 theta) / g - the distance traveled horizontally. The range is maximum when sin(2 theta) = 1, which means 2 theta = 90 degrees or theta = 45 degrees. That is why in sports, the optimal launch angle for maximum distance is 45 degrees. For complementary angles (theta and 90 - theta), the range is the same, but time of flight and maximum height differ. A 30 degree launch and a 60 degree launch give the same range, but the 60 degree launch goes higher and stays longer in the air.
Projectile on an Inclined Plane
Things get more interesting when the projectile is launched onto an inclined plane. Now the ground is sloped. You need to consider the angle of the incline alpha. The coordinate axes are rotated - x-axis along the incline, y-axis perpendicular to it. Gravity now has components: g sin alpha along the incline and g cos alpha perpendicular. The range along the incline depends on the launch angle and the incline angle. The condition for maximum range on an incline is: theta = 45 + alpha/2 (for uphill) and theta = 45 - alpha/2 (for downhill). This is a favorite exam question - they love asking for the range on an incline and comparing it with flat ground range.
Relative Velocity in One Dimension
Relative velocity is how fast something is moving from your perspective. If two cars move on a straight road: v_AB = v_A - v_B (velocity of A as seen from B). If car A moves at 60 km/h and car B at 40 km/h in the same direction, A sees B moving backward at 20 km/h. B sees A moving forward at 20 km/h. If they move toward each other, the relative speed is the sum: 60 + 40 = 100 km/h. This explains why head-on collisions are so devastating - the closing speed is the sum of individual speeds. Relative velocity explains why you can catch a ball thrown from a moving car - the ball's velocity relative to you changes the moment you are both in the same frame.
Relative Velocity in Two Dimensions
In two dimensions, relative velocity is vector subtraction. v_AB = v_A - v_B. If a boat tries to cross a river with a current, its velocity relative to ground is v_bg = v_bw + v_wg (boat relative to water + water relative to ground). To go straight across, the boat must point upstream at an angle such that the upstream component of v_bw cancels v_wg. The time to cross depends on the component perpendicular to the bank. The minimum time is achieved by pointing directly across (no angle), but then you will end up downstream. This boat-river problem is a classic - it tests your understanding of vector addition in a real context.
Rain-Man Problems
Rain-man problems are relative velocity in action. If rain is falling vertically at speed v_r, and you are walking horizontally at v_m, the rain appears to be coming at you at an angle. The relative velocity of rain with respect to man: v_rm = v_r - v_m. The magnitude is sqrt(v_r^2 + v_m^2) and the angle from vertical is arctan(v_m/v_r). That is why you tilt your umbrella forward when walking in the rain - you are aligning it with the apparent direction of rainfall. If you run faster, you need to tilt it more. This is a favorite short-answer question - it tests whether you really understand relative velocity or just memorized formulas.
Uniform Circular Motion
When an object moves in a circle at constant speed, it is in uniform circular motion. Even though speed is constant, the velocity keeps changing because direction changes. That means there is acceleration - centripetal acceleration. It always points toward the center. The magnitude is a_c = v^2/r = omega^2 r, where v is linear speed, omega is angular speed (rad/s), and r is radius. The centripetal force F_c = mv^2/r is not a separate force - it is whatever keeps the object in the circle (tension, gravity, friction, normal reaction). If the centripetal force vanishes, the object flies off tangentially, not radially outward.
Angular Displacement, Velocity, and Acceleration
Angular displacement theta is the angle swept by the radius vector. Measured in radians (not degrees). 1 radian = 57.3 degrees, and 2 pi rad = 360 degrees. Angular velocity omega = d theta/dt (rad/s). Angular acceleration alpha = d omega/dt (rad/s^2). Linear and angular quantities: v = omega r, a_t = alpha r (tangential acceleration), a_c = omega^2 r (centripetal). Equations of circular motion: omega = omega_0 + alpha t, theta = omega_0 t + (1/2)alpha t^2, omega^2 = omega_0^2 + 2 alpha theta. When a car speeds up around a curve, it has both tangential acceleration (speeding up) and centripetal acceleration (changing direction). The total acceleration is the vector sum.
Banking of Roads
When a car turns on a flat road, friction provides the centripetal force. But if the road is banked (tilted inward), the normal reaction provides the needed centripetal force, reducing reliance on friction. The angle of banking theta is given by tan theta = v^2/rg for the ideal case (no friction needed). For highways, cars can turn safely at higher speeds. The maximum safe speed with friction: v_max = sqrt(rg(mu + tan theta)/(1 - mu tan theta)). Banking allows smoother turns - that is why race tracks and highway curves are banked. A common exam question: find the banking angle for a given radius and speed, or find the maximum speed for a given banking angle.
Conical Pendulum
A conical pendulum is a mass on a string that moves in a horizontal circle while the string traces a cone. The tension T has two components: T cos theta balances weight mg, and T sin theta provides centripetal force. From these: tan theta = v^2/rg = r omega^2/g. The time period T = 2 pi sqrt(L cos theta/g) = 2 pi sqrt(h/g), where h is the vertical height. Notice the period does not depend on the mass - just like a simple pendulum. The angle theta increases with speed - faster rotation means a wider cone. This is a great example of combining statics (balancing weight) and dynamics (circular motion) in one system.
Vertical Circular Motion
When a mass moves in a vertical circle (like a roller coaster loop), gravity is not uniform in direction. At the top: tension plus weight provide centripetal force: T + mg = mv^2/r. At the bottom: tension minus weight: T - mg = mv^2/r. The critical condition is the minimum speed at the top to complete the loop - when T becomes zero: v_min = sqrt(gr). Below this, the mass falls before reaching the top. At the bottom, tension is maximum: T_max = mg + mv^2/r = 6mg (for the critical case). This explains why roller coaster loops are designed with higher entry speeds and why you feel heaviest at the bottom of a loop.
Key Points
- •Projectile motion: horizontal and vertical motions independent. a_x = 0, a_y = -g.
- •Time of flight: T = 2 v_0 sin theta / g.
- •Maximum height: H = v_0^2 sin^2 theta / (2g).
- •Horizontal range: R = v_0^2 sin(2 theta) / g. Maximum at theta = 45 degrees.
- •For complementary angles (theta and 90 - theta), range is same, height and time differ.
- •Relative velocity: v_AB = v_A - v_B. In 2D, vector subtraction.
- •Boat-river: v_bg = v_bw + v_wg. To go straight across, point upstream at appropriate angle.
- •Centripetal acceleration: a_c = v^2/r = omega^2 r, always toward center.
- •Centripetal force: F_c = mv^2/r. Not a separate force - provided by tension, friction, gravity, etc.
- •Banking of roads: tan theta = v^2/rg (ideal). Higher speeds need steeper banking.
- •Conical pendulum: tan theta = v^2/rg. Period T = 2 pi sqrt(h/g), independent of mass.
- •Vertical circular motion: minimum speed at top = sqrt(gr). Max tension at bottom = 6mg.
- •Angular quantities: theta (rad), omega = d theta/dt, alpha = d omega/dt. v = omega r, a_t = alpha r.
- •In uniform circular motion, speed constant but velocity changes (direction changes).
- •If centripetal force vanishes, object moves tangentially.
Practice Questions
- A projectile is fired at 20 m/s at 30 degrees. Find (a) time of flight (b) max height (c) range.
- Show that the path of a projectile is a parabola. Derive the trajectory equation.
- A boat moves at 4 m/s in still water, river flows at 3 m/s, width 100 m. Find direction to reach opposite point directly and time taken.
- Derive the expression for banking angle so a vehicle can turn without depending on friction.
- A stone on a 1 m string is whirled in vertical circle. Find minimum speed at lowest point to complete the circle.
- Rain falls vertically at 5 m/s. A man walks at 3 m/s. Find angle to hold umbrella.
- A car moves on a circular track of radius 50 m, mu = 0.5. Find maximum speed without skidding.
- State the principle of independence of motions. Give an example.