Motion In A Straight Line Notes - Class 11 - Science Physics | Kedovo | Kedovo
Chapter Notes
Motion In A Straight Line
15 min read
Introduction to Motion
Motion is simply the change in an object's position over time. It's a fundamental concept in physics and is happening all around us, from a leaf falling from a tree to planets revolving around the sun.
In this chapter, we will focus on the simplest type of motion: rectilinear motion, which is motion along a straight line. To describe this motion, we'll use key concepts like velocity and acceleration.
The Concept of a Point Object
To make studying motion easier, we often treat moving objects as point objects (or point masses). This is a useful approximation when the size of the object is much smaller than the distance it travels.
Example
Imagine a car traveling 100 kilometers. The length of the car (perhaps 4-5 meters) is so small compared to the 100 km journey that we can treat the entire car as a single point without much error. However, if a beaker tumbles off a table, its tumbling and spinning motion is complex, and we cannot treat it as a point object.
What is Kinematics?
Kinematics is the branch of physics that describes motion without getting into what causes the motion (like forces). We will study the causes of motion in a later chapter.
Instantaneous Velocity and Speed
While average velocity tells us how fast an object moved over a period, it doesn't describe its speed at any single moment. For that, we need instantaneous velocity.
Instantaneous velocity is the velocity of an object at a specific instant in time. It's what the speedometer in a car shows. We find it by looking at the average velocity over an infinitesimally small (extremely short) time interval.
Mathematically, it is defined as the rate of change of position. In calculus terms, it's the derivative of position (x) with respect to time (t).
v=limΔt→0ΔtΔx=dtdx
Graphically, the instantaneous velocity at any point on a position-time graph is the slope of the tangent to the curve at that point. A steeper slope means a higher velocity.
Instantaneous speed, or simply speed, is the magnitude (the absolute value) of the instantaneous velocity. It tells you how fast you are going, regardless of the direction.
Note
While average speed can be different from the magnitude of average velocity, instantaneous speed is always equal to the magnitude of instantaneous velocity. This is because over an infinitesimally small time interval, the object doesn't have time to change direction, so the distance covered is the same as the magnitude of the displacement.
Example
Calculating Velocity
The position of an object moving along the x-axis is given by x=a+bt2, where a=8.5 m, b=2.5 m s−2, and t is measured in seconds. What is its velocity at t=0 s and t=2.0 s? What is the average velocity between t=2.0 s and t=4.0 s?
Given
Position equation: x=a+bt2
a=8.5 m
b=2.5 m s−2
To Find
Instantaneous velocity at t=0 s and t=2.0 s
Average velocity between t=2.0 s and t=4.0 s
Formula
Instantaneous velocity: v=dtdx
Average velocity: vˉ=t2−t1x(t2)−x(t1)
Solution
First, we find the general expression for instantaneous velocity by taking the derivative of the position equation:
v=dtd(a+bt2)=2bt
Substituting the value of b:
v=2(2.5)t=5.0t m s−1
Velocity at t=0 s:v=5.0×0=0 m s−1
Velocity at t=2.0 s:v=5.0×2.0=10 m s−1
Average velocity between t=2.0 s and t=4.0 s:
First, find the positions at t=2.0 s and t=4.0 s.
x(2.0)=a+b(2.0)2=a+4bx(4.0)=a+b(4.0)2=a+16b
Now, use the average velocity formula:
Average velocity=4.0−2.0x(4.0)−x(2.0)=2.0(a+16b)−(a+4b)Average velocity=2.012b=6.0b
Substituting the value of b:
Average velocity=6.0×2.5=15 m s−1
Final Answer
At t=0 s, velocity is 0 m s−1.
At t=2.0 s, velocity is 10 m s−1.
The average velocity between 2.0 s and 4.0 s is 15 m s−1.
Acceleration
When an object's velocity changes, it is accelerating. Acceleration is the rate of change of velocity with respect to time.
Average and Instantaneous Acceleration
Average acceleration is the change in velocity over a time interval.
aˉ=t2−t1v2−v1=ΔtΔv
The SI unit for acceleration is meters per second squared (m s−2).
Instantaneous acceleration is the acceleration at a specific instant in time. It is found by taking the limit as the time interval becomes infinitesimally small.
a=limΔt→0ΔtΔv=dtdv
Graphically, the instantaneous acceleration at any point on a velocity-time graph is the slope of the tangent to the curve at that point.
Since velocity has both magnitude (speed) and direction, acceleration can occur if:
The speed changes.
The direction of motion changes.
Both speed and direction change.
Acceleration can be positive, negative, or zero.
Positive acceleration: The velocity is increasing in the positive direction. The position-time graph curves upward.
Negative acceleration (or deceleration/retardation): The velocity is decreasing in the positive direction, or increasing in the negative direction. The position-time graph curves downward.
Zero acceleration: The velocity is constant (uniform motion). The position-time graph is a straight line.
Area Under the Velocity-Time Graph
An important feature of a velocity-time (v-t) graph is that the area under the curve represents the displacement of the object during that time interval.
For an object moving with constant velocity u, the v-t graph is a horizontal line. The area under the graph between t=0 and t=T is a rectangle with height u and base T.
Area=u×T
This is exactly the formula for displacement (Displacement = velocity × time).
Kinematic Equations for Uniformly Accelerated Motion
When an object moves with constant acceleration, we can use a set of simple equations, known as kinematic equations, to relate displacement (x), time (t), initial velocity (v0), final velocity (v), and acceleration (a).
Assuming the object starts at position x=0 at time t=0:
Velocity-Time Relation:v=v0+at
Position-Time Relation:x=v0t+21at2
Position-Velocity Relation:v2=v02+2ax
If the starting position at t=0 is x0 instead of 0, the position x in the equations is replaced by the displacement (x−x0). The equations become:
v=v0+at
x=x0+v0t+21at2
v2=v02+2a(x−x0)
Example
Deriving Kinematic Equations using Calculus
Obtain the equations of motion for constant acceleration using the method of calculus.
Solution
We start from the basic definitions of acceleration and velocity.
1. Deriving v=v0+at
By definition, acceleration is a=dtdv. We can rearrange this to dv=adt.
Now, we integrate both sides. We assume the velocity is v0 at t=0 and v at time t.
∫v0vdv=∫0tadt
Since a is constant, we can take it out of the integral:
∫v0vdv=a∫0tdt[v]v0v=a[t]0tv−v0=a(t−0)v=v0+at
2. Deriving x=x0+v0t+21at2
By definition, velocity is v=dtdx. We rearrange this to dx=vdt.
We substitute the expression for v we just found: dx=(v0+at)dt.
Now, we integrate both sides. We assume the position is x0 at t=0 and x at time t.
∫x0xdx=∫0t(v0+at)dt[x]x0x=[v0t+21at2]0tx−x0=(v0t+21at2)−(0)x=x0+v0t+21at2
3. Deriving v2=v02+2a(x−x0)
We can use the chain rule to write acceleration as a=dtdv=dxdvdtdx. Since dtdx=v, we get a=vdxdv.
Rearranging gives vdv=adx.
Now, we integrate both sides, from initial velocity v0 and position x0 to final velocity v and position x.
∫v0vvdv=∫x0xadx
Since a is constant:
∫v0vvdv=a∫x0xdx[2v2]v0v=a[x]x0x2v2−2v02=a(x−x0)v2−v02=2a(x−x0)v2=v02+2a(x−x0)
Example
Motion of a Thrown Ball
A ball is thrown vertically upwards with a velocity of 20 m s−1 from the top of a multistorey building. The height of the point from where the ball is thrown is 25.0 m from the ground. (a) How high will the ball rise? and (b) how long will it be before the ball hits the ground? Take g=10 m s−2.
Given
Initial velocity, v0=+20 m s−1 (taking upward as positive)
Initial height, y0=25.0 m
Acceleration, a=−g=−10 m s−2 (gravity acts downward)
To Find
(a) The maximum height the ball will rise to.
(b) The total time until the ball hits the ground.
Formula
v2=v02+2a(y−y0)y=y0+v0t+21at2
Solution
(a) How high the ball will rise
At the highest point of its path, the ball's instantaneous velocity is zero. So, v=0. We want to find the displacement (y−y0).
Using the formula v2=v02+2a(y−y0):
02=(20)2+2(−10)(y−y0)0=400−20(y−y0)20(y−y0)=400(y−y0)=20400=20 m
The ball will rise 20 m above the point it was thrown from. The maximum height from the ground is 25 m+20 m=45 m.
Answer for part (a) = The ball will rise 20 m from its launch point.
(b) How long before the ball hits the ground
We want to find the total time t for the entire journey, from being thrown to hitting the ground. At the final point (the ground), the position is y=0. We can solve this directly using the position-time equation.
Initial position, y0=25 m
Final position, y=0 m
Initial velocity, v0=+20 m s−1
Acceleration, a=−10 m s−2
y=y0+v0t+21at20=25+20t+21(−10)t20=25+20t−5t2
Rearranging into a standard quadratic equation (ax2+bx+c=0):
5t2−20t−25=0
Divide the entire equation by 5 to simplify:
t2−4t−5=0
Factoring the quadratic equation:
(t−5)(t+1)=0
The solutions are t=5 s or t=−1 s. Since time cannot be negative, we choose the positive solution.
Answer for part (b) = The ball will hit the ground after 5 s.
Example
Free-Fall
Discuss the motion of an object under free fall. Neglect air resistance.
Discussion
An object in free fall is one that is moving only under the influence of gravity. If we neglect air resistance, all objects near the Earth's surface fall with a constant downward acceleration, known as the acceleration due to gravity, g. The value of g is approximately 9.8 m s−2.
Let's set up a coordinate system where the upward direction is positive (+y).
The acceleration is always downward, so a=−g=−9.8 m s−2.
If an object is dropped from rest from position y=0, its initial velocity is v0=0.
The kinematic equations for this specific case become:
Velocity:v=0+(−g)t=−9.8t m s−1
Position:y=0+(0)t+21(−g)t2=−4.9t2 m
Velocity-Position:v2=02+2(−g)y=−19.6y m2s−2
These equations show:
The velocity becomes more negative (i.e., its downward speed increases) linearly with time.
The distance fallen increases with the square of time.
Example
Galileo’s Law of Odd Numbers
"The distances traversed, during equal intervals of time, by a body falling from rest, stand to one another in the same ratio as the odd numbers beginning with unity [namely, 1:3:5:7...]." Prove it.
Proof
Let an object fall from rest (v0=0) under constant acceleration g. We will look at the distance it covers in successive equal time intervals, which we'll call τ. The position y at any time t is given by y=21gt2 (taking downward as positive for simplicity).
Let's calculate the position at times t=0,τ,2τ,3τ,...
At t=0: y(0)=0
At t=τ: y(τ)=21gτ2
At t=2τ: y(2τ)=21g(2τ)2=4×(21gτ2)
At t=3τ: y(3τ)=21g(3τ)2=9×(21gτ2)
Let's define a basic unit of distance y0=21gτ2. The positions are then 0,y0,4y0,9y0,...
Now, let's find the distance traveled during each interval:
First interval (0 to τ):d1=y(τ)−y(0)=y0−0=y0
Second interval (τ to 2τ):d2=y(2τ)−y(τ)=4y0−y0=3y0
Third interval (2τ to 3τ):d3=y(3τ)−y(2τ)=9y0−4y0=5y0
Fourth interval (3τ to 4τ):d4=y(4τ)−y(3τ)=16y0−9y0=7y0
The ratio of the distances traversed in successive intervals is:
d1:d2:d3:d4:...=y0:3y0:5y0:7y0:...=1:3:5:7:...
This proves Galileo's law.
Example
Stopping Distance of Vehicles
When brakes are applied to a moving vehicle, the distance it travels before stopping is called stopping distance. Derive an expression for stopping distance of a vehicle in terms of initial velocity (v0) and deceleration (−a).
Given
Initial velocity = v0
Final velocity, v=0 (since the vehicle stops)
Acceleration = a (which will be a negative value, representing deceleration)
To Find
An expression for the stopping distance, ds.
Formula
v2=v02+2ax
Solution
Let the stopping distance be ds. So, x=ds.
Substitute the known values into the kinematic equation:
02=v02+2ads
Now, solve for ds:
−v02=2adsds=2a−v02
Final Answer The stopping distance is ds=2a−v02. This shows that the stopping distance is proportional to the square of the initial velocity (ds∝v02). If you double your speed, you need four times the distance to stop.
Example
Reaction Time
Reaction time is the time a person takes to observe, think, and act. You can measure your reaction time by having a friend drop a ruler between your thumb and forefinger. You catch it as fast as you can. If the distance the ruler fell before you caught it was 21.0 cm, estimate your reaction time.
Given
Distance traveled by ruler, d=21.0 cm=0.21 m
The ruler is dropped, so its initial velocity v0=0.
The ruler is in free fall, so its acceleration is a=g=9.8 m s−2 (taking downward as positive).
To Find
The reaction time, tr.
Formula
x=v0t+21at2
Solution
Here, x=d and t=tr.
d=(0)tr+21gtr2d=21gtr2
Now, we rearrange the formula to solve for tr:
tr2=g2dtr=g2d
Substitute the given values:
tr=9.82×0.21 str≈0.2 s
Final Answer The estimated reaction time is approximately 0.2 seconds.
Congratulations! You've completed this chapter
Great job reading through all sections. Ready to test your knowledge and reinforce your learning?