Chapter 2 Slides
Chapter 2 Slides
26/12/2021
College of Computing and
Informatics
Data Science Pre-Master Program
SCI 101
General Physics I
SCI 101 General Physics
Chapter 2 (Week 1 & 2)
Motion in one dimension
Lecture Outlines
2.1 Position, velocity and speed of a particle
2.2 Instantaneous Velocity and Speed
2.7 Particles under constant acceleration
2.8 Freely Falling objects
Weekly Learning Outcomes
Recommended Reading
Chapter 2 Motion Along a Straight Line in Principles of
Physics, 10th Edition. John Wiley & Sons
Recommended Video
Motion along one dimension https://www.youtube.com/watch?
v=EhsEIRAImM8&list=PLkuVD5NmHtHfEUA4hNycY-YqPFEK5dugn&index=4
This Presentation is mainly dependent on the textbook: Data Structures and Algorithm Analysis in Java by Mark Allen Weiss
Position, velocity and speed of a particle
Section 2.1
Linear Speed
Average Speed
It would take us a lot longer to drive downtown because of the
traffic where we have to slow, stop, start, accelerate, slow, stop,
etc.
Therefore in planning a trip we think about average speed
Average Velocity
Average Speed
Average Speed is the Total distance (d) covered divided by
Average Velocity
Average Velocity is the Total Displacement d covered divided by
𝑣=
𝑑2−𝑑1
the elapsed time (t)
where ∆d =- is a vector
Average Velocity
Example 2-1: Runner’s average velocity.
The position of a runner as a function of time is plotted as moving position
along the x axis of a coordinate system. During a 3.00-s time interval, the
runner’s position changes from x1 = 50.0 m to x2 = 30.5 m, as shown. What
was the runner’s average velocity?
∆𝑥 𝑑𝑥
𝑣 = 𝐿𝑖𝑚 =
∆𝑡→0 ∆𝑡 𝑑𝑡
Remark :
Going in a straight line at the same speed is called Constant Velocity.
𝑣2 − 𝑣1
𝑎=
𝑡
Linear Acceleration
Example :
What is the acceleration if we accelerate in a car from stop
to 60 m/s in 20 seconds?
Acceleration
Example : Car slowing down.
An automobile is moving to the right along a straight highway, which we
choose to be the positive x axis. Then the driver puts on the brakes. If the
initial velocity (when the driver hits the brakes) is v1 = 15.0 m/s, and it takes
5.0 s to slow down to v2 = 5.0 m/s, what was the car’s average acceleration?
The car now moving to the left and decelerating. The acceleration is +2.0
m/s.
Acceleration
The instantaneous acceleration is the average acceleration in the limit as
the time interval becomes infinitesimally short.
∆𝑣 𝑑𝑣
𝑎 = 𝐿𝑖𝑚 =
∆𝑡→0 ∆𝑡 𝑑𝑡
Acceleration
A graph of velocity v vs. time t. The average acceleration over a time interval Δt = t2 – t1
is the slope of the straight line P1P2: aavg = Δv/ Δt. The instantaneous acceleration at time
t1 is the slope of the v vs. t curve at that instant.
Acceleration
Graphs of (a) x vs. t, (b) v vs. t, and (c) a vs. t for the motion x = At2 + B. Note that increases linearly with and that the
acceleration a is constant. Also, v is the slope of the x vs. t curve, whereas a is the slope of the v vs. t curve.
Particles under constant acceleration
Section 2.7
Motion at Constant Acceleration
The average velocity of an object during a time interval t is
∆𝑥 𝑥− 𝑥0
𝑣= =
∆𝑡 𝑡 − 𝑡0
𝑣 − 𝑣0
𝑎=
𝑡 − 𝑡0
Motion at Constant Acceleration
In addition, as the velocity is increasing at a constant rate, we know that
𝑣0 + 𝑣
𝑣=
2
Combining these last three equations, we find:
++ g
(
4.9
Freely Falling Objects
y()=y(1.00)=4.9=4.90 m
y()= y(2.00)=4.9=19.6 m
y()= y(3)=4.9=44.1 m
Freely Falling Objects
Example : Consider a ball thrown upward with initial velocity of 15 m/s,
and make more calculations. Calculate
(a) how much time it takes for the ball to reach the maximum height
Notice that when the ball reaches its maximum height, its velocity becomes zero.
Hence, we have
2
𝑣 0 =15 𝑚/ 𝑠 , 𝑣 =0 , 𝑎=− 𝑔=− 9.8 𝑚/ 𝑠
Thus,
Therefore, the object will reach its maximum height after 1.53 seconds.
Freely Falling Objects
b) Find the maximum height of the ball
1 2
y y0 v0t at
2
1
y 0 15(1.53) ( 9.8)(1.53) 2
2
y 11.48m
Freely Falling Objects
c) Determine the velocity of the ball when it returns to the thrower’s hand
(point C).
Notice that the initial and final position of the ball is zero so we have
Freely Falling Objects
Example : For a ball thrown upward at an initial speed of 15.0 m/s, calculate
at what time t the ball passes a point 8.00 m above the person’s hand.
Freely Falling Objects