Speed and Velocity: Difference between revisions
Mschoonover3 (talk | contribs) |
Mschoonover3 (talk | contribs) |
||
Line 69: | Line 69: | ||
===External links=== | ===External links=== | ||
A physics resource written by experts for an expert audience Physics Portal | == Source Material == | ||
A wiki book on modern physics Modern Physics Wiki | All of the content added to this resource must be in the public domain or similar free resource. If you are unsure about a source, contact the original author for permission. That said, there is a surprisingly large amount of introductory physics content scattered across the web. Here is an incomplete list of intro physics resources (please update as needed). | ||
The MIT open courseware for intro physics MITOCW Wiki | * A physics resource written by experts for an expert audience [https://en.wikipedia.org/wiki/Portal:Physics Physics Portal] | ||
An online concept map of intro physics HyperPhysics | * A wiki book on modern physics [https://en.wikibooks.org/wiki/Modern_Physics Modern Physics Wiki] | ||
Interactive physics simulations PhET | * The MIT open courseware for intro physics [http://ocw.mit.edu/resources/res-8-002-a-wikitextbook-for-introductory-mechanics-fall-2009/index.htm MITOCW Wiki] | ||
OpenStax algebra based intro physics textbook College Physics | * An online concept map of intro physics [http://hyperphysics.phy-astr.gsu.edu/hbase/hph.html HyperPhysics] | ||
The Open Source Physics project is a collection of online physics resources OSP | * Interactive physics simulations [https://phet.colorado.edu/en/simulations/category/physics PhET] | ||
A resource guide compiled by the AAPT for educators ComPADRE | * OpenStax algebra based intro physics textbook [https://openstaxcollege.org/textbooks/college-physics College Physics] | ||
* The Open Source Physics project is a collection of online physics resources [http://www.opensourcephysics.org/ OSP] | |||
* A resource guide compiled by the [http://www.aapt.org/ AAPT] for educators [http://www.compadre.org/ ComPADRE] | |||
==References== | ==References== |
Revision as of 15:33, 30 November 2015
by Matt Schoonover
Speed and Velocity
Speed and velocity are used fairly interchangeably in casual conversation, but when it comes to physics the two can mean vastly different things. Velocity has direction and therefor a vector quantity. Speed is the scalar form of velocity and therefor has no direction.
The most basic equation for velocity is
From this comes the average velocity equation of
A Mathematical Model
In order to find the velocity of an object one must find the change in distance over the change in time. In order to find the speed of an object one must find the magnitude of the velocity. Both are measured in meters per second.
A Computational Model
To help demonstrate the difference between the two, I wrote 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.
Unit Vectors
Unit vectors are also closely related to velocity and speed. Basically a unit vector is a unitless vector with a magnitude of 1 unit that points in the direction of a given vector. Unit vectors can be used to switch between speed and velocity.
The equation to find the unit vector of velocity is simply velocity over speed, or
Multiplying the speed by a unit vector will give you velocity.
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
Connectedness
- How is this topic connected to something that you are interested in?
- How is it connected to your major?
- Is there an interesting industrial application?
See also
Are there related topics or categories in this wiki resource for the curious reader to explore? How does this topic fit into that context?
External links
Source Material
All of the content added to this resource must be in the public domain or similar free resource. If you are unsure about a source, contact the original author for permission. That said, there is a surprisingly large amount of introductory physics content scattered across the web. Here is an incomplete list of intro physics resources (please update as needed).
- 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.