Projectile Motion and Uniform Circular Motion
Projectile Motion
Projectile motion is a fundamental concept in physics that describes the motion of an object thrown or projected into the air, subject only to the acceleration of gravity. This means we ignore air resistance. The path traced by a projectile is called its trajectory.
To analyze projectile motion, we typically decompose the motion into two independent components: horizontal (x-direction) and vertical (y-direction).
Horizontal Component of Motion:
In the absence of air resistance, there are no horizontal forces acting on the projectile. Therefore, the horizontal acceleration ($a_x$) is zero. This implies that the horizontal velocity ($v_x$) remains constant throughout the motion.
If the initial horizontal velocity is $u_x$, then at any time $t$, the horizontal velocity is $v_x = u_x$.
The horizontal displacement ($x$) at time $t$ is given by: $x = u_x \cdot t$
Vertical Component of Motion:
The only force acting vertically is gravity, which causes a constant downward acceleration, denoted by $g$. So, the vertical acceleration ($a_y$) is $-g$ (assuming the upward direction is positive).
If the initial vertical velocity is $u_y$, then the vertical velocity ($v_y$) at time $t$ can be found using the equations of motion: $v_y = u_y - g \cdot t$
The vertical displacement ($y$) at time $t$ is given by: $y = u_y \cdot t - \frac{1}{2} g t^2$
We can also relate vertical velocity and displacement using: $v_y^2 = u_y^2 - 2 g y$
Analyzing a Projectile Launched at an Angle
Consider a projectile launched with an initial velocity $u$ at an angle $\theta$ with respect to the horizontal.
The initial velocity components are: Initial horizontal velocity, $u_x = u \cos \theta$ Initial vertical velocity, $u_y = u \sin \theta$
Now, we can use the equations derived earlier with these initial components.
Trajectory Equation:
To find the shape of the trajectory, we can eliminate time ($t$) from the displacement equations. From the horizontal motion, $t = \frac{x}{u_x} = \frac{x}{u \cos \theta}$. Substitute this into the vertical displacement equation: $y = (u \sin \theta) \left(\frac{x}{u \cos \theta}\right) - \frac{1}{2} g \left(\frac{x}{u \cos \theta}\right)^2$ $y = x \tan \theta - \frac{g x^2}{2 u^2 \cos^2 \theta}$
This equation is of the form $y = Ax - Bx^2$, which is the equation of a parabola. Thus, the trajectory of a projectile is a parabola.
Key Parameters of Projectile Motion
Time of Flight (T):
The total time for which the projectile remains in the air. This occurs when the vertical displacement ($y$) is zero (assuming it starts and ends at the same height). $0 = u_y t - \frac{1}{2} g t^2$ $0 = t (u_y - \frac{1}{2} g t)$ This gives two solutions: $t=0$ (initial point) and $u_y - \frac{1}{2} g t = 0$. So, the time of flight $T = \frac{2 u_y}{g} = \frac{2 u \sin \theta}{g}$.
Maximum Height (H):
The highest point reached by the projectile. At the maximum height, the vertical component of velocity ($v_y$) becomes zero. Using $v_y^2 = u_y^2 - 2 g y$: $0^2 = u_y^2 - 2 g H$ $H = \frac{u_y^2}{2 g} = \frac{(u \sin \theta)^2}{2 g}$
Horizontal Range (R):
The total horizontal distance covered by the projectile during its time of flight. $R = u_x \cdot T$ $R = (u \cos \theta) \left(\frac{2 u \sin \theta}{g}\right)$ $R = \frac{u^2 (2 \sin \theta \cos \theta)}{g}$ Using the trigonometric identity $2 \sin \theta \cos \theta = \sin(2\theta)$: $R = \frac{u^2 \sin(2\theta)}{g}$
- Horizontal velocity ($v_x$) is constant.
- Vertical velocity ($v_y$) changes due to gravity.
- Trajectory is parabolic.
- Maximum Range is achieved when $\theta = 45^\circ$ (since $\sin(2\theta)$ is maximum when $2\theta = 90^\circ$).
- For a given range, there are two possible angles of projection ($\theta$ and $90^\circ - \theta$), except for the maximum range angle.
- Time of flight $T = \frac{2 u \sin \theta}{g}$.
- Maximum height $H = \frac{u^2 \sin^2 \theta}{2g}$.
- Horizontal range $R = \frac{u^2 \sin(2\theta)}{g}$.
Special Cases of Projectile Motion:
Case 1: Projectile launched horizontally from a height.
Let the projectile be launched horizontally with velocity $u$ from a height $h$. Initial horizontal velocity, $u_x = u$. Initial vertical velocity, $u_y = 0$. The time of flight $T$ is determined by the vertical motion to fall a height $h$: $h = u_y t - \frac{1}{2} g t^2$ $h = 0 \cdot t - \frac{1}{2} g T^2$ (taking downward as positive for vertical motion) $h = \frac{1}{2} g T^2 \implies T = \sqrt{\frac{2h}{g}}$ The horizontal range $R$ is: $R = u_x \cdot T = u \sqrt{\frac{2h}{g}}$
Case 2: Projectile launched vertically upwards.
In this case, $\theta = 90^\circ$. $u_x = u \cos 90^\circ = 0$. $u_y = u \sin 90^\circ = u$. The motion is purely vertical. Time of flight $T = \frac{2 u_y}{g} = \frac{2u}{g}$. Maximum height $H = \frac{u_y^2}{2g} = \frac{u^2}{2g}$. Horizontal range $R = 0$ (since $u_x = 0$).
Uniform Circular Motion
Uniform circular motion is the motion of an object in a circular path at a constant speed. Although the speed is constant, the velocity is continuously changing because the direction of motion is changing. This change in velocity implies that there must be an acceleration.
Consider an object moving in a circle of radius $r$ with a constant speed $v$. The velocity vector $\vec{v}$ is always tangential to the circle.
The acceleration in uniform circular motion is directed towards the center of the circle. This acceleration is called centripetal acceleration ($a_c$).
Centripetal Acceleration ($a_c$):
The magnitude of centripetal acceleration is given by: $a_c = \frac{v^2}{r}$ where $v$ is the speed of the object and $r$ is the radius of the circular path.
In terms of angular velocity ($\omega$), where $v = \omega r$: $a_c = \frac{(\omega r)^2}{r} = \omega^2 r$
Centripetal Force ($F_c$):
According to Newton's second law, an acceleration requires a net force. The force that causes centripetal acceleration is called the centripetal force. It is always directed towards the center of the circle.
The magnitude of the centripetal force is given by: $F_c = m \cdot a_c = \frac{m v^2}{r}$ where $m$ is the mass of the object.
In terms of angular velocity: $F_c = m \omega^2 r$
Centripetal force is not a new type of force. It is the name given to the net force that causes circular motion. This force can be provided by various sources, such as:
- Tension in a string when a ball is whirled in a circle.
- Gravitational force between the Earth and the Moon.
- Frictional force between tires and the road for a car turning a corner.
- Normal force for an object on a banked turn.
The direction of the centripetal force is always towards the center of the circle.
Angular Velocity ($\omega$):
Angular velocity is the rate of change of angular displacement. It is a vector quantity, with its direction usually given by the right-hand rule. For uniform circular motion, the magnitude of angular velocity is constant.
$\omega = \frac{\Delta \theta}{\Delta t}$
The unit of angular velocity is radians per second (rad/s).
Relationship between linear velocity ($v$) and angular velocity ($\omega$): $v = \omega r$
Time Period (T) and Frequency (f):
The time period ($T$) is the time taken to complete one full revolution (one full circle). In one revolution, the angle covered is $2\pi$ radians. So, $T = \frac{2\pi}{\omega}$.
The frequency ($f$) is the number of revolutions completed per unit time. It is the reciprocal of the time period. $f = \frac{1}{T} = \frac{\omega}{2\pi}$. The unit of frequency is Hertz (Hz), which means cycles per second.
We can also express speed in terms of period and frequency: $v = \omega r = \left(\frac{2\pi}{T}\right) r = 2\pi r f$.
Examples of Uniform Circular Motion:
1. A satellite orbiting the Earth: The gravitational force provides the centripetal force. 2. A car moving around a circular track: The static friction between the tires and the road provides the centripetal force. 3. An electron revolving around the nucleus in a Bohr model (simplified): The electrostatic force provides the centripetal force. 4. A person on a merry-go-round: The force exerted by the person's seat or restraints provides the centripetal force.
In uniform circular motion, the speed is constant, but the velocity changes due to the changing direction. The acceleration is purely centripetal and directed towards the center.
In non-uniform circular motion, both the speed and velocity change. There is a centripetal acceleration (changing the direction of velocity) and a tangential acceleration (changing the magnitude of velocity). The net acceleration is the vector sum of these two components.
Banking of Roads
To prevent vehicles from skidding when turning on a level road, especially at higher speeds, roads are often banked. Banking means the outer edge of the curve is raised higher than the inner edge.
When a road is banked at an angle $\theta$, the normal force from the road has a horizontal component that provides the necessary centripetal force.
For a vehicle moving at a speed $v$ on a banked road of radius $r$ and banking angle $\theta$, the horizontal component of the normal force ($N \sin \theta$) provides the centripetal force. $N \sin \theta = \frac{m v^2}{r}$
The vertical component of the normal force ($N \cos \theta$) balances the weight of the vehicle ($mg$). $N \cos \theta = mg$
Dividing the first equation by the second: $\frac{N \sin \theta}{N \cos \theta} = \frac{m v^2 / r}{m g}$ $\tan \theta = \frac{v^2}{r g}$
This equation gives the ideal speed $v$ for a banked curve with angle $\theta$. At this speed, no friction is required to make the turn.
For the ideal speed on a banked road: $\tan \theta = \frac{v^2}{rg}$.
If friction is also present, the safe speed range is given by: $v_{min} = \sqrt{\frac{rg(\tan \theta - \mu_s)}{1 + \mu_s \tan \theta}}$ $v_{max} = \sqrt{\frac{rg(\tan \theta + \mu_s)}{1 - \mu_s \tan \theta}}$ where $\mu_s$ is the coefficient of static friction.
Motion of a Cyclist on a Level Road
When a cyclist turns on a level road, they lean inwards. This leaning is crucial for completing the turn.
Let the cyclist lean at an angle $\theta$ with the vertical. The forces acting on the cyclist are: 1. Weight ($mg$) acting downwards. 2. Normal force ($N$) exerted by the ground, acting perpendicular to the ground (and at an angle $\theta$ to the vertical). 3. Frictional force ($f_s$) from the ground, acting horizontally towards the center of the turn.
Resolving the forces: Vertical equilibrium: $N \cos \theta = mg$ Horizontal force (centripetal): $N \sin \theta + f_s = \frac{m v^2}{r}$
If we consider the ideal case where friction is negligible ($f_s \approx 0$), then: $N \sin \theta = \frac{m v^2}{r}$ Dividing the equations: $\tan \theta = \frac{v^2}{rg}$. This is the same as the banking formula, showing that leaning is equivalent to banking.
Centrifugal Force (Pseudo Force)
In a non-inertial frame of reference (i.e., a frame that is accelerating), we sometimes introduce a fictitious force called the centrifugal force. For an object moving in a circle of radius $r$ with speed $v$ in a frame rotating with the object, the centrifugal force is directed radially outwards and has a magnitude of $\frac{m v^2}{r}$.
It is important to remember that centrifugal force is not a real force; it is a pseudo force that arises due to the acceleration of the reference frame. In an inertial frame, the only force acting radially is the centripetal force.
Example: When a car turns, the passengers feel pushed outwards. This outward push is the effect of centrifugal force in the car's non-inertial frame. In the Earth's inertial frame, the car is being pulled inwards by friction (centripetal force), and the passengers tend to continue in a straight line due to inertia.
Relative Motion in Circular Paths
Consider two objects moving in circles. Their relative motion can be analyzed by considering the difference in their velocities and accelerations.
If object A moves with velocity $\vec{v}_A$ and object B with velocity $\vec{v}_B$, the relative velocity of A with respect to B is $\vec{v}_{AB} = \vec{v}_A - \vec{v}_B$.
Similarly, relative acceleration is $\vec{a}_{AB} = \vec{a}_A - \vec{a}_B$.
For uniform circular motion, the velocities are tangential and the accelerations are centripetal (towards the center). Analyzing relative motion in circular paths can be complex, involving changes in both the distance between the objects and their relative angular positions.
| Feature | Projectile Motion | Uniform Circular Motion |
|---|---|---|
| Path | Parabolic | Circular |
| Speed | Changes (constant horizontal, changing vertical) | Constant |
| Velocity | Changes (direction and magnitude of vertical component) | Changes (direction only) |
| Acceleration | Constant (gravity, $\vec{g}$ downwards) | Constant magnitude ($\frac{v^2}{r}$), direction towards center |
| Forces | Gravity (acting vertically) | Centripetal Force (towards center) |