Skip to main content

Physics - Introducing One-Dimensional Motion

 

Introduction to Motion in One Dimension

This tutorial is about how things move along a straight line or, more scientifically, how things move in one dimension. This is useful for learning how to describe the movement (motion) of cars along a straight road or of trains along straight railway tracks. There are three features of motion that we use to describe exactly how an object moves. They are:


Did You Know?

The jerk is the name we give to how fast the acceleration is changing.



  • Position  tells us about an object’s location or displacement  tells us about change of location


  • Speed  tells us how fast the object is moving & velocity  tells us how fast the object is moving and where it is moving to.


  • Acceleration  tells us exactly how fast the object’s speed and velocity are changing.


Definition: Distance
Distance is the total length of the path taken in going from the initial position, to the final position. 
Distance is a scalar quantity.
Quantity: Distance (D) 
Unit name: metre.
Unit symbol: m

Tip:
The symbol Δ is read out as delta. Δ is a letter of the Greek alphabet and is used in Mathematics and Science to indicate a change in a certain quantity, or a final value minus an initial value. For example, 
Δx means change in x, while Δt means change in t.


In the simple map below you can see the path that winds because of a number of hills from a school to a nearby shop. The path is shown by a dashed line. The initial point, →xi, is the school and the final point, →xf, is the shop.

Distance is the length of dashed line. It is how far you have to walk along the path from the school to the shop.
Physics, distance





Definition: Displacement
Displacement is the change in an object’s position. It is a vector that points from the initial position (→xi) to the final position (→xf).

Quantity: Displacement (Δx) 
Unit name: metre 
Unit symbol: m


The displacement of an object is defined as its change in position (final position minus initial position). Displacement has a magnitude and direction and is therefore a vector. For example, if the initial position of a car is (→xi) and it moves to a final position of →xf, then the displacement is: Δ→x =→xf –→xi
To help visualise what the displacement vector looks like think back to the tail-to-head method. The displacement is the vector you add to the initial position vector to get a vector to the final position.

However, subtracting an initial quantity from a final quantity happens often in Physics, so we use the shortcut Δ to mean final – initial. 


For example, if you roll a ball 5m along a floor, in a straight line, then its displacement is 5m.


Tip:
The words initial and final will be used very often in Physics. Initial refers to the situation in the beginning of the description/problem and final to the situation at the end. It will often happen that the final value is smaller than the initial value, such that the difference is negative. This is ok!

Displacement does not depend on the path travelled, but only on the initial and final positions. We use the word distance to describe how far an object travels along a particular path.

We will see a simple map illustration for displacement.
Distance is the length of dashed line. The displacement is different. Displacement is the straight-line distance from the starting point to the endpoint – from the school to the shop in the figure as shown by the solid arrow.
Thengtutorial - physic - displacement




Comments

Post a Comment

Popular posts from this blog

Mathematics - Numbers

  Numbers There are different types of numbers in the world. Each number is different from another, yet they may share some common characteristics. To help themselves keep track of and understand the similarities and differences between numbers, mathematicians have developed a grouping system that categorizes and describes numbers based on their characteristics. Some of the most common groups in the system are: Natural numbers Whole numbers Integers Rationals Real numbers Prime numbers Natural numbers The natural numbers are all the numbers that you learn when you're a baby, like 1, 2, 3, 4, 5, 6 and on and on. The natural numbers are also sometimes called the counting numbers because they're the first numbers you learn how to count. Zero is not a natural number. Whole Numbers The whole numbers are the natural numbers and zero. i.e 0, 1,2,3,4,5..... Integers Integers are a special group or category of numbers that: Consist of the set of numbers: {. . .-4, -3, -2, -1, 0, 1, 2, 3...

Python Introduction

  What is Python? Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for: web development (server-side), software development (mobile & desktop), mathematics, system scripting. What can Python do? Python can be used on a server to create web applications. Python can be used alongside software to create workflows. Python can connect to database systems. It can also read and modify files. Python can be used to handle big data and perform complex mathematics. Python can be used for rapid prototyping, or for production-ready software development. Why Python? Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). Python has a simple syntax similar to the English language. Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prot...

Chemistry - Separation Techniques

 A separation process or technique is a method that converts a mixture or solution of chemical substances into two or more distinct product mixtures. At least one of results of the separation is enriched in one or more of the source mixture’s constituents. In some cases, a separation may fully divide the mixture into pure constituents. Separations exploit differences in chemical properties or physical properties (such as size, shape, mass, density, or chemical affinity) between the constituents of a mixture. Processes and techniques are often classified according to the particular differences they use to achieve separation. If no single difference can be used to accomplish a desired separation, multiple operations can often be combined to achieve the desired end. With a few exceptions, elements or compounds exist in nature in an impure state. Often these raw materials must go through a separation before they can be put to productive use, making separation techniques essential for ...