Speed and Velocity: Difference between revisions
No edit summary |
|||
Line 4: | Line 4: | ||
==Speed and Velocity== | ==Speed and Velocity== | ||
Speed and velocity are used fairly interchangeably in casual conversation, but when it comes to physics the two can mean different things. First off, velocity is a vector quantity, which means it contains a directional component that speed doesn't have. | Speed and velocity are used fairly interchangeably in casual conversation, but when it comes to physics the two can mean different things. First off, velocity is a vector quantity, which means it contains a directional component that speed doesn't have. Speed is defined as distance over time, but velocity is displacement over time. Displacement is the final position of an object minus the initial position of the object, sometimes referred to as the origin. Displacement is shown by the vector quantity ''r''. | ||
===A Mathematical Model=== | |||
[[File: | |||
The most basic equation for velocity is: | |||
[[File:Velocity2.png]] | |||
where the arrow on top of the ''r'' shows that it is a vector. As you recall, a vector divided by a scalar is still a vector, giving us velocity. | |||
In order to covert this vector quantity, velocity, to its corresponding scalar, speed, you can take the magnitude of the quantity. | |||
[[File:Speedeq.JPG]] | |||
Finding the displacement of an object given the speed and velocity is simple. Since speed is the magnitude of velocity, you can use speed to find the unit vector. | |||
[[File:uniteq.JPG]] | |||
===A Computational Model=== | ===A Computational Model=== | ||
To help demonstrate the difference between the two, | To help demonstrate the difference between the two, here is some simple code to model the motion of a ball moving on a track. | ||
In the first picture, the velocity is only in one direction, so the speed and velocity are the same. | In the first picture, the velocity is only in one direction, so the speed and velocity are the same. | ||
Line 30: | Line 36: | ||
[[File:Speed.JPG]] | [[File:Speed.JPG]] | ||
=Simple Examples= | =Simple Examples= | ||
Line 55: | Line 53: | ||
Solution: 5 m/s * <3,2,1> = <15,10,5> m/s | Solution: 5 m/s * <3,2,1> = <15,10,5> m/s | ||
Revision as of 16:12, 17 April 2016
by Matt Schoonover edited by Gautami Chennur
Speed and Velocity
Speed and velocity are used fairly interchangeably in casual conversation, but when it comes to physics the two can mean different things. First off, velocity is a vector quantity, which means it contains a directional component that speed doesn't have. Speed is defined as distance over time, but velocity is displacement over time. Displacement is the final position of an object minus the initial position of the object, sometimes referred to as the origin. Displacement is shown by the vector quantity r.
A Mathematical Model
The most basic equation for velocity is:
where the arrow on top of the r shows that it is a vector. As you recall, a vector divided by a scalar is still a vector, giving us velocity.
In order to covert this vector quantity, velocity, to its corresponding scalar, speed, you can take the magnitude of the quantity.
Finding the displacement of an object given the speed and velocity is simple. Since speed is the magnitude of velocity, you can use speed to find the unit vector.
A Computational Model
To help demonstrate the difference between the two, here is some simple code to model the motion of a ball moving on a track.
In the first picture, the velocity is only in one direction, so the speed and velocity are the same.
However, in the second picture, the velocity is in the x and y direction, so the speed and velocity are not the same.
Simple Examples
1. If a person walked a distance of 10 meters in 5 seconds, what is their average velocity?
Solution: Using the average velocity equation will tell you that the answer is 2 m/s.
2. If someone traveled with a velocity of 13 m/s for 3 minutes, how far would they have traveled?
Solution: First convert 3 minutes to seconds(180). Then use the velocity equation to solve for distance. You should get 2,340 m.
3. What is the unit vector for the velocity vector <3,4,0> m/s?
Solution: Use the speed equation to get that the speed is 5 and the unit vector equation to get a final answer of <3/5,4/5,0>
4. What is the velocity of an object if the unit vector is <3,2,1> and the speed is 5 m/s?
Solution: 5 m/s * <3,2,1> = <15,10,5> m/s
See also
- Kinds of Matter
- Detecting Interactions
- Fundamental Interactions
- System & Surroundings
- Newton's First Law of Motion
- Newton's Second Law of Motion
- Newton's Third Law of Motion
- Gravitational Force
- Terminal Velocity and Friction Due to Air
- Simple Harmonic Motion
- Electric Polarization
External links
- A physics resource written by experts for an expert audience Physics Portal
- A wiki book on modern physics Modern Physics Wiki
- The MIT open courseware for intro physics MITOCW Wiki
- An online concept map of intro physics HyperPhysics
- Interactive physics simulations PhET
- OpenStax algebra based intro physics textbook College Physics
- The Open Source Physics project is a collection of online physics resources OSP
- A resource guide compiled by the AAPT for educators ComPADRE
References
Matter and Interactions, Modern Mechanics, Volume One 4th Edition by Chabay and Sherwood.