<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.physicsbook.gatech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aazadi3</id>
	<title>Physics Book - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.physicsbook.gatech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aazadi3"/>
	<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/Special:Contributions/Aazadi3"/>
	<updated>2026-05-02T06:39:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Velocity&amp;diff=27278</id>
		<title>Velocity</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Velocity&amp;diff=27278"/>
		<updated>2017-04-02T15:17:54Z</updated>

		<summary type="html">&lt;p&gt;Aazadi3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Claimed and edited in Spring 2017 by Ali Azadi (aazadi3);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Explanation of work done by Ali: Some definitions and explanations more fleshed out; added more sample problems; reviewed prior content to ensure quality control&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Claimed by Stacey Nduati.&#039;&#039;&lt;br /&gt;
edited by Christian Sewall&lt;br /&gt;
[[File:Whatisvelocity.gif|thumb|alt=Definition|What is velocity?]]&lt;br /&gt;
&lt;br /&gt;
Velocity is the distance covered by an object in a specified direction over a time interval. In short, how fast something is moving, and what direction it is moving in. Velocity can be written as a vector, as it has both magnitude and direction. In contrast, speed only refers to how fast something is moving, has no direction, and is equivalent to the magnitude of the velocity (covered in section &amp;quot;Speed&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Velocity is the vector measure of the rate that the position of an object is changing divided by the time that change in position takes. This measure can be used in tandem with ideas such as The Momentum Principle to predict such values as position, momentum, and velocity after a specified time interval.Velocity has a large number of applications, such as use in identifying the perpendicular component of motion on an object, an object&#039;s kinetic energy, etc. Often times, a velocity can be constant, meaning that an object continues to travel in the same direction with the same magnitude and is often not acted on by any outside force (ex: a rocket travels in a straight line at a constant speed). Objects that are not in motion and stay in this state are also defined as having a constant velocity. When either the direction or magnitude of an object changes, generally due to an external force, velocity is no longer constant (ex: circular motion). &lt;br /&gt;
&lt;br /&gt;
==A Mathematical Model==&lt;br /&gt;
The primary way that velocity can be modeled is&lt;br /&gt;
Average velocity can be calculated using the following equation:&lt;br /&gt;
:&amp;lt;math&amp;gt;\boldsymbol{\bar{v}} = \frac{\Delta\boldsymbol{r}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; , &lt;br /&gt;
where &amp;lt;math&amp;gt;{\Delta\boldsymbol{r}}&amp;lt;/math&amp;gt; is the vector change of position of the object and &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; is the change of time. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{\Delta\boldsymbol{r}}&amp;lt;/math&amp;gt; can be found by subtracting the vector value of r&amp;lt;sub&amp;gt;final&amp;lt;/sub&amp;gt; from the vector value of the original location,  r&amp;lt;sub&amp;gt;initial&amp;lt;/sub&amp;gt;, to obtain a resultant vector that represents the displacement between the two positions over the given time interval&lt;br /&gt;
&lt;br /&gt;
The SI units for velocity are &#039;&#039;meters per second (m/s)&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
This model defines an object and models its displacement arbitrarily with its mass in relation to time, &lt;br /&gt;
&lt;br /&gt;
  m=9&lt;br /&gt;
  g=9.81&lt;br /&gt;
  t=0&lt;br /&gt;
  deltat=1&lt;br /&gt;
  positionInitial=vector(0,0,0)&lt;br /&gt;
  while t&amp;lt;6:&lt;br /&gt;
    positionFinal=vector(0,m*g*t,0)&lt;br /&gt;
    displacement=positionFinal-positionInitial&lt;br /&gt;
    velocity=displacement/deltat&lt;br /&gt;
    t=t+deltat&lt;br /&gt;
  print (velocity ,&amp;quot;is velocity&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
after t=6 is reached, the updated velocity is given.&lt;br /&gt;
&lt;br /&gt;
This specific vPython example illustrates how a &amp;quot;while loop&amp;quot; may be used to update velocity, as velocity can be ever-changing as forces are applied. &lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
A car takes 3 hours to make a 230-mile trip from Point A to Point B. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!  !! Hour 1 !! Hour 2 !! Hour 3&lt;br /&gt;
|-&lt;br /&gt;
! Velocity&lt;br /&gt;
| 80 mph north || 90 mph north || 60 mph north&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There are two kinds of velocity in which one must consider: instantaneous velocity and average velocity.&lt;br /&gt;
[https://www.youtube.com/watch?v=Bxp0AWhs57g] does a good job explaining the difference between the two types of velocity&lt;br /&gt;
&lt;br /&gt;
===Instantaneous Velocity===&lt;br /&gt;
&lt;br /&gt;
Instantaneous velocity is the speed and direction of an object at a particular instant. Mathematically, it is the derivative of the position function at a specific point in time. &lt;br /&gt;
&lt;br /&gt;
Given the example: Each hour, and each time point in every hour has a different instantaneous velocity.&lt;br /&gt;
&lt;br /&gt;
===Average Velocity===&lt;br /&gt;
&lt;br /&gt;
Average velocity is the net displacement of an object, divided by the total travel time. It is the average of all instantaneous velocities. It is important to note that as &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; gets very small, the average velocity approaches the instantaneous velocity. &lt;br /&gt;
&lt;br /&gt;
Given the example: The average velocity would be (230 miles/3 hours) = 76.67 mph north.&lt;br /&gt;
&lt;br /&gt;
==Acceleration==&lt;br /&gt;
&lt;br /&gt;
Acceleration is the rate of change of velocity, divided by the change in time, modeled with with the following equation:&lt;br /&gt;
:&amp;lt;math&amp;gt;\boldsymbol{a} = \frac{\Delta\boldsymbol{v}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; , &lt;br /&gt;
where &amp;lt;math&amp;gt;{\Delta\boldsymbol{v}}&amp;lt;/math&amp;gt; is the change of velocity of the object and &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; is the change of time.&lt;br /&gt;
&lt;br /&gt;
The SI units for acceleration are &#039;&#039;meters per second squared (m/s/s)&#039;&#039;. It is also a vector quantity.&lt;br /&gt;
&lt;br /&gt;
Given the example: The acceleration from the 1st hour to the 2nd hour is 10 mph. This indicates a positive acceleration. The acceleration from the 2nd hour to the 3rd hour is -30 mph. This indicates a negative acceleration.&lt;br /&gt;
&lt;br /&gt;
Colloquially acceleration is referred to as &amp;quot;speeding up&amp;quot; whilst &amp;quot;slowing down&amp;quot; is decelerating. Bear in mind that the direction does not have to change for deceleration to take place, it simply has to slow down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Another Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[File:Velocity-time_graph_example.png]]&lt;br /&gt;
&lt;br /&gt;
Based on what you know about velocity in relation to acceleration. During the time interval of 3-5 seconds is the object accelerating or decelerating? How about from 12-14 seconds? How do you know both of these answers?&lt;br /&gt;
&lt;br /&gt;
Given the Example: From 3-5 seconds, knowing that acceleration is the derivative of velocity, it can be seen that the object is accelerating, as the graph has a positive slopes.From 12-14 seconds, the graph has an increasingly negative slope, signifying deceleration towards zero.&lt;br /&gt;
&lt;br /&gt;
==Momentum==&lt;br /&gt;
Another application of velocity is within the realm of momentum and the Momentum Principle. momentum is defined as the mass of an object multiple by its vector velocity quantity. Like velocity momentum is a vector quantity. This quantity can be used in conjunction with change in time to see the amount of force applied on an object, and by extension its final location and velocity. This can be modeled iteratively through computer programs or be done in one calculation.&lt;br /&gt;
&lt;br /&gt;
=Some Examples=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; An Introductory Example &amp;lt;/h2&amp;gt;&lt;br /&gt;
If a ball travels from location &amp;lt;2,4,6&amp;gt;m to &amp;lt;3,5,8&amp;gt;m in two seconds, what is its velocity?&lt;br /&gt;
&lt;br /&gt;
Solution: :&amp;lt;math&amp;gt;\boldsymbol{\bar{v}} = \frac{\Delta\boldsymbol{r}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; &lt;br /&gt;
Delta r: &amp;lt;3,5,8&amp;gt;m-&amp;lt;2,4,6&amp;gt;m and delta t is equal to 2s, so velocity is equal to the vector &amp;lt;1,1,2&amp;gt;m/2s, which is equal to &amp;lt;0.5,0.5,1&amp;gt; m/s&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; A More Difficult Example &amp;lt;/h2&amp;gt;&lt;br /&gt;
A car is moving with a velocity of &amp;lt;26,87,12&amp;gt; m/s. If the initial location of the car is at &amp;lt;0,0,0&amp;gt;m and the final location of the car is at &amp;lt;39,130.5, 18&amp;gt; m, how many seconds did the car travel?&lt;br /&gt;
&lt;br /&gt;
Assuming a constant velocity, delta r is equal to the final location of the car, since the car began at the origin. By dividing the delta r by the given velocity, a total time of two seconds of travel can be found. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;A Final Example with Application of Momentum &amp;lt;/h2&amp;gt;&lt;br /&gt;
If a van has a mass of 1200 kilograms, and it is traveling with a velocity of magnitude 38 m/s, what is its momentum?&lt;br /&gt;
&lt;br /&gt;
Its momentum is 45,600 kg*m/s. This can be obtained by multiplying the mass by the magnitude of the velocity.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Velocity is a very simple yet interesting concept in the way that it can be applied to many different parts of physics from something as simple as displacement. Velocity&#039;s sheer versatility as a concept and the number of things that can be derived from it, which include acceleration, momentum, and by extension, force and mass. Also because it can be related to force, it can be used, in conjunction with other types of forces to determine many things about systems. &lt;br /&gt;
&lt;br /&gt;
Velocity is also of critical importance in calculating kinetic energy (0.5*m*v^2). Through understanding both the relationship between kinetic energy and velocity, as well as the resulting relationship between kinetic energy and total energy, concepts such as potential spring, gravitational, and electric energies may also be related back to velocity. As Physics 1 deals primarily with motion and predicting future motion, velocity is an absolutely critical tool, as it can often be used to analyze changes of external forces and predict future movement. &lt;br /&gt;
&lt;br /&gt;
Velocity relates to my career aspirations in a rather interesting way. Because I plan on trying to become a trauma doctor, its easy to see the difference between high and low velocity impacts of objects of the same mass. If a low mass object is accelerating at a high enough velocity, the ramifications of its impact with the body could be vastly different than an object with a low velocity.&lt;br /&gt;
&lt;br /&gt;
An industrial application of velocity could be seen in cars and the limits of their engines. The limit to which a car engine can perform can be tested in various ways, one of them being velocity. This could be one reason why you don&#039;t see normal cars with speed past around 130, the engine simply can&#039;t take it. The knowledge of the limit of a car engine can be tested using velocity to help ensure a safe driving experience for many.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Relative_Velocity Relative Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Speed_and_Velocity Speed and Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Terminal_Speed Terminal Speed]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
1. Chabay, Ruth W., and Bruce A. Sherwood. &amp;lt;i&amp;gt;Matter and Interactions&amp;lt;/i&amp;gt;. Hoboken, NJ: Wiley, 2011. Print.&lt;br /&gt;
&lt;br /&gt;
2. &amp;quot;Velocity.&amp;quot; Def. 2. Dictionary.com. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
3. &amp;lt;i&amp;gt;Velocity Expression&amp;lt;/i&amp;gt;. Digital image. &amp;lt;i&amp;gt;Physics-Formulas&amp;lt;/i&amp;gt;. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
4. &amp;lt;i&amp;gt;Velocity vs Time Graph&amp;lt;/i&amp;gt;. Digital image. &amp;lt;i&amp;gt;https://upload.wikimedia.org/wikipedia/commons/a/ae/Velocity-time_graph_example.png&amp;lt;/i&amp;gt;. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsclassroom.com/class/1DKin/Lesson-1/Speed-and-Velocity The Physics Classroom: Speed and Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://hyperphysics.phy-astr.gsu.edu/hbase/vel2.html HyperPhysics: Average Velocity]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Properties of Matter]]&lt;/div&gt;</summary>
		<author><name>Aazadi3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Velocity&amp;diff=27277</id>
		<title>Velocity</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Velocity&amp;diff=27277"/>
		<updated>2017-04-02T14:50:05Z</updated>

		<summary type="html">&lt;p&gt;Aazadi3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Claimed and edited in Spring 2017 by Ali Azadi (aazadi3);&lt;br /&gt;
&amp;quot;Explanation of work done by Ali: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Claimed by Stacey Nduati.&#039;&#039;&lt;br /&gt;
edited by Christian Sewall&lt;br /&gt;
[[File:Whatisvelocity.gif|thumb|alt=Definition|What is velocity?]]&lt;br /&gt;
&lt;br /&gt;
Velocity is the distance covered by an object in a specified direction over a time interval. In short, how fast something is moving, and what direction it is moving in. Velocity can be written as a vector, as it has both magnitude and direction. In contrast, speed only refers to how fast something is moving, has no direction, and is equivalent to the magnitude of the velocity (covered in section &amp;quot;Speed&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Velocity is the vector measure of the rate that the position of an object is changing divided by the time that change in position takes. This measure can be used in tandem with ideas such as The Momentum Principle to predict such values as position, momentum, and velocity after a specified time interval.&lt;br /&gt;
&lt;br /&gt;
==A Mathematical Model==&lt;br /&gt;
The primary way that velocity can be modeled is&lt;br /&gt;
Average velocity can be calculated using the following equation:&lt;br /&gt;
:&amp;lt;math&amp;gt;\boldsymbol{\bar{v}} = \frac{\Delta\boldsymbol{r}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; , &lt;br /&gt;
where &amp;lt;math&amp;gt;{\Delta\boldsymbol{r}}&amp;lt;/math&amp;gt; is the vector change of position of the object and &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; is the change of time. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{\Delta\boldsymbol{r}}&amp;lt;/math&amp;gt; can be found by subtracting the vector value of r&amp;lt;sub&amp;gt;final&amp;lt;/sub&amp;gt; from the vector value of the original location,  r&amp;lt;sub&amp;gt;initial&amp;lt;/sub&amp;gt;, to obtain a resultant vector that represents the displacement between the two positions over the given time interval&lt;br /&gt;
&lt;br /&gt;
The SI units for velocity are &#039;&#039;meters per second (m/s)&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
This model defines an object and models is displacement arbitrarily with its mass in relation to time, &lt;br /&gt;
&lt;br /&gt;
  m=9&lt;br /&gt;
  g=9.81&lt;br /&gt;
  t=0&lt;br /&gt;
  deltat=1&lt;br /&gt;
  positionInitial=vector(0,0,0)&lt;br /&gt;
  while t&amp;lt;6:&lt;br /&gt;
    positionFinal=vector(0,m*g*t,0)&lt;br /&gt;
    displacement=positionFinal-positionInitial&lt;br /&gt;
    velocity=displacement/deltat&lt;br /&gt;
    t=t+deltat&lt;br /&gt;
  print (velocity ,&amp;quot;is velocity&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
after t=6 is reached, the updated velocity is given.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
A car takes 3 hours to make a 230-mile trip from Point A to Point B. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!  !! Hour 1 !! Hour 2 !! Hour 3&lt;br /&gt;
|-&lt;br /&gt;
! Velocity&lt;br /&gt;
| 80 mph north || 90 mph north || 60 mph north&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There are two kinds of velocity in which one must consider: instantaneous velocity and average velocity.&lt;br /&gt;
[https://www.youtube.com/watch?v=Bxp0AWhs57g] does a good job explaining the difference between the two types of velocity&lt;br /&gt;
&lt;br /&gt;
===Instantaneous Velocity===&lt;br /&gt;
&lt;br /&gt;
Instantaneous velocity is the speed and direction of an object at a particular instant. Mathematically, it is the derivative of the position function at a specific point in time. &lt;br /&gt;
&lt;br /&gt;
Given the example: Each hour, and each time point in every hour has a different instantaneous velocity.&lt;br /&gt;
&lt;br /&gt;
===Average Velocity===&lt;br /&gt;
&lt;br /&gt;
Average velocity is the net displacement of an object, divided by the total travel time. It is the average of all instantaneous velocities. It is important to note that as &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; gets very small, the average velocity approaches the instantaneous velocity. &lt;br /&gt;
&lt;br /&gt;
Given the example: The average velocity would be (230 miles/3 hours) = 76.67 mph north.&lt;br /&gt;
&lt;br /&gt;
==Acceleration==&lt;br /&gt;
&lt;br /&gt;
Acceleration is the rate of change of velocity, divided by the change in time, modeled with with the following equation:&lt;br /&gt;
:&amp;lt;math&amp;gt;\boldsymbol{a} = \frac{\Delta\boldsymbol{v}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; , &lt;br /&gt;
where &amp;lt;math&amp;gt;{\Delta\boldsymbol{v}}&amp;lt;/math&amp;gt; is the change of velocity of the object and &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; is the change of time.&lt;br /&gt;
&lt;br /&gt;
The SI units for acceleration are &#039;&#039;meters per second squared (m/s/s)&#039;&#039;. It is also a vector quantity.&lt;br /&gt;
&lt;br /&gt;
Given the example: The acceleration from the 1st hour to the 2nd hour is 10 mph. This indicates a positive acceleration. The acceleration from the 2nd hour to the 3rd hour is -30 mph. This indicates a negative acceleration.&lt;br /&gt;
&lt;br /&gt;
Colloquially acceleration is referred to as &amp;quot;speeding up&amp;quot; whilst &amp;quot;slowing down&amp;quot; is decelerating. Bear in mind that the direction does not have to change for deceleration to take place, it simply has to slow down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Another Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[File:Velocity-time_graph_example.png]]&lt;br /&gt;
&lt;br /&gt;
Based on what you know about velocity in relation to acceleration. During the time interval of 3-5 seconds is the object accelerating or decelerating? How about from 12-14 seconds? How do you know both of these answers?&lt;br /&gt;
&lt;br /&gt;
Given the Example: From 3-5 seconds, knowing that acceleration is the derivative of velocity, it can be seen that the object is accelerating, as the graph has a positive slopes.From 12-14 seconds, the graph has an increasingly negative slope, signifying deceleration towards zero.&lt;br /&gt;
&lt;br /&gt;
==Momentum==&lt;br /&gt;
Another application of velocity is within the realm of momentum and the Momentum Principle. momentum is defined as the mass of an object multiple by its vector velocity quantity. Like velocity momentum is a vector quantity. This quantity can be used in conjunction with change in time to see the amount of force applied on an object, and by extension its final location and velocity. This can be modeled iteratively through computer programs or be done in one calculation.&lt;br /&gt;
&lt;br /&gt;
=Some Examples=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; An Introductory Example &amp;lt;/h2&amp;gt;&lt;br /&gt;
If a ball travels from location &amp;lt;2,4,6&amp;gt;m to &amp;lt;3,5,8&amp;gt;m in two seconds, what is its velocity?&lt;br /&gt;
&lt;br /&gt;
Solution: :&amp;lt;math&amp;gt;\boldsymbol{\bar{v}} = \frac{\Delta\boldsymbol{r}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; &lt;br /&gt;
Delta r: &amp;lt;3,5,8&amp;gt;m-&amp;lt;2,4,6&amp;gt;m and delta t is equal to 2s, so velocity is equal to the vector &amp;lt;1,1,2&amp;gt;m/2s, which is equal to &amp;lt;0.5,0.5,1&amp;gt; m/s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;A Final Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
If a van has a mass of 1200 kilograms, and it is traveling with a velocity of magnitude 38 m/s, what is its momentum?&lt;br /&gt;
&lt;br /&gt;
Its momentum is 45,600 kg*m/s. This can be obtained by multiplying the mass by the magnitude of the velocity.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Velocity is a very simple yet interesting concept in the way that it can be applied to many different parts of physics from something as simple as displacement. Velocity&#039;s sheer versatility as a concept and the number of things that can be derived from it, which include acceleration, momentum, and by extension, force and mass. Also because it can be related to force, it can be used, in conjunction with other types of forces to determine many things about systems. &lt;br /&gt;
&lt;br /&gt;
Velocity relates to my career aspirations in a rather interesting way. Because I plan on trying to become a trauma doctor, its easy to see the difference between high and low velocity impacts of objects of the same mass. If a low mass object is accelerating at a high enough velocity, the ramifications of its impact with the body could be vastly different than an object with a low velocity.&lt;br /&gt;
&lt;br /&gt;
An industrial application of velocity could be seen in cars and the limits of their engines. The limit to which a car engine can perform can be tested in various ways, one of them being velocity. This could be one reason why you don&#039;t see normal cars with speed past around 130, the engine simply can&#039;t take it. The knowledge of the limit of a car engine can be tested using velocity to help ensure a safe driving experience for many.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Relative_Velocity Relative Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Speed_and_Velocity Speed and Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Terminal_Speed Terminal Speed]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
1. Chabay, Ruth W., and Bruce A. Sherwood. &amp;lt;i&amp;gt;Matter and Interactions&amp;lt;/i&amp;gt;. Hoboken, NJ: Wiley, 2011. Print.&lt;br /&gt;
&lt;br /&gt;
2. &amp;quot;Velocity.&amp;quot; Def. 2. Dictionary.com. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
3. &amp;lt;i&amp;gt;Velocity Expression&amp;lt;/i&amp;gt;. Digital image. &amp;lt;i&amp;gt;Physics-Formulas&amp;lt;/i&amp;gt;. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
4. &amp;lt;i&amp;gt;Velocity vs Time Graph&amp;lt;/i&amp;gt;. Digital image. &amp;lt;i&amp;gt;https://upload.wikimedia.org/wikipedia/commons/a/ae/Velocity-time_graph_example.png&amp;lt;/i&amp;gt;. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsclassroom.com/class/1DKin/Lesson-1/Speed-and-Velocity The Physics Classroom: Speed and Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://hyperphysics.phy-astr.gsu.edu/hbase/vel2.html HyperPhysics: Average Velocity]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Properties of Matter]]&lt;/div&gt;</summary>
		<author><name>Aazadi3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Velocity&amp;diff=27276</id>
		<title>Velocity</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Velocity&amp;diff=27276"/>
		<updated>2017-04-02T14:49:00Z</updated>

		<summary type="html">&lt;p&gt;Aazadi3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Claimed and edited in Spring 2017 by Ali Azadi;&lt;br /&gt;
&#039;&#039;Claimed by Stacey Nduati.&#039;&#039;&lt;br /&gt;
edited by Christian Sewall&lt;br /&gt;
[[File:Whatisvelocity.gif|thumb|alt=Definition|What is velocity?]]&lt;br /&gt;
&lt;br /&gt;
Velocity is the distance covered by an object in a specified direction over a time interval. In short, how fast something is moving, and what direction it is moving in. Velocity can be written as a vector, as it has both magnitude and direction. In contrast, speed only refers to how fast something is moving, has no direction, and is equivalent to the magnitude of the velocity (covered in section &amp;quot;Speed&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Velocity is the vector measure of the rate that the position of an object is changing divided by the time that change in position takes. This measure can be used in tandem with ideas such as The Momentum Principle to predict such values as position, momentum, and velocity after a specified time interval.&lt;br /&gt;
&lt;br /&gt;
==A Mathematical Model==&lt;br /&gt;
The primary way that velocity can be modeled is&lt;br /&gt;
Average velocity can be calculated using the following equation:&lt;br /&gt;
:&amp;lt;math&amp;gt;\boldsymbol{\bar{v}} = \frac{\Delta\boldsymbol{r}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; , &lt;br /&gt;
where &amp;lt;math&amp;gt;{\Delta\boldsymbol{r}}&amp;lt;/math&amp;gt; is the vector change of position of the object and &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; is the change of time. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{\Delta\boldsymbol{r}}&amp;lt;/math&amp;gt; can be found by subtracting the vector value of r&amp;lt;sub&amp;gt;final&amp;lt;/sub&amp;gt; from the vector value of the original location,  r&amp;lt;sub&amp;gt;initial&amp;lt;/sub&amp;gt;, to obtain a resultant vector that represents the displacement between the two positions over the given time interval&lt;br /&gt;
&lt;br /&gt;
The SI units for velocity are &#039;&#039;meters per second (m/s)&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
This model defines an object and models is displacement arbitrarily with its mass in relation to time, &lt;br /&gt;
&lt;br /&gt;
  m=9&lt;br /&gt;
  g=9.81&lt;br /&gt;
  t=0&lt;br /&gt;
  deltat=1&lt;br /&gt;
  positionInitial=vector(0,0,0)&lt;br /&gt;
  while t&amp;lt;6:&lt;br /&gt;
    positionFinal=vector(0,m*g*t,0)&lt;br /&gt;
    displacement=positionFinal-positionInitial&lt;br /&gt;
    velocity=displacement/deltat&lt;br /&gt;
    t=t+deltat&lt;br /&gt;
  print (velocity ,&amp;quot;is velocity&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
after t=6 is reached, the updated velocity is given.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
A car takes 3 hours to make a 230-mile trip from Point A to Point B. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!  !! Hour 1 !! Hour 2 !! Hour 3&lt;br /&gt;
|-&lt;br /&gt;
! Velocity&lt;br /&gt;
| 80 mph north || 90 mph north || 60 mph north&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There are two kinds of velocity in which one must consider: instantaneous velocity and average velocity.&lt;br /&gt;
[https://www.youtube.com/watch?v=Bxp0AWhs57g] does a good job explaining the difference between the two types of velocity&lt;br /&gt;
&lt;br /&gt;
===Instantaneous Velocity===&lt;br /&gt;
&lt;br /&gt;
Instantaneous velocity is the speed and direction of an object at a particular instant. Mathematically, it is the derivative of the position function at a specific point in time. &lt;br /&gt;
&lt;br /&gt;
Given the example: Each hour, and each time point in every hour has a different instantaneous velocity.&lt;br /&gt;
&lt;br /&gt;
===Average Velocity===&lt;br /&gt;
&lt;br /&gt;
Average velocity is the net displacement of an object, divided by the total travel time. It is the average of all instantaneous velocities. It is important to note that as &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; gets very small, the average velocity approaches the instantaneous velocity. &lt;br /&gt;
&lt;br /&gt;
Given the example: The average velocity would be (230 miles/3 hours) = 76.67 mph north.&lt;br /&gt;
&lt;br /&gt;
==Acceleration==&lt;br /&gt;
&lt;br /&gt;
Acceleration is the rate of change of velocity, divided by the change in time, modeled with with the following equation:&lt;br /&gt;
:&amp;lt;math&amp;gt;\boldsymbol{a} = \frac{\Delta\boldsymbol{v}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; , &lt;br /&gt;
where &amp;lt;math&amp;gt;{\Delta\boldsymbol{v}}&amp;lt;/math&amp;gt; is the change of velocity of the object and &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; is the change of time.&lt;br /&gt;
&lt;br /&gt;
The SI units for acceleration are &#039;&#039;meters per second squared (m/s/s)&#039;&#039;. It is also a vector quantity.&lt;br /&gt;
&lt;br /&gt;
Given the example: The acceleration from the 1st hour to the 2nd hour is 10 mph. This indicates a positive acceleration. The acceleration from the 2nd hour to the 3rd hour is -30 mph. This indicates a negative acceleration.&lt;br /&gt;
&lt;br /&gt;
Colloquially acceleration is referred to as &amp;quot;speeding up&amp;quot; whilst &amp;quot;slowing down&amp;quot; is decelerating. Bear in mind that the direction does not have to change for deceleration to take place, it simply has to slow down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Another Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[File:Velocity-time_graph_example.png]]&lt;br /&gt;
&lt;br /&gt;
Based on what you know about velocity in relation to acceleration. During the time interval of 3-5 seconds is the object accelerating or decelerating? How about from 12-14 seconds? How do you know both of these answers?&lt;br /&gt;
&lt;br /&gt;
Given the Example: From 3-5 seconds, knowing that acceleration is the derivative of velocity, it can be seen that the object is accelerating, as the graph has a positive slopes.From 12-14 seconds, the graph has an increasingly negative slope, signifying deceleration towards zero.&lt;br /&gt;
&lt;br /&gt;
==Momentum==&lt;br /&gt;
Another application of velocity is within the realm of momentum and the Momentum Principle. momentum is defined as the mass of an object multiple by its vector velocity quantity. Like velocity momentum is a vector quantity. This quantity can be used in conjunction with change in time to see the amount of force applied on an object, and by extension its final location and velocity. This can be modeled iteratively through computer programs or be done in one calculation.&lt;br /&gt;
&lt;br /&gt;
=Some Examples=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; An Introductory Example &amp;lt;/h2&amp;gt;&lt;br /&gt;
If a ball travels from location &amp;lt;2,4,6&amp;gt;m to &amp;lt;3,5,8&amp;gt;m in two seconds, what is its velocity?&lt;br /&gt;
&lt;br /&gt;
Solution: :&amp;lt;math&amp;gt;\boldsymbol{\bar{v}} = \frac{\Delta\boldsymbol{r}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; &lt;br /&gt;
Delta r: &amp;lt;3,5,8&amp;gt;m-&amp;lt;2,4,6&amp;gt;m and delta t is equal to 2s, so velocity is equal to the vector &amp;lt;1,1,2&amp;gt;m/2s, which is equal to &amp;lt;0.5,0.5,1&amp;gt; m/s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;A Final Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
If a van has a mass of 1200 kilograms, and it is traveling with a velocity of magnitude 38 m/s, what is its momentum?&lt;br /&gt;
&lt;br /&gt;
Its momentum is 45,600 kg*m/s. This can be obtained by multiplying the mass by the magnitude of the velocity.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Velocity is a very simple yet interesting concept in the way that it can be applied to many different parts of physics from something as simple as displacement. Velocity&#039;s sheer versatility as a concept and the number of things that can be derived from it, which include acceleration, momentum, and by extension, force and mass. Also because it can be related to force, it can be used, in conjunction with other types of forces to determine many things about systems. &lt;br /&gt;
&lt;br /&gt;
Velocity relates to my career aspirations in a rather interesting way. Because I plan on trying to become a trauma doctor, its easy to see the difference between high and low velocity impacts of objects of the same mass. If a low mass object is accelerating at a high enough velocity, the ramifications of its impact with the body could be vastly different than an object with a low velocity.&lt;br /&gt;
&lt;br /&gt;
An industrial application of velocity could be seen in cars and the limits of their engines. The limit to which a car engine can perform can be tested in various ways, one of them being velocity. This could be one reason why you don&#039;t see normal cars with speed past around 130, the engine simply can&#039;t take it. The knowledge of the limit of a car engine can be tested using velocity to help ensure a safe driving experience for many.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Relative_Velocity Relative Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Speed_and_Velocity Speed and Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Terminal_Speed Terminal Speed]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
1. Chabay, Ruth W., and Bruce A. Sherwood. &amp;lt;i&amp;gt;Matter and Interactions&amp;lt;/i&amp;gt;. Hoboken, NJ: Wiley, 2011. Print.&lt;br /&gt;
&lt;br /&gt;
2. &amp;quot;Velocity.&amp;quot; Def. 2. Dictionary.com. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
3. &amp;lt;i&amp;gt;Velocity Expression&amp;lt;/i&amp;gt;. Digital image. &amp;lt;i&amp;gt;Physics-Formulas&amp;lt;/i&amp;gt;. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
4. &amp;lt;i&amp;gt;Velocity vs Time Graph&amp;lt;/i&amp;gt;. Digital image. &amp;lt;i&amp;gt;https://upload.wikimedia.org/wikipedia/commons/a/ae/Velocity-time_graph_example.png&amp;lt;/i&amp;gt;. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsclassroom.com/class/1DKin/Lesson-1/Speed-and-Velocity The Physics Classroom: Speed and Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://hyperphysics.phy-astr.gsu.edu/hbase/vel2.html HyperPhysics: Average Velocity]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Properties of Matter]]&lt;/div&gt;</summary>
		<author><name>Aazadi3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Velocity&amp;diff=27275</id>
		<title>Velocity</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Velocity&amp;diff=27275"/>
		<updated>2017-04-02T14:48:39Z</updated>

		<summary type="html">&lt;p&gt;Aazadi3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Claimed and edited in Spring 2017 by Ali Azadi&lt;br /&gt;
&#039;&#039;Claimed by Stacey Nduati.&#039;&#039;&lt;br /&gt;
edited by Christian Sewall&lt;br /&gt;
[[File:Whatisvelocity.gif|thumb|alt=Definition|What is velocity?]]&lt;br /&gt;
&lt;br /&gt;
Velocity is the distance covered by an object in a specified direction over a time interval. In short, how fast something is moving, and what direction it is moving in. Velocity can be written as a vector, as it has both magnitude and direction. In contrast, speed only refers to how fast something is moving, has no direction, and is equivalent to the magnitude of the velocity (covered in section &amp;quot;Speed&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Velocity is the vector measure of the rate that the position of an object is changing divided by the time that change in position takes. This measure can be used in tandem with ideas such as The Momentum Principle to predict such values as position, momentum, and velocity after a specified time interval.&lt;br /&gt;
&lt;br /&gt;
==A Mathematical Model==&lt;br /&gt;
The primary way that velocity can be modeled is&lt;br /&gt;
Average velocity can be calculated using the following equation:&lt;br /&gt;
:&amp;lt;math&amp;gt;\boldsymbol{\bar{v}} = \frac{\Delta\boldsymbol{r}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; , &lt;br /&gt;
where &amp;lt;math&amp;gt;{\Delta\boldsymbol{r}}&amp;lt;/math&amp;gt; is the vector change of position of the object and &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; is the change of time. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{\Delta\boldsymbol{r}}&amp;lt;/math&amp;gt; can be found by subtracting the vector value of r&amp;lt;sub&amp;gt;final&amp;lt;/sub&amp;gt; from the vector value of the original location,  r&amp;lt;sub&amp;gt;initial&amp;lt;/sub&amp;gt;, to obtain a resultant vector that represents the displacement between the two positions over the given time interval&lt;br /&gt;
&lt;br /&gt;
The SI units for velocity are &#039;&#039;meters per second (m/s)&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
This model defines an object and models is displacement arbitrarily with its mass in relation to time, &lt;br /&gt;
&lt;br /&gt;
  m=9&lt;br /&gt;
  g=9.81&lt;br /&gt;
  t=0&lt;br /&gt;
  deltat=1&lt;br /&gt;
  positionInitial=vector(0,0,0)&lt;br /&gt;
  while t&amp;lt;6:&lt;br /&gt;
    positionFinal=vector(0,m*g*t,0)&lt;br /&gt;
    displacement=positionFinal-positionInitial&lt;br /&gt;
    velocity=displacement/deltat&lt;br /&gt;
    t=t+deltat&lt;br /&gt;
  print (velocity ,&amp;quot;is velocity&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
after t=6 is reached, the updated velocity is given.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
A car takes 3 hours to make a 230-mile trip from Point A to Point B. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!  !! Hour 1 !! Hour 2 !! Hour 3&lt;br /&gt;
|-&lt;br /&gt;
! Velocity&lt;br /&gt;
| 80 mph north || 90 mph north || 60 mph north&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There are two kinds of velocity in which one must consider: instantaneous velocity and average velocity.&lt;br /&gt;
[https://www.youtube.com/watch?v=Bxp0AWhs57g] does a good job explaining the difference between the two types of velocity&lt;br /&gt;
&lt;br /&gt;
===Instantaneous Velocity===&lt;br /&gt;
&lt;br /&gt;
Instantaneous velocity is the speed and direction of an object at a particular instant. Mathematically, it is the derivative of the position function at a specific point in time. &lt;br /&gt;
&lt;br /&gt;
Given the example: Each hour, and each time point in every hour has a different instantaneous velocity.&lt;br /&gt;
&lt;br /&gt;
===Average Velocity===&lt;br /&gt;
&lt;br /&gt;
Average velocity is the net displacement of an object, divided by the total travel time. It is the average of all instantaneous velocities. It is important to note that as &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; gets very small, the average velocity approaches the instantaneous velocity. &lt;br /&gt;
&lt;br /&gt;
Given the example: The average velocity would be (230 miles/3 hours) = 76.67 mph north.&lt;br /&gt;
&lt;br /&gt;
==Acceleration==&lt;br /&gt;
&lt;br /&gt;
Acceleration is the rate of change of velocity, divided by the change in time, modeled with with the following equation:&lt;br /&gt;
:&amp;lt;math&amp;gt;\boldsymbol{a} = \frac{\Delta\boldsymbol{v}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; , &lt;br /&gt;
where &amp;lt;math&amp;gt;{\Delta\boldsymbol{v}}&amp;lt;/math&amp;gt; is the change of velocity of the object and &amp;lt;math&amp;gt;{\Delta\mathit{t}}&amp;lt;/math&amp;gt; is the change of time.&lt;br /&gt;
&lt;br /&gt;
The SI units for acceleration are &#039;&#039;meters per second squared (m/s/s)&#039;&#039;. It is also a vector quantity.&lt;br /&gt;
&lt;br /&gt;
Given the example: The acceleration from the 1st hour to the 2nd hour is 10 mph. This indicates a positive acceleration. The acceleration from the 2nd hour to the 3rd hour is -30 mph. This indicates a negative acceleration.&lt;br /&gt;
&lt;br /&gt;
Colloquially acceleration is referred to as &amp;quot;speeding up&amp;quot; whilst &amp;quot;slowing down&amp;quot; is decelerating. Bear in mind that the direction does not have to change for deceleration to take place, it simply has to slow down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Another Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[File:Velocity-time_graph_example.png]]&lt;br /&gt;
&lt;br /&gt;
Based on what you know about velocity in relation to acceleration. During the time interval of 3-5 seconds is the object accelerating or decelerating? How about from 12-14 seconds? How do you know both of these answers?&lt;br /&gt;
&lt;br /&gt;
Given the Example: From 3-5 seconds, knowing that acceleration is the derivative of velocity, it can be seen that the object is accelerating, as the graph has a positive slopes.From 12-14 seconds, the graph has an increasingly negative slope, signifying deceleration towards zero.&lt;br /&gt;
&lt;br /&gt;
==Momentum==&lt;br /&gt;
Another application of velocity is within the realm of momentum and the Momentum Principle. momentum is defined as the mass of an object multiple by its vector velocity quantity. Like velocity momentum is a vector quantity. This quantity can be used in conjunction with change in time to see the amount of force applied on an object, and by extension its final location and velocity. This can be modeled iteratively through computer programs or be done in one calculation.&lt;br /&gt;
&lt;br /&gt;
=Some Examples=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; An Introductory Example &amp;lt;/h2&amp;gt;&lt;br /&gt;
If a ball travels from location &amp;lt;2,4,6&amp;gt;m to &amp;lt;3,5,8&amp;gt;m in two seconds, what is its velocity?&lt;br /&gt;
&lt;br /&gt;
Solution: :&amp;lt;math&amp;gt;\boldsymbol{\bar{v}} = \frac{\Delta\boldsymbol{r}}{\Delta\mathit{t}}&amp;lt;/math&amp;gt; &lt;br /&gt;
Delta r: &amp;lt;3,5,8&amp;gt;m-&amp;lt;2,4,6&amp;gt;m and delta t is equal to 2s, so velocity is equal to the vector &amp;lt;1,1,2&amp;gt;m/2s, which is equal to &amp;lt;0.5,0.5,1&amp;gt; m/s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;A Final Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
If a van has a mass of 1200 kilograms, and it is traveling with a velocity of magnitude 38 m/s, what is its momentum?&lt;br /&gt;
&lt;br /&gt;
Its momentum is 45,600 kg*m/s. This can be obtained by multiplying the mass by the magnitude of the velocity.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Velocity is a very simple yet interesting concept in the way that it can be applied to many different parts of physics from something as simple as displacement. Velocity&#039;s sheer versatility as a concept and the number of things that can be derived from it, which include acceleration, momentum, and by extension, force and mass. Also because it can be related to force, it can be used, in conjunction with other types of forces to determine many things about systems. &lt;br /&gt;
&lt;br /&gt;
Velocity relates to my career aspirations in a rather interesting way. Because I plan on trying to become a trauma doctor, its easy to see the difference between high and low velocity impacts of objects of the same mass. If a low mass object is accelerating at a high enough velocity, the ramifications of its impact with the body could be vastly different than an object with a low velocity.&lt;br /&gt;
&lt;br /&gt;
An industrial application of velocity could be seen in cars and the limits of their engines. The limit to which a car engine can perform can be tested in various ways, one of them being velocity. This could be one reason why you don&#039;t see normal cars with speed past around 130, the engine simply can&#039;t take it. The knowledge of the limit of a car engine can be tested using velocity to help ensure a safe driving experience for many.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Relative_Velocity Relative Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Speed_and_Velocity Speed and Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Terminal_Speed Terminal Speed]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
1. Chabay, Ruth W., and Bruce A. Sherwood. &amp;lt;i&amp;gt;Matter and Interactions&amp;lt;/i&amp;gt;. Hoboken, NJ: Wiley, 2011. Print.&lt;br /&gt;
&lt;br /&gt;
2. &amp;quot;Velocity.&amp;quot; Def. 2. Dictionary.com. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
3. &amp;lt;i&amp;gt;Velocity Expression&amp;lt;/i&amp;gt;. Digital image. &amp;lt;i&amp;gt;Physics-Formulas&amp;lt;/i&amp;gt;. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
4. &amp;lt;i&amp;gt;Velocity vs Time Graph&amp;lt;/i&amp;gt;. Digital image. &amp;lt;i&amp;gt;https://upload.wikimedia.org/wikipedia/commons/a/ae/Velocity-time_graph_example.png&amp;lt;/i&amp;gt;. N.p., n.d. Web. 29 Nov. 2015.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsclassroom.com/class/1DKin/Lesson-1/Speed-and-Velocity The Physics Classroom: Speed and Velocity]&lt;br /&gt;
&lt;br /&gt;
[http://hyperphysics.phy-astr.gsu.edu/hbase/vel2.html HyperPhysics: Average Velocity]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Properties of Matter]]&lt;/div&gt;</summary>
		<author><name>Aazadi3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Young%27s_Modulus&amp;diff=27274</id>
		<title>Young&#039;s Modulus</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Young%27s_Modulus&amp;diff=27274"/>
		<updated>2017-04-02T13:47:07Z</updated>

		<summary type="html">&lt;p&gt;Aazadi3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page discusses Young&#039;s Modulus and examples of how it is used.&lt;br /&gt;
Pdorbala3 &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus is a macroscopic property of a material that measures how stretchy a solid material is. It is independent of size or weight, and it will change depending on the material. The uses of Young&#039;s modulus extend to two main sets of relationships, macroscopic springs and microscopic springs. In the case of macroscopic springs, Young&#039;s modulus is a measure of the stretchiness of a solid material outside of considerations of size and shape. In microscopic strings, when a solid object is modeled as a system of balls (atoms) connected by springs (an image of which can be seen as the cover image of the physics textbook Matter and Interactions I 3rd Edition), the Young&#039;s modulus constant of the material can be used to determine the &#039;interatomic spring stiffness&#039; constant Ksi of a material in order to determine the stiffness and stretchiness of interatomic bonds.  &lt;br /&gt;
 &lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
The definition of Young&#039;s Modulus can be expressed as: &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{F}_{T}&amp;lt;/math&amp;gt; is equal to the tension force, &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is equal to the cross sectional area, &amp;lt;math&amp;gt;ΔL&amp;lt;/math&amp;gt; is equal to the change in length due to the tension force, and &amp;lt;math&amp;gt;L_o&amp;lt;/math&amp;gt; is equal to the initial length of the material.&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus can also be expressed as: &amp;lt;math&amp;gt;{Y = \frac{Ksi}{d}}&amp;lt;/math&amp;gt; where Y is the Young&#039;s modulus of the material being examined, Ksi is the value that represents the interatomic bond stiffness (how much a bond between two atoms will stretch), and d is the distance from the center of one atom to the center of another atom. &lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
It&#039;s hard to demonstrate Young&#039;s Modulus through programming, but this photo does a great job of demonstrating the concept. A force causes a solid material to stretch by a constant certain amount. This relationship is named Young&#039;s Modulus and is independent of mass of the object, and varies based on material.&lt;br /&gt;
[[File:Youngs.jpeg]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
A cylinder of wood has a stress of 800 and a strain of &amp;lt;math&amp;gt;8*10^-7&amp;lt;/math&amp;gt;. What is Young&#039;s modulus for wood?&lt;br /&gt;
&lt;br /&gt;
First we lay out the equation for the problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{stress}{strain}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We then plug in using the numbers given to us.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{800}{8*10^-7}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and so Y = 10^9 N/m^2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Young&#039;s Modulus of Collagen in Bone is about 6 GPa [http://www.doitpoms.ac.uk/tlplib/bones/bone_mechanical.php]. Given this, determine the force applied to a cylindrical segment of collagen of radius 1 cm and length 0.75 m to cause it to deform (stretch) 1 mm. &lt;br /&gt;
&lt;br /&gt;
First, consider the equation of Young&#039;s modulus most useful for this problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Substitute the appropriate values:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;6000000000 = \frac{\frac{{F}_{T}}{3.14*0.01^2}}{\frac{{0.001}}{0.75}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solve for F:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{F = 2.55*10^{10} Newtons}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Does this seem reasonable?&lt;br /&gt;
Yes! because collagen that makes up bone is a very hard material, and does not stretch easily. Making bone stretch 1 mm longitudinally (using the bone as a vertical spring system) will take a lot of force. &lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A flan created by Dr. Schatz has a strawberry placed on it, stretching the flan from a length of 0.15 m to 0.2&lt;br /&gt;
m. The flan has a cross sectional area of .01. With the knowledge that flan has a Young’s&lt;br /&gt;
modulus of ~ 1.6e4 in tension, what force was used to stretch the flan?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next we would fill in the equation for Young&#039;s Modulus:  &amp;lt;math&amp;gt;{1.6e4 = \frac{\frac{{F}_{T}}{.01}}{\frac{{.05}}{.15}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can then fill in every thing that we know:  &amp;lt;math&amp;gt;{16000 = 300*F_T}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And so,&amp;lt;math&amp;gt;{F_T}&amp;lt;/math&amp;gt; is equal to 53.3!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A man of weight 100 kg gets onto a bungee jump ride at a carnival. He is suspended in air by one rubber band (Young&#039;s Modulus of 0.01 GPa [http://www.engineeringtoolbox.com/young-modulus-d_417.html] of diameter 5 cm and original length of 10 m. Calculate the stretch of the band when the man reaches the bottom of the ride.&lt;br /&gt;
&lt;br /&gt;
First, use the appropriate Young&#039;s Modulus equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, substitute the appropriate values:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{1e7 = \frac{{\frac{100*9.8}{3.14*0.05^2}}}{{\frac{ΔL}{10}}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solve:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{ΔL=.125 m}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A new cylandrical flan is  created by Dr. Schatz which has an orange placed on it which has a mass of .15 kg, compressing the flan a certain amount. Knowing that the initial length of the flan was .15 m and the flan has a diameter of .2 meters. With the knowledge that flan has a Young’s modulus of ~ 2e5 in tension, what length is the flan now?&lt;br /&gt;
&lt;br /&gt;
First we need to write down the equation:&lt;br /&gt;
&lt;br /&gt;
First we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, let&#039;s solve for the unknowns:&lt;br /&gt;
Cross sectional area: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = pi*r^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = pi*.1^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = .0314  meters^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Force of the orange:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = m*g&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = .15*-9.8&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = -1.47 Newtons&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{2e5 = \frac{\frac{-1.47}{.0314}}{\frac{{ΔL}}{.15}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can solve the equation for :  &amp;lt;math&amp;gt;{-7/ΔL = 200000}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And so,&amp;lt;math&amp;gt;{ΔL }&amp;lt;/math&amp;gt; is equal to -3.5e-5! It was compressed 3.5e-5 meters!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using the Young&#039;s modulus of Tungsten (&amp;lt;math&amp;gt;4*10^11&amp;lt;/math&amp;gt;[http://www.engineeringtoolbox.com/young-modulus-d_417.html]) determine the interatomic &amp;quot;spring&amp;quot; stiffness of Tungsten. &lt;br /&gt;
&lt;br /&gt;
First, find the center-to-center distance between 2 tungsten atoms. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{\frac{184 grams/mole}{6.022*10^23 atoms/mol}}{d^3}=19.25 g/cm^3&amp;lt;/math&amp;gt; where d is the interatomic distance between Tungsten atoms.  (19.25 g/cm^3 is the density of Tungsten[http://www.tungsten.com/materials/tungsten/]).&lt;br /&gt;
&lt;br /&gt;
Solving, we get:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;d = 2.51e-8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using the appropriate formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Y = \frac{Ksi}{d}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{4*10^11 = \frac{Ksi}{2.51e-8}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Ksi = 10040  N/m}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#Young&#039;s modulus is connected to all solid material, and it highlights the slight impression given to everything showing that things do push down ever so slightly on stuff that seems stationary.&lt;br /&gt;
#My major is CS, so not a ton in physics directly applies to it, but Young&#039;s modulus is guaranteed to be in every physics simulation built which attempts to simulate the building integrity and usage of materials.&lt;br /&gt;
#Young&#039;s modulus is used all the time in civil engineering and it is often used to help determine structural integrity of certain materials when deciding on a building.&lt;br /&gt;
# Young&#039;s modulus has several biomedical applications in prosthetics and in human disease. It is used to determine the structural characteristics of prosthetic material used for implants. Young&#039;s modulus of tissues changes with aging and is being studied as a factor to evaluate mortality related to vascular stiffness from aging.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus was first developed in 1727 by the famous Leonhard Euler in Switzerland, but it was further expanded upon by Italian scientist Giordano Riccati in 1782. Finally, it was given a name by the British Scientist Thomas Young who finished work on it in the 1800s. It is used in order to discover the elasticity of solid materials and shows the stress per strain of a solid material.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Leonhard_Euler Leonhard Euler]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Thomas_Young Thomas Young]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
The VERY in-depth wiki page which goes for beyond applications in physics 1.[https://en.wikipedia.org/wiki/Young%27s_modulus]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
HyperPhysics[http://hyperphysics.phy-astr.gsu.edu/hbase/permot3.html] which is a great tool for just about any entry level physics.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
Image: [http://s3.amazonaws.com/answer-board-image/48bb8d83-d333-4467-bfc0-de7c7c6d1c12.jpeg]&lt;br /&gt;
&lt;br /&gt;
History: [https://en.wikipedia.org/wiki/Young%27s_modulus]&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus Tables = &lt;br /&gt;
[http://www.doitpoms.ac.uk/tlplib/bones/bone_mechanical.php]&lt;br /&gt;
[http://www.engineeringtoolbox.com/young-modulus-d_417.html] &lt;br /&gt;
&lt;br /&gt;
[[Category:Contact Interactions]]&lt;/div&gt;</summary>
		<author><name>Aazadi3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Young%27s_Modulus&amp;diff=27273</id>
		<title>Young&#039;s Modulus</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Young%27s_Modulus&amp;diff=27273"/>
		<updated>2017-04-02T13:46:42Z</updated>

		<summary type="html">&lt;p&gt;Aazadi3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page discusses Young&#039;s Modulus and examples of how it is used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus is a macroscopic property of a material that measures how stretchy a solid material is. It is independent of size or weight, and it will change depending on the material. The uses of Young&#039;s modulus extend to two main sets of relationships, macroscopic springs and microscopic springs. In the case of macroscopic springs, Young&#039;s modulus is a measure of the stretchiness of a solid material outside of considerations of size and shape. In microscopic strings, when a solid object is modeled as a system of balls (atoms) connected by springs (an image of which can be seen as the cover image of the physics textbook Matter and Interactions I 3rd Edition), the Young&#039;s modulus constant of the material can be used to determine the &#039;interatomic spring stiffness&#039; constant Ksi of a material in order to determine the stiffness and stretchiness of interatomic bonds.  &lt;br /&gt;
 &lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
The definition of Young&#039;s Modulus can be expressed as: &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{F}_{T}&amp;lt;/math&amp;gt; is equal to the tension force, &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is equal to the cross sectional area, &amp;lt;math&amp;gt;ΔL&amp;lt;/math&amp;gt; is equal to the change in length due to the tension force, and &amp;lt;math&amp;gt;L_o&amp;lt;/math&amp;gt; is equal to the initial length of the material.&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus can also be expressed as: &amp;lt;math&amp;gt;{Y = \frac{Ksi}{d}}&amp;lt;/math&amp;gt; where Y is the Young&#039;s modulus of the material being examined, Ksi is the value that represents the interatomic bond stiffness (how much a bond between two atoms will stretch), and d is the distance from the center of one atom to the center of another atom. &lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
It&#039;s hard to demonstrate Young&#039;s Modulus through programming, but this photo does a great job of demonstrating the concept. A force causes a solid material to stretch by a constant certain amount. This relationship is named Young&#039;s Modulus and is independent of mass of the object, and varies based on material.&lt;br /&gt;
[[File:Youngs.jpeg]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
A cylinder of wood has a stress of 800 and a strain of &amp;lt;math&amp;gt;8*10^-7&amp;lt;/math&amp;gt;. What is Young&#039;s modulus for wood?&lt;br /&gt;
&lt;br /&gt;
First we lay out the equation for the problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{stress}{strain}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We then plug in using the numbers given to us.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{800}{8*10^-7}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and so Y = 10^9 N/m^2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Young&#039;s Modulus of Collagen in Bone is about 6 GPa [http://www.doitpoms.ac.uk/tlplib/bones/bone_mechanical.php]. Given this, determine the force applied to a cylindrical segment of collagen of radius 1 cm and length 0.75 m to cause it to deform (stretch) 1 mm. &lt;br /&gt;
&lt;br /&gt;
First, consider the equation of Young&#039;s modulus most useful for this problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Substitute the appropriate values:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;6000000000 = \frac{\frac{{F}_{T}}{3.14*0.01^2}}{\frac{{0.001}}{0.75}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solve for F:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{F = 2.55*10^{10} Newtons}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Does this seem reasonable?&lt;br /&gt;
Yes! because collagen that makes up bone is a very hard material, and does not stretch easily. Making bone stretch 1 mm longitudinally (using the bone as a vertical spring system) will take a lot of force. &lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A flan created by Dr. Schatz has a strawberry placed on it, stretching the flan from a length of 0.15 m to 0.2&lt;br /&gt;
m. The flan has a cross sectional area of .01. With the knowledge that flan has a Young’s&lt;br /&gt;
modulus of ~ 1.6e4 in tension, what force was used to stretch the flan?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next we would fill in the equation for Young&#039;s Modulus:  &amp;lt;math&amp;gt;{1.6e4 = \frac{\frac{{F}_{T}}{.01}}{\frac{{.05}}{.15}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can then fill in every thing that we know:  &amp;lt;math&amp;gt;{16000 = 300*F_T}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And so,&amp;lt;math&amp;gt;{F_T}&amp;lt;/math&amp;gt; is equal to 53.3!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A man of weight 100 kg gets onto a bungee jump ride at a carnival. He is suspended in air by one rubber band (Young&#039;s Modulus of 0.01 GPa [http://www.engineeringtoolbox.com/young-modulus-d_417.html] of diameter 5 cm and original length of 10 m. Calculate the stretch of the band when the man reaches the bottom of the ride.&lt;br /&gt;
&lt;br /&gt;
First, use the appropriate Young&#039;s Modulus equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, substitute the appropriate values:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{1e7 = \frac{{\frac{100*9.8}{3.14*0.05^2}}}{{\frac{ΔL}{10}}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solve:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{ΔL=.125 m}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A new cylandrical flan is  created by Dr. Schatz which has an orange placed on it which has a mass of .15 kg, compressing the flan a certain amount. Knowing that the initial length of the flan was .15 m and the flan has a diameter of .2 meters. With the knowledge that flan has a Young’s modulus of ~ 2e5 in tension, what length is the flan now?&lt;br /&gt;
&lt;br /&gt;
First we need to write down the equation:&lt;br /&gt;
&lt;br /&gt;
First we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, let&#039;s solve for the unknowns:&lt;br /&gt;
Cross sectional area: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = pi*r^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = pi*.1^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = .0314  meters^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Force of the orange:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = m*g&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = .15*-9.8&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = -1.47 Newtons&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{2e5 = \frac{\frac{-1.47}{.0314}}{\frac{{ΔL}}{.15}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can solve the equation for :  &amp;lt;math&amp;gt;{-7/ΔL = 200000}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And so,&amp;lt;math&amp;gt;{ΔL }&amp;lt;/math&amp;gt; is equal to -3.5e-5! It was compressed 3.5e-5 meters!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using the Young&#039;s modulus of Tungsten (&amp;lt;math&amp;gt;4*10^11&amp;lt;/math&amp;gt;[http://www.engineeringtoolbox.com/young-modulus-d_417.html]) determine the interatomic &amp;quot;spring&amp;quot; stiffness of Tungsten. &lt;br /&gt;
&lt;br /&gt;
First, find the center-to-center distance between 2 tungsten atoms. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{\frac{184 grams/mole}{6.022*10^23 atoms/mol}}{d^3}=19.25 g/cm^3&amp;lt;/math&amp;gt; where d is the interatomic distance between Tungsten atoms.  (19.25 g/cm^3 is the density of Tungsten[http://www.tungsten.com/materials/tungsten/]).&lt;br /&gt;
&lt;br /&gt;
Solving, we get:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;d = 2.51e-8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using the appropriate formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Y = \frac{Ksi}{d}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{4*10^11 = \frac{Ksi}{2.51e-8}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Ksi = 10040  N/m}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#Young&#039;s modulus is connected to all solid material, and it highlights the slight impression given to everything showing that things do push down ever so slightly on stuff that seems stationary.&lt;br /&gt;
#My major is CS, so not a ton in physics directly applies to it, but Young&#039;s modulus is guaranteed to be in every physics simulation built which attempts to simulate the building integrity and usage of materials.&lt;br /&gt;
#Young&#039;s modulus is used all the time in civil engineering and it is often used to help determine structural integrity of certain materials when deciding on a building.&lt;br /&gt;
# Young&#039;s modulus has several biomedical applications in prosthetics and in human disease. It is used to determine the structural characteristics of prosthetic material used for implants. Young&#039;s modulus of tissues changes with aging and is being studied as a factor to evaluate mortality related to vascular stiffness from aging.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus was first developed in 1727 by the famous Leonhard Euler in Switzerland, but it was further expanded upon by Italian scientist Giordano Riccati in 1782. Finally, it was given a name by the British Scientist Thomas Young who finished work on it in the 1800s. It is used in order to discover the elasticity of solid materials and shows the stress per strain of a solid material.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Leonhard_Euler Leonhard Euler]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Thomas_Young Thomas Young]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
The VERY in-depth wiki page which goes for beyond applications in physics 1.[https://en.wikipedia.org/wiki/Young%27s_modulus]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
HyperPhysics[http://hyperphysics.phy-astr.gsu.edu/hbase/permot3.html] which is a great tool for just about any entry level physics.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
Image: [http://s3.amazonaws.com/answer-board-image/48bb8d83-d333-4467-bfc0-de7c7c6d1c12.jpeg]&lt;br /&gt;
&lt;br /&gt;
History: [https://en.wikipedia.org/wiki/Young%27s_modulus]&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus Tables = &lt;br /&gt;
[http://www.doitpoms.ac.uk/tlplib/bones/bone_mechanical.php]&lt;br /&gt;
[http://www.engineeringtoolbox.com/young-modulus-d_417.html] &lt;br /&gt;
&lt;br /&gt;
[[Category:Contact Interactions]]&lt;/div&gt;</summary>
		<author><name>Aazadi3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Young%27s_Modulus&amp;diff=27272</id>
		<title>Young&#039;s Modulus</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Young%27s_Modulus&amp;diff=27272"/>
		<updated>2017-04-02T13:37:11Z</updated>

		<summary type="html">&lt;p&gt;Aazadi3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page discusses Young&#039;s Modulus and examples of how it is used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In 2017: Claimed by Ali Azadi  (aazadi3) &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus is a macroscopic property of a material that measures how stretchy a solid material is. It is independent of size or weight, and it will change depending on the material. The uses of Young&#039;s modulus extend to two main sets of relationships, macroscopic springs and microscopic springs. In the case of macroscopic springs, Young&#039;s modulus is a measure of the stretchiness of a solid material outside of considerations of size and shape. In microscopic strings, when a solid object is modeled as a system of balls (atoms) connected by springs (an image of which can be seen as the cover image of the physics textbook Matter and Interactions I 3rd Edition), the Young&#039;s modulus constant of the material can be used to determine the &#039;interatomic spring stiffness&#039; constant Ksi of a material in order to determine the stiffness and stretchiness of interatomic bonds.  &lt;br /&gt;
 &lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
The definition of Young&#039;s Modulus can be expressed as: &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{F}_{T}&amp;lt;/math&amp;gt; is equal to the tension force, &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is equal to the cross sectional area, &amp;lt;math&amp;gt;ΔL&amp;lt;/math&amp;gt; is equal to the change in length due to the tension force, and &amp;lt;math&amp;gt;L_o&amp;lt;/math&amp;gt; is equal to the initial length of the material.&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus can also be expressed as: &amp;lt;math&amp;gt;{Y = \frac{Ksi}{d}}&amp;lt;/math&amp;gt; where Y is the Young&#039;s modulus of the material being examined, Ksi is the value that represents the interatomic bond stiffness (how much a bond between two atoms will stretch), and d is the distance from the center of one atom to the center of another atom. &lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
It&#039;s hard to demonstrate Young&#039;s Modulus through programming, but this photo does a great job of demonstrating the concept. A force causes a solid material to stretch by a constant certain amount. This relationship is named Young&#039;s Modulus and is independent of mass of the object, and varies based on material.&lt;br /&gt;
[[File:Youngs.jpeg]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
A cylinder of wood has a stress of 800 and a strain of &amp;lt;math&amp;gt;8*10^-7&amp;lt;/math&amp;gt;. What is Young&#039;s modulus for wood?&lt;br /&gt;
&lt;br /&gt;
First we lay out the equation for the problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{stress}{strain}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We then plug in using the numbers given to us.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{800}{8*10^-7}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and so Y = 10^9 N/m^2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Young&#039;s Modulus of Collagen in Bone is about 6 GPa [http://www.doitpoms.ac.uk/tlplib/bones/bone_mechanical.php]. Given this, determine the force applied to a cylindrical segment of collagen of radius 1 cm and length 0.75 m to cause it to deform (stretch) 1 mm. &lt;br /&gt;
&lt;br /&gt;
First, consider the equation of Young&#039;s modulus most useful for this problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Substitute the appropriate values:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;6000000000 = \frac{\frac{{F}_{T}}{3.14*0.01^2}}{\frac{{0.001}}{0.75}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solve for F:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{F = 2.55*10^{10} Newtons}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Does this seem reasonable?&lt;br /&gt;
Yes! because collagen that makes up bone is a very hard material, and does not stretch easily. Making bone stretch 1 mm longitudinally (using the bone as a vertical spring system) will take a lot of force. &lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A flan created by Dr. Schatz has a strawberry placed on it, stretching the flan from a length of 0.15 m to 0.2&lt;br /&gt;
m. The flan has a cross sectional area of .01. With the knowledge that flan has a Young’s&lt;br /&gt;
modulus of ~ 1.6e4 in tension, what force was used to stretch the flan?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next we would fill in the equation for Young&#039;s Modulus:  &amp;lt;math&amp;gt;{1.6e4 = \frac{\frac{{F}_{T}}{.01}}{\frac{{.05}}{.15}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can then fill in every thing that we know:  &amp;lt;math&amp;gt;{16000 = 300*F_T}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And so,&amp;lt;math&amp;gt;{F_T}&amp;lt;/math&amp;gt; is equal to 53.3!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A man of weight 100 kg gets onto a bungee jump ride at a carnival. He is suspended in air by one rubber band (Young&#039;s Modulus of 0.01 GPa [http://www.engineeringtoolbox.com/young-modulus-d_417.html] of diameter 5 cm and original length of 10 m. Calculate the stretch of the band when the man reaches the bottom of the ride.&lt;br /&gt;
&lt;br /&gt;
First, use the appropriate Young&#039;s Modulus equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, substitute the appropriate values:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{1e7 = \frac{{\frac{100*9.8}{3.14*0.05^2}}}{{\frac{ΔL}{10}}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solve:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{ΔL=.125 m}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A new cylandrical flan is  created by Dr. Schatz which has an orange placed on it which has a mass of .15 kg, compressing the flan a certain amount. Knowing that the initial length of the flan was .15 m and the flan has a diameter of .2 meters. With the knowledge that flan has a Young’s modulus of ~ 2e5 in tension, what length is the flan now?&lt;br /&gt;
&lt;br /&gt;
First we need to write down the equation:&lt;br /&gt;
&lt;br /&gt;
First we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, let&#039;s solve for the unknowns:&lt;br /&gt;
Cross sectional area: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = pi*r^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = pi*.1^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = .0314  meters^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Force of the orange:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = m*g&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = .15*-9.8&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = -1.47 Newtons&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{2e5 = \frac{\frac{-1.47}{.0314}}{\frac{{ΔL}}{.15}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can solve the equation for :  &amp;lt;math&amp;gt;{-7/ΔL = 200000}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And so,&amp;lt;math&amp;gt;{ΔL }&amp;lt;/math&amp;gt; is equal to -3.5e-5! It was compressed 3.5e-5 meters!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using the Young&#039;s modulus of Tungsten (&amp;lt;math&amp;gt;4*10^11&amp;lt;/math&amp;gt;[http://www.engineeringtoolbox.com/young-modulus-d_417.html]) determine the interatomic &amp;quot;spring&amp;quot; stiffness of Tungsten. &lt;br /&gt;
&lt;br /&gt;
First, find the center-to-center distance between 2 tungsten atoms. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{\frac{184 grams/mole}{6.022*10^23 atoms/mol}}{d^3}=19.25 g/cm^3&amp;lt;/math&amp;gt; where d is the interatomic distance between Tungsten atoms.  (19.25 g/cm^3 is the density of Tungsten[http://www.tungsten.com/materials/tungsten/]).&lt;br /&gt;
&lt;br /&gt;
Solving, we get:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;d = 2.51e-8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using the appropriate formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Y = \frac{Ksi}{d}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{4*10^11 = \frac{Ksi}{2.51e-8}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Ksi = 10040  N/m}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#Young&#039;s modulus is connected to all solid material, and it highlights the slight impression given to everything showing that things do push down ever so slightly on stuff that seems stationary.&lt;br /&gt;
#My major is CS, so not a ton in physics directly applies to it, but Young&#039;s modulus is guaranteed to be in every physics simulation built which attempts to simulate the building integrity and usage of materials.&lt;br /&gt;
#Young&#039;s modulus is used all the time in civil engineering and it is often used to help determine structural integrity of certain materials when deciding on a building.&lt;br /&gt;
# Young&#039;s modulus has several biomedical applications in prosthetics and in human disease. It is used to determine the structural characteristics of prosthetic material used for implants. Young&#039;s modulus of tissues changes with aging and is being studied as a factor to evaluate mortality related to vascular stiffness from aging.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus was first developed in 1727 by the famous Leonhard Euler in Switzerland, but it was further expanded upon by Italian scientist Giordano Riccati in 1782. Finally, it was given a name by the British Scientist Thomas Young who finished work on it in the 1800s. It is used in order to discover the elasticity of solid materials and shows the stress per strain of a solid material.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Leonhard_Euler Leonhard Euler]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Thomas_Young Thomas Young]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
The VERY in-depth wiki page which goes for beyond applications in physics 1.[https://en.wikipedia.org/wiki/Young%27s_modulus]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
HyperPhysics[http://hyperphysics.phy-astr.gsu.edu/hbase/permot3.html] which is a great tool for just about any entry level physics.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
Image: [http://s3.amazonaws.com/answer-board-image/48bb8d83-d333-4467-bfc0-de7c7c6d1c12.jpeg]&lt;br /&gt;
&lt;br /&gt;
History: [https://en.wikipedia.org/wiki/Young%27s_modulus]&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus Tables = &lt;br /&gt;
[http://www.doitpoms.ac.uk/tlplib/bones/bone_mechanical.php]&lt;br /&gt;
[http://www.engineeringtoolbox.com/young-modulus-d_417.html] &lt;br /&gt;
&lt;br /&gt;
[[Category:Contact Interactions]]&lt;/div&gt;</summary>
		<author><name>Aazadi3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Young%27s_Modulus&amp;diff=27031</id>
		<title>Young&#039;s Modulus</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Young%27s_Modulus&amp;diff=27031"/>
		<updated>2017-03-25T02:11:23Z</updated>

		<summary type="html">&lt;p&gt;Aazadi3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page discusses Young&#039;s Modulus and examples of how it is used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In 2017: Claimed by Ali Azadi  (aazadi3) &lt;br /&gt;
              I will be adding further applications of Young&#039;s Modulus and it&#039;s connectedness to intermolecular distances (as well as a few      application problems) This will be done in the coming weekend (4/7/17). Please do not edit this page further (examples are being worked out and formatted before being finally added) &lt;br /&gt;
Claimed by Jlafiandra6&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus is a macroscopic property of a material that measures how stretchy a solid material is. It is independent of size or weight, and it will change depending on the material. The uses of Young&#039;s modulus extend to two main sets of relationships, macroscopic springs and microscopic springs. In the case of macroscopic springs, Young&#039;s modulus is a measure of the stretchiness of a solid material outside of considerations of size and shape. In microscopic strings, when a solid object is modeled as a system of balls (atoms) connected by springs (an image of which can be seen as the cover image of the physics textbook Matter and Interactions I 3rd Edition), the Young&#039;s modulus constant of the material can be used to determine the &#039;interatomic spring stiffness&#039; constant Ksi of a material in order to determine the stiffness and stretchiness of interatomic bonds.  &lt;br /&gt;
 &lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
The definition of Young&#039;s Modulus can be expressed as: &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{F}_{T}&amp;lt;/math&amp;gt; is equal to the tension force, &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is equal to the cross sectional area, &amp;lt;math&amp;gt;ΔL&amp;lt;/math&amp;gt; is equal to the change in length due to the tension force, and &amp;lt;math&amp;gt;L_o&amp;lt;/math&amp;gt; is equal to the initial length of the material.&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus can also be expressed as: &amp;lt;math&amp;gt;{Y = \frac{Ksi}{d}}&amp;lt;/math&amp;gt; where Y is the Young&#039;s modulus of the material being examined, Ksi is the value that represents the interatomic bond stiffness (how much a bond between two atoms will stretch), and d is the distance from the center of one atom to the center of another atom. &lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
It&#039;s hard to demonstrate Young&#039;s Modulus through programming, but this photo does a great job of demonstrating the concept. A force causes a solid material to stretch by a constant certain amount. This relationship is named Young&#039;s Modulus and is independent of mass of the object, and varies based on material.&lt;br /&gt;
[[File:Youngs.jpeg]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
A cylinder of wood has a stress of 800 and a strain of &amp;lt;math&amp;gt;8*10^-7&amp;lt;/math&amp;gt;. What is Young&#039;s modulus for wood?&lt;br /&gt;
&lt;br /&gt;
First we lay out the equation for the problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{stress}{strain}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We then plug in using the numbers given to us.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{800}{8*10^-7}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and so Y = 10^9 N/m^2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Young&#039;s Modulus of Collagen in Bone is about 6 GPa [http://www.doitpoms.ac.uk/tlplib/bones/bone_mechanical.php]. Given this, determine the force applied to a cylindrical segment of collagen of radius 1 cm and length 0.75 m to cause it to deform (stretch) 1 mm. &lt;br /&gt;
&lt;br /&gt;
First, consider the equation of Young&#039;s modulus most useful for this problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Substitute the appropriate values:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;6000000000 = \frac{\frac{{F}_{T}}{3.14*0.01^2}}{\frac{{0.001}}{0.75}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solve for F:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{F = 2.55*10^{10} Newtons}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Does this seem reasonable?&lt;br /&gt;
Yes! because collagen that makes up bone is a very hard material, and does not stretch easily. Making bone stretch 1 mm longitudinally (using the bone as a vertical spring system) will take a lot of force. &lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A flan created by Dr. Schatz has a strawberry placed on it, stretching the flan from a length of 0.15 m to 0.2&lt;br /&gt;
m. The flan has a cross sectional area of .01. With the knowledge that flan has a Young’s&lt;br /&gt;
modulus of ~ 1.6e4 in tension, what force was used to stretch the flan?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next we would fill in the equation for Young&#039;s Modulus:  &amp;lt;math&amp;gt;{1.6e4 = \frac{\frac{{F}_{T}}{.01}}{\frac{{.05}}{.15}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can then fill in every thing that we know:  &amp;lt;math&amp;gt;{16000 = 300*F_T}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And so,&amp;lt;math&amp;gt;{F_T}&amp;lt;/math&amp;gt; is equal to 53.3!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A man of weight 100 kg gets onto a bungee jump ride at a carnival. He is suspended in air by one rubber band (Young&#039;s Modulus of 0.01 GPa [http://www.engineeringtoolbox.com/young-modulus-d_417.html] of diameter 5 cm and original length of 10 m. Calculate the stretch of the band when the man reaches the bottom of the ride.&lt;br /&gt;
&lt;br /&gt;
First, use the appropriate Young&#039;s Modulus equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Y = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, substitute the appropriate values:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{1e7 = \frac{{\frac{100*9.8}{3.14*0.05^2}}}{{\frac{ΔL}{10}}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solve:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{ΔL=.125 m}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A new cylandrical flan is  created by Dr. Schatz which has an orange placed on it which has a mass of .15 kg, compressing the flan a certain amount. Knowing that the initial length of the flan was .15 m and the flan has a diameter of .2 meters. With the knowledge that flan has a Young’s modulus of ~ 2e5 in tension, what length is the flan now?&lt;br /&gt;
&lt;br /&gt;
First we need to write down the equation:&lt;br /&gt;
&lt;br /&gt;
First we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, let&#039;s solve for the unknowns:&lt;br /&gt;
Cross sectional area: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = pi*r^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = pi*.1^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{A} = .0314  meters^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Force of the orange:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = m*g&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = .15*-9.8&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;{F}_{T} = -1.47 Newtons&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next we would write out the equation for Youngs modulus:  &amp;lt;math&amp;gt;{2e5 = \frac{\frac{-1.47}{.0314}}{\frac{{ΔL}}{.15}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can solve the equation for :  &amp;lt;math&amp;gt;{-7/ΔL = 200000}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And so,&amp;lt;math&amp;gt;{ΔL }&amp;lt;/math&amp;gt; is equal to -3.5e-5! It was compressed 3.5e-5 meters!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using the Young&#039;s modulus of Tungsten (&amp;lt;math&amp;gt;4*10^11&amp;lt;/math&amp;gt;[http://www.engineeringtoolbox.com/young-modulus-d_417.html]) determine the interatomic &amp;quot;spring&amp;quot; stiffness of Tungsten. &lt;br /&gt;
&lt;br /&gt;
First, find the center-to-center distance between 2 tungsten atoms. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{\frac{184 grams/mole}{6.022*10^23 atoms/mol}}{d^3}=19.25 g/cm^3&amp;lt;/math&amp;gt; where d is the interatomic distance between Tungsten atoms.  (19.25 g/cm^3 is the density of Tungsten[http://www.tungsten.com/materials/tungsten/]).&lt;br /&gt;
&lt;br /&gt;
Solving, we get:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;d = 2.51e-8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using the appropriate formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Y = \frac{Ksi}{d}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{4*10^11 = \frac{Ksi}{2.51e-8}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{Ksi = 10040  N/m}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#Young&#039;s modulus is connected to all solid material, and it highlights the slight impression given to everything showing that things do push down ever so slightly on stuff that seems stationary.&lt;br /&gt;
#My major is CS, so not a ton in physics directly applies to it, but Young&#039;s modulus is guaranteed to be in every physics simulation built which attempts to simulate the building integrity and usage of materials.&lt;br /&gt;
#Young&#039;s modulus is used all the time in civil engineering and it is often used to help determine structural integrity of certain materials when deciding on a building.&lt;br /&gt;
# Young&#039;s modulus has several biomedical applications in prosthetics and in human disease. It is used to determine the structural characteristics of prosthetic material used for implants. Young&#039;s modulus of tissues changes with aging and is being studied as a factor to evaluate mortality related to vascular stiffness from aging.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus was first developed in 1727 by the famous Leonhard Euler in Switzerland, but it was further expanded upon by Italian scientist Giordano Riccati in 1782. Finally, it was given a name by the British Scientist Thomas Young who finished work on it in the 1800s. It is used in order to discover the elasticity of solid materials and shows the stress per strain of a solid material.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Leonhard_Euler Leonhard Euler]&lt;br /&gt;
&lt;br /&gt;
[http://www.physicsbook.gatech.edu/Thomas_Young Thomas Young]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
The VERY in-depth wiki page which goes for beyond applications in physics 1.[https://en.wikipedia.org/wiki/Young%27s_modulus]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
HyperPhysics[http://hyperphysics.phy-astr.gsu.edu/hbase/permot3.html] which is a great tool for just about any entry level physics.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
Image: [http://s3.amazonaws.com/answer-board-image/48bb8d83-d333-4467-bfc0-de7c7c6d1c12.jpeg]&lt;br /&gt;
&lt;br /&gt;
History: [https://en.wikipedia.org/wiki/Young%27s_modulus]&lt;br /&gt;
&lt;br /&gt;
Young&#039;s Modulus Tables = &lt;br /&gt;
[http://www.doitpoms.ac.uk/tlplib/bones/bone_mechanical.php]&lt;br /&gt;
[http://www.engineeringtoolbox.com/young-modulus-d_417.html] &lt;br /&gt;
&lt;br /&gt;
[[Category:Contact Interactions]]&lt;/div&gt;</summary>
		<author><name>Aazadi3</name></author>
	</entry>
</feed>